Html Css Color HEX #32519C Tory Blue

📋 copy color: '#32519C'

red 50 ◦ green 81 ◦ blue 156

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

Shades of Tory Blue #32519C

Tints of Tory Blue #32519C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.22%

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

R = 17.42%
G = 28.22%
B = 54.36%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#32519C (or 0x32519C) is known color: Tory Blue. HEX triplet: 32, 51 and 9C. RGB value is (50,81,156). Sum of RGB (Red+Green+Blue) = 50+81+156=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #32519C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32519C is #CDAE63. Grayscale: #4F4F4F. Windows color (decimal): -13479524 or 10244402. OLE color: 10244402.

HSL color Cylindrical-coordinate representation of color #32519C: hue angle of 222.45º 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 #32519C is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 81 156 -
CMYK 0.68 0.48 0 0.39
HSL 222.45º 0.51% 0.4% -
HSV(B) 222.45º 0.68% 0.61% -
XYZ 10.26 8.96 32.64 -
YUV 80.28 170.73 106.4 -
System Red Green Blue C M Y K H S L
Decimal 50 81 156 0.68 0.48 0 0.39 222.45 0.51 0.4
Hex 32 51 9C 44 30 0 27 DE 33 28
Octal 62 121 234 104 60 0 47 336 63 50
Binary 110010 1010001 10011100 1000100 110000 0 100111 11011110 110011 101000

Color Harmonies of #32519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32519C

Black with #32519C

Text Example


Text Example

White with #32519C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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