#325296

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

Shades of Tory Blue #325296

Tints of Tory Blue #325296

Color information

#325296 (or 0x325296) is unknown color: approx Tory Blue. HEX triplet: 32, 52 and 96. RGB value is (50,82,150). Sum of RGB (Red+Green+Blue) = 50+82+150=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 150 (58.98% from 255 or 53.19% from 282); Max value from RGB is 150 - color contains mainly: blue. Hex color #325296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325296 is #CDAD69. Grayscale: #4F4F4F. Windows color (decimal): -13479274 or 9851442. OLE color: 9851442.

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

Color convert

RGB5082150-
CMYK0.670.4500.41
HSL220.8º50%39.22%-
HSV(B)220.8º66.67%58.82%-
XYZ9.848.9130.06-
YUV80.18167.4106.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.73%
GREEN value IS 82 (32.42% from 255) = 29.08%
BLUE value IS 150 (58.98% from 255) = 53.19%
R=17.73%
G=29.08%
B=53.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50821500.670.4500.41220.85039.22
Hex325296432D029dd3227
Octal62122226103550513356247
Binary1100101010010100101101000011101101010100111011101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325296; }

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

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

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

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

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

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

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

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