#32459E

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

Shades of Tory Blue #32459E

Tints of Tory Blue #32459E

Color information

#32459E (or 0x32459E) is unknown color: approx Tory Blue. HEX triplet: 32, 45 and 9E. RGB value is (50,69,158). Sum of RGB (Red+Green+Blue) = 50+69+158=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #32459E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32459E is #CDBA61. Grayscale: #494949. Windows color (decimal): -13482594 or 10372402. OLE color: 10372402.

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

Color convert

RGB5069158-
CMYK0.680.5600.38
HSL229.44º51.92%40.78%-
HSV(B)229.44º68.35%61.96%-
XYZ9.627.433.27-
YUV73.46175.71111.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.05%
GREEN value IS 69 (27.34% from 255) = 24.91%
BLUE value IS 158 (62.11% from 255) = 57.04%
R=18.05%
G=24.91%
B=57.04%

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
Decimal50691580.680.5600.38229.4451.9240.78
Hex32459E4438026e53429
Octal62105236104700463456451
Binary1100101000101100111101000100111000010011011100101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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