Html Css Color HEX #32489E Tory Blue

📋 copy color: '#32489E'

red 50 ◦ green 72 ◦ blue 158

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

Shades of Tory Blue #32489E

Tints of Tory Blue #32489E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.71%

 BLUE value IS 158 (62.11% from 255) = 56.43%

R = 17.86%
G = 25.71%
B = 56.43%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32489E (or 0x32489E) is known color: Tory Blue. HEX triplet: 32, 48 and 9E. RGB value is (50,72,158). Sum of RGB (Red+Green+Blue) = 50+72+158=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 158 (62.11% from 255 or 56.43% from 280); Max value from RGB is 158 - color contains mainly: blue. Hex color #32489E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32489E is #CDB761. Grayscale: #4A4A4A. Windows color (decimal): -13481826 or 10373170. OLE color: 10373170.

HSL color Cylindrical-coordinate representation of color #32489E: hue angle of 227.78º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32489E is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 72 158 -
CMYK 0.68 0.54 0 0.38
HSL 227.78º 0.52% 0.41% -
HSV(B) 227.78º 0.68% 0.62% -
XYZ 9.8 7.78 33.33 -
YUV 75.23 174.71 110.01 -
System Red Green Blue C M Y K H S L
Decimal 50 72 158 0.68 0.54 0 0.38 227.78 0.52 0.41
Hex 32 48 9E 44 36 0 26 E4 34 29
Octal 62 110 236 104 66 0 46 344 64 51
Binary 110010 1001000 10011110 1000100 110110 0 100110 11100100 110100 101001

Color Harmonies of #32489E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32489E

Black with #32489E

Text Example


Text Example

White with #32489E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,72,158); }

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

background-color css

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

 a { background-color: rgb(50,72,158); }

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

border-color css

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

 span { border-color: rgb(50,72,158); }

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