Skip to contents

queensu_2 provides the secondary colours of Queen's University, Canada.

Usage

queensu_2

Format

An object of class character of length 11.

Source

Colour definitions are based on the Visual Identity.

Value

A named vector of colours (HEX/HTML codes of type character).

Details

A secondary palette of neutral colours may be used with the primary palette to provide balance.

The three primary colours are "white" (defined as CMYK 0/0/0/0, RGB 255/255/255, HEX #ffffff), "lightest_grey" (defined as CMYK 0/0/0/5, RGB 241/242/242, HEX #f1f2f2), "light_grey" (defined as CMYK 0/0/0/10, RGB 230/231/232, HEX #e6e7e8), "grey" (defined as CMYK 0/0/0/20, RGB 209/211/212, HEX #d1d3d4), "medium_grey" (defined as CMYK 0/0/0/40, RGB 167/169/172, HEX #a7a9ac), "dark_grey" (defined as CMYK 0/0/0/60, RGB 128/130/133, HEX #808285), "darkest_grey" (defined as CMYK 0/0/0/80, RGB 88/89/91, HEX #58595b), "black" (defined as CMYK 0/0/0/100, RGB 33/33/33, HEX #212121), "light_limestone" (defined as PMS 401, CMYK 28/25/28/3, RGB 180/174/168, HEX #b3aea8), "limestone" (defined as PMS 403 CMYK 39/36/40/14, RGB 144/137/130, HEX #908982), and "dark_limestone" (defined as PMS 405, CMYK 49/47/51/32, RGB 106/98/92, HEX #6a625c).

queensu_2 uses the HEX colour definition. PMS and CMYK colours differ from RGB and HEX definition.

See also

queensu_1 for the primary colours of Queen's University; seecol for viewing and comparing colour palettes; usecol for using colour palettes; simcol for finding similar colours; newpal for defining new colour palettes; grepal for finding named colours.

Other Canadian university color palettes: carleton, concordia_1, concordia_2, concordia_3, concordia_4, guelph, laval, manitoba_1, manitoba_2, mcgill_brights, mcgill_darks, mcgill_grey, mcgill_muted, mcgill_pastels, mcgill_red, mcmaster_brighterworld, mcmaster_heritage, mun_1, mun_2, queensu_1, sfu_brand, ubc, ucalgary_1, ucalgary_2, ucalgary_accent, ucalgary_warmgreys, uottawa, utoronto, uvic_1, uvic_2, uwaterloo_arts, uwaterloo_engineering, uwaterloo_environment, uwaterloo_health, uwaterloo_main, uwaterloo_math, uwaterloo_science, western_uni, yorku_1, yorku_2

Author

unicol, 2023-06-28.

Examples

queensu_2
#>           white   lightest_grey      light_grey            grey     medium_grey 
#>       "#ffffff"       "#f1f2f2"       "#e6e7e8"       "#d1d3d4"       "#a7a9ac" 
#>       dark_grey    darkest_grey           black light_limestone       limestone 
#>       "#808285"       "#58595b"       "#212121"       "#b3aea8"       "#908982" 
#>  dark_limestone 
#>       "#6a625c" 
unikn::seecol(queensu_2, 
              main = "Secondary colours of Queen's University") # view colour palette