Html Css Color HEX #32458E Tory Blue

📋 copy color: '#32458E'

red 50 ◦ green 69 ◦ blue 142

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

Shades of Tory Blue #32458E

Tints of Tory Blue #32458E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 54.41%

R = 19.16%
G = 26.44%
B = 54.41%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#32458E (or 0x32458E) is known color: Tory Blue. HEX triplet: 32, 45 and 8E. RGB value is (50,69,142). Sum of RGB (Red+Green+Blue) = 50+69+142=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #32458E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32458E is #CDBA71. Grayscale: #474747. Windows color (decimal): -13482610 or 9323826. OLE color: 9323826.

HSL color Cylindrical-coordinate representation of color #32458E: hue angle of 227.61º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32458E is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 69 142 -
CMYK 0.65 0.51 0 0.44
HSL 227.61º 0.48% 0.38% -
HSV(B) 227.61º 0.65% 0.56% -
XYZ 8.33 6.89 26.48 -
YUV 71.64 167.71 112.56 -
System Red Green Blue C M Y K H S L
Decimal 50 69 142 0.65 0.51 0 0.44 227.61 0.48 0.38
Hex 32 45 8E 41 33 0 2C E4 30 26
Octal 62 105 216 101 63 0 54 344 60 46
Binary 110010 1000101 10001110 1000001 110011 0 101100 11100100 110000 100110

Color Harmonies of #32458E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32458E

Black with #32458E

Text Example


Text Example

White with #32458E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32458E; }

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

 H1.HeaderClassName
 {
   color: #32458E;
 }
 .AnyTagClassName
 {
   color: #32458E;
 }
</style>

background-color css

<style>
 a { background-color: #32458E; }

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

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

border-color css

<style>
 span { border-color: #32458E; }

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

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