#32489E

Color #32489E Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #32489E

Tints of Tory Blue #32489E

Color information

#32489E (or 0x32489E) is unknown color: approx 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

RGB5072158-
CMYK0.680.5400.38
HSL227.78º51.92%40.78%-
HSV(B)227.78º68.35%61.96%-
XYZ9.87.7833.33-
YUV75.23174.71110.01-

RGB Variations

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

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 (Cyan) values IS 0.68
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50721580.680.5400.38227.7851.9240.78
Hex32489E4436026e43429
Octal62110236104660463446451
Binary1100101001000100111101000100110110010011011100100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32489E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>