#32409B

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

Shades of Tory Blue #32409B

Tints of Tory Blue #32409B

Color information

#32409B (or 0x32409B) is unknown color: approx Tory Blue. HEX triplet: 32, 40 and 9B. RGB value is (50,64,155). Sum of RGB (Red+Green+Blue) = 50+64+155=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #32409B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32409B is #CDBF64. Grayscale: #454545. Windows color (decimal): -13483877 or 10174514. OLE color: 10174514.

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

Color convert

RGB5064155-
CMYK0.680.5900.39
HSL232º51.22%40.2%-
HSV(B)232º67.74%60.78%-
XYZ9.076.7131.83-
YUV70.19175.86113.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.59%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 155 (60.94% from 255) = 57.62%
R=18.59%
G=23.79%
B=57.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50641550.680.5900.3923251.2240.2
Hex32409B443B027e83328
Octal62100233104730473506350
Binary1100101000000100110111000100111011010011111101000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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