#325295

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

Shades of Tory Blue #325295

Tints of Tory Blue #325295

Color information

#325295 (or 0x325295) is unknown color: approx Tory Blue. HEX triplet: 32, 52 and 95. RGB value is (50,82,149). Sum of RGB (Red+Green+Blue) = 50+82+149=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #325295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325295 is #CDAD6A. Grayscale: #4F4F4F. Windows color (decimal): -13479275 or 9785906. OLE color: 9785906.

HSL color Cylindrical-coordinate representation of color #325295: hue angle of 220.61º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #325295 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5082149-
CMYK0.660.4500.42
HSL220.61º49.75%39.02%-
HSV(B)220.61º66.44%58.43%-
XYZ9.768.8829.63-
YUV80.07166.9106.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 82 (32.42% from 255) = 29.18%
BLUE value IS 149 (58.59% from 255) = 53.02%
R=17.79%
G=29.18%
B=53.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50821490.660.4500.42220.6149.7539.02
Hex325295422D02Add3227
Octal62122225102550523356247
Binary1100101010010100101011000010101101010101011011101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325295; }

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

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

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

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

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

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

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

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