#32458a

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

Shades of Tory Blue #32458A

Tints of Tory Blue #32458A

Color information

#32458A (or 0x32458A) is unknown color: approx Tory Blue. HEX triplet: 32, 45 and 8A. RGB value is (50,69,138). Sum of RGB (Red+Green+Blue) = 50+69+138=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #32458A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32458A is #CDBA75. Grayscale: #464646. Windows color (decimal): -13482614 or 9061682. OLE color: 9061682.

HSL color Cylindrical-coordinate representation of color #32458A: hue angle of 227.05º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32458A is Cyan = 0.64, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5069138-
CMYK0.640.500.46
HSL227.05º46.81%36.86%-
HSV(B)227.05º63.77%54.12%-
XYZ8.036.7724.93-
YUV71.18165.71112.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.46%
GREEN value IS 69 (27.34% from 255) = 26.85%
BLUE value IS 138 (54.30% from 255) = 53.70%
R=19.46%
G=26.85%
B=53.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50691380.640.500.46227.0546.8136.86
Hex32458A403202Ee32f25
Octal62105212100620563435745
Binary1100101000101100010101000000110010010111011100011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32458a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32458a; }

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

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

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

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

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

<style>
 span { border-color: #32458a; }

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

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