Html Css Color HEX #32429C Tory Blue

📋 copy color: '#32429C'

red 50 ◦ green 66 ◦ blue 156

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

Shades of Tory Blue #32429C

Tints of Tory Blue #32429C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.26%

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

R = 18.38%
G = 24.26%
B = 57.35%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#32429C (or 0x32429C) is known color: Tory Blue. HEX triplet: 32, 42 and 9C. RGB value is (50,66,156). Sum of RGB (Red+Green+Blue) = 50+66+156=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 156 (61.33% from 255 or 57.35% from 272); Max value from RGB is 156 - color contains mainly: blue. Hex color #32429C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32429C is #CDBD63. Grayscale: #474747. Windows color (decimal): -13483364 or 10240562. OLE color: 10240562.

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

Color convert

RGB 50 66 156 -
CMYK 0.68 0.58 0 0.39
HSL 230.94º 0.51% 0.4% -
HSV(B) 230.94º 0.68% 0.61% -
XYZ 9.26 6.97 32.31 -
YUV 71.48 175.7 112.68 -
System Red Green Blue C M Y K H S L
Decimal 50 66 156 0.68 0.58 0 0.39 230.94 0.51 0.4
Hex 32 42 9C 44 3A 0 27 E7 33 28
Octal 62 102 234 104 72 0 47 347 63 50
Binary 110010 1000010 10011100 1000100 111010 0 100111 11100111 110011 101000

Color Harmonies of #32429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32429C

Black with #32429C

Text Example


Text Example

White with #32429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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