#32559A

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

Shades of Tory Blue #32559A

Tints of Tory Blue #32559A

Color information

#32559A (or 0x32559A) is unknown color: approx Tory Blue. HEX triplet: 32, 55 and 9A. RGB value is (50,85,154). Sum of RGB (Red+Green+Blue) = 50+85+154=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 154 (60.55% from 255 or 53.29% from 289); Max value from RGB is 154 - color contains mainly: blue. Hex color #32559A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32559A is #CDAA65. Grayscale: #525252. Windows color (decimal): -13478502 or 10114354. OLE color: 10114354.

HSL color Cylindrical-coordinate representation of color #32559A: hue angle of 219.81º 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 #32559A is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5085154-
CMYK0.680.4500.40
HSL219.81º50.98%40%-
HSV(B)219.81º67.53%60.39%-
XYZ10.49.5131.86-
YUV82.4168.4104.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.30%
GREEN value IS 85 (33.59% from 255) = 29.41%
BLUE value IS 154 (60.55% from 255) = 53.29%
R=17.30%
G=29.41%
B=53.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50851540.680.4500.40219.8150.9840
Hex32559A442D028dc3328
Octal62125232104550503346350
Binary1100101010101100110101000100101101010100011011100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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