#325598

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

Shades of Tory Blue #325598

Tints of Tory Blue #325598

Color information

#325598 (or 0x325598) is unknown color: approx Tory Blue. HEX triplet: 32, 55 and 98. RGB value is (50,85,152). Sum of RGB (Red+Green+Blue) = 50+85+152=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #325598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325598 is #CDAA67. Grayscale: #515151. Windows color (decimal): -13478504 or 9983282. OLE color: 9983282.

HSL color Cylindrical-coordinate representation of color #325598: hue angle of 219.41º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #325598 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5085152-
CMYK0.670.4400.40
HSL219.41º50.5%39.61%-
HSV(B)219.41º67.11%59.61%-
XYZ10.239.4430.99-
YUV82.17167.4105.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.42%
GREEN value IS 85 (33.59% from 255) = 29.62%
BLUE value IS 152 (59.77% from 255) = 52.96%
R=17.42%
G=29.62%
B=52.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50851520.670.4400.40219.4150.539.61
Hex325598432C028db3228
Octal62125230103540503336250
Binary1100101010101100110001000011101100010100011011011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325598; }

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

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

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

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

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

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

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

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