#32459D

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

Shades of Tory Blue #32459D

Tints of Tory Blue #32459D

Color information

#32459D (or 0x32459D) is unknown color: approx Tory Blue. HEX triplet: 32, 45 and 9D. RGB value is (50,69,157). Sum of RGB (Red+Green+Blue) = 50+69+157=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #32459D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32459D is #CDBA62. Grayscale: #484848. Windows color (decimal): -13482595 or 10306866. OLE color: 10306866.

HSL color Cylindrical-coordinate representation of color #32459D: hue angle of 229.35º 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 #32459D is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5069157-
CMYK0.680.5600.38
HSL229.35º51.69%40.59%-
HSV(B)229.35º68.15%61.57%-
XYZ9.537.3732.82-
YUV73.35175.21111.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.12%
GREEN value IS 69 (27.34% from 255) = 25%
BLUE value IS 157 (61.72% from 255) = 56.88%
R=18.12%
G=25%
B=56.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50691570.680.5600.38229.3551.6940.59
Hex32459D4438026e53429
Octal62105235104700463456451
Binary1100101000101100111011000100111000010011011100101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32459D; }

 p { color: rgb(50,69,157); }

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

<style>
 a { background-color: #32459D; }

 a { background-color: rgb(50,69,157); }

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

<style>
 span { border-color: #32459D; }

 span { border-color: rgb(50,69,157); }

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