#32409A

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

Shades of Tory Blue #32409A

Tints of Tory Blue #32409A

Color information

#32409A (or 0x32409A) is unknown color: approx Tory Blue. HEX triplet: 32, 40 and 9A. RGB value is (50,64,154). Sum of RGB (Red+Green+Blue) = 50+64+154=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #32409A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32409A is #CDBF65. Grayscale: #454545. Windows color (decimal): -13483878 or 10108978. OLE color: 10108978.

HSL color Cylindrical-coordinate representation of color #32409A: hue angle of 231.92º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32409A is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5064154-
CMYK0.680.5800.40
HSL231.92º50.98%40%-
HSV(B)231.92º67.53%60.39%-
XYZ8.986.6831.39-
YUV70.07175.36113.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.66%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 154 (60.55% from 255) = 57.46%
R=18.66%
G=23.88%
B=57.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50641540.680.5800.40231.9250.9840
Hex32409A443A028e83328
Octal62100232104720503506350
Binary1100101000000100110101000100111010010100011101000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32409A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32409A; }

 p { color: rgb(50,64,154); }

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

<style>
 a { background-color: #32409A; }

 a { background-color: rgb(50,64,154); }

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

<style>
 span { border-color: #32409A; }

 span { border-color: rgb(50,64,154); }

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