#32528e

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

Shades of Tory Blue #32528E

Tints of Tory Blue #32528E

Color information

#32528E (or 0x32528E) is unknown color: approx Tory Blue. HEX triplet: 32, 52 and 8E. RGB value is (50,82,142). Sum of RGB (Red+Green+Blue) = 50+82+142=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #32528E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32528E is #CDAD71. Grayscale: #4F4F4F. Windows color (decimal): -13479282 or 9327154. OLE color: 9327154.

HSL color Cylindrical-coordinate representation of color #32528E: hue angle of 219.13º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32528E is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5082142-
CMYK0.650.4200.44
HSL219.13º47.92%37.65%-
HSV(B)219.13º64.79%55.69%-
XYZ9.228.6726.78-
YUV79.27163.4107.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.25%
GREEN value IS 82 (32.42% from 255) = 29.93%
BLUE value IS 142 (55.86% from 255) = 51.82%
R=18.25%
G=29.93%
B=51.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50821420.650.4200.44219.1347.9237.65
Hex32528E412A02Cdb3026
Octal62122216101520543336046
Binary1100101010010100011101000001101010010110011011011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32528e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32528e; }

 p { color: rgb(50,82,142); }

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

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

 a { background-color: rgb(50,82,142); }

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

<style>
 span { border-color: #32528e; }

 span { border-color: rgb(50,82,142); }

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