Html Css Color HEX #32539C Tory Blue

📋 copy color: '#32539C'

red 50 ◦ green 83 ◦ blue 156

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

Shades of Tory Blue #32539C

Tints of Tory Blue #32539C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.72%

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

R = 17.3%
G = 28.72%
B = 53.98%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#32539C (or 0x32539C) is known color: Tory Blue. HEX triplet: 32, 53 and 9C. RGB value is (50,83,156). Sum of RGB (Red+Green+Blue) = 50+83+156=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #32539C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32539C is #CDAC63. Grayscale: #515151. Windows color (decimal): -13479012 or 10244914. OLE color: 10244914.

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

Color convert

RGB 50 83 156 -
CMYK 0.68 0.47 0 0.39
HSL 221.32º 0.51% 0.4% -
HSV(B) 221.32º 0.68% 0.61% -
XYZ 10.41 9.26 32.69 -
YUV 81.46 170.07 105.56 -
System Red Green Blue C M Y K H S L
Decimal 50 83 156 0.68 0.47 0 0.39 221.32 0.51 0.4
Hex 32 53 9C 44 2F 0 27 DD 33 28
Octal 62 123 234 104 57 0 47 335 63 50
Binary 110010 1010011 10011100 1000100 101111 0 100111 11011101 110011 101000

Color Harmonies of #32539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32539C

Black with #32539C

Text Example


Text Example

White with #32539C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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