#32489F

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

Shades of Tory Blue #32489F

Tints of Tory Blue #32489F

Color information

#32489F (or 0x32489F) is unknown color: approx Tory Blue. HEX triplet: 32, 48 and 9F. RGB value is (50,72,159). Sum of RGB (Red+Green+Blue) = 50+72+159=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #32489F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32489F is #CDB760. Grayscale: #4A4A4A. Windows color (decimal): -13481825 or 10438706. OLE color: 10438706.

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

Color convert

RGB5072159-
CMYK0.690.5500.38
HSL227.89º52.15%40.98%-
HSV(B)227.89º68.55%62.35%-
XYZ9.897.8233.79-
YUV75.34175.21109.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 72 (28.52% from 255) = 25.62%
BLUE value IS 159 (62.5% from 255) = 56.58%
R=17.79%
G=25.62%
B=56.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50721590.690.5500.38227.8952.1540.98
Hex32489F4537026e43429
Octal62110237105670463446451
Binary1100101001000100111111000101110111010011011100100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #32489F;
 }
 .AnyTagClassName
 {
   color: #32489F;
 }
</style>
background-color css

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

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

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

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

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

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