Html Css Color HEX #32479C Tory Blue

📋 copy color: '#32479C'

red 50 ◦ green 71 ◦ blue 156

#32479C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #32479C

Tints of Tory Blue #32479C

RGB

 RED value IS 50 (19.92% from 255) = 18.05%

 GREEN value IS 71 (28.13% from 255) = 25.63%

 BLUE value IS 156 (61.33% from 255) = 56.32%

R = 18.05%
G = 25.63%
B = 56.32%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#32479C (or 0x32479C) is known color: Tory Blue. HEX triplet: 32, 47 and 9C. RGB value is (50,71,156). Sum of RGB (Red+Green+Blue) = 50+71+156=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #32479C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32479C is #CDB863. Grayscale: #4A4A4A. Windows color (decimal): -13482084 or 10241842. OLE color: 10241842.

HSL color Cylindrical-coordinate representation of color #32479C: hue angle of 228.11º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32479C is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 71 156 -
CMYK 0.68 0.54 0 0.39
HSL 228.11º 0.51% 0.4% -
HSV(B) 228.11º 0.68% 0.61% -
XYZ 9.57 7.58 32.41 -
YUV 74.41 174.04 110.59 -
System Red Green Blue C M Y K H S L
Decimal 50 71 156 0.68 0.54 0 0.39 228.11 0.51 0.4
Hex 32 47 9C 44 36 0 27 E4 33 28
Octal 62 107 234 104 66 0 47 344 63 50
Binary 110010 1000111 10011100 1000100 110110 0 100111 11100100 110011 101000

Color Harmonies of #32479C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32479C

Black with #32479C

Text Example


Text Example

White with #32479C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32479C; }

 p { color: rgb(50,71,156); }

 H1.HeaderClassName
 {
   color: #32479C;
 }
 .AnyTagClassName
 {
   color: #32479C;
 }
</style>

background-color css

<style>
 a { background-color: #32479C; }

 a { background-color: rgb(50,71,156); }

 div.DivClassName
 {
   background-color: #32479C;
 }
 .BgClassName
 {
   background-color: #32479C;
 }
</style>

border-color css

<style>
 span { border-color: #32479C; }

 span { border-color: rgb(50,71,156); }

 td.TdClassName
 {
   border-color: #32479C;
 }
 .TagClassName
 {
   border-color: #32479C;
 }
</style>