Html Css Color HEX #32439C Tory Blue

📋 copy color: '#32439C'

red 50 ◦ green 67 ◦ blue 156

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

Shades of Tory Blue #32439C

Tints of Tory Blue #32439C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.54%

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

R = 18.32%
G = 24.54%
B = 57.14%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#32439C (or 0x32439C) is known color: Tory Blue. HEX triplet: 32, 43 and 9C. RGB value is (50,67,156). Sum of RGB (Red+Green+Blue) = 50+67+156=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #32439C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32439C is #CDBC63. Grayscale: #474747. Windows color (decimal): -13483108 or 10240818. OLE color: 10240818.

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

Color convert

RGB 50 67 156 -
CMYK 0.68 0.57 0 0.39
HSL 230.38º 0.51% 0.4% -
HSV(B) 230.38º 0.68% 0.61% -
XYZ 9.32 7.09 32.33 -
YUV 72.06 175.37 112.26 -
System Red Green Blue C M Y K H S L
Decimal 50 67 156 0.68 0.57 0 0.39 230.38 0.51 0.4
Hex 32 43 9C 44 39 0 27 E6 33 28
Octal 62 103 234 104 71 0 47 346 63 50
Binary 110010 1000011 10011100 1000100 111001 0 100111 11100110 110011 101000

Color Harmonies of #32439C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32439C

Black with #32439C

Text Example


Text Example

White with #32439C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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