Html Css Color HEX #32459C Tory Blue

📋 copy color: '#32459C'

red 50 ◦ green 69 ◦ blue 156

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

Shades of Tory Blue #32459C

Tints of Tory Blue #32459C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.09%

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

R = 18.18%
G = 25.09%
B = 56.73%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#32459C (or 0x32459C) is known color: Tory Blue. HEX triplet: 32, 45 and 9C. RGB value is (50,69,156). Sum of RGB (Red+Green+Blue) = 50+69+156=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #32459C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32459C is #CDBA63. Grayscale: #484848. Windows color (decimal): -13482596 or 10241330. OLE color: 10241330.

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

Color convert

RGB 50 69 156 -
CMYK 0.68 0.56 0 0.39
HSL 229.25º 0.51% 0.4% -
HSV(B) 229.25º 0.68% 0.61% -
XYZ 9.44 7.33 32.37 -
YUV 73.24 174.71 111.43 -
System Red Green Blue C M Y K H S L
Decimal 50 69 156 0.68 0.56 0 0.39 229.25 0.51 0.4
Hex 32 45 9C 44 38 0 27 E5 33 28
Octal 62 105 234 104 70 0 47 345 63 50
Binary 110010 1000101 10011100 1000100 111000 0 100111 11100101 110011 101000

Color Harmonies of #32459C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32459C

Black with #32459C

Text Example


Text Example

White with #32459C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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