#325297

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

Shades of Tory Blue #325297

Tints of Tory Blue #325297

Color information

#325297 (or 0x325297) is unknown color: approx Tory Blue. HEX triplet: 32, 52 and 97. RGB value is (50,82,151). Sum of RGB (Red+Green+Blue) = 50+82+151=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 151 (59.38% from 255 or 53.36% from 283); Max value from RGB is 151 - color contains mainly: blue. Hex color #325297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325297 is #CDAD68. Grayscale: #4F4F4F. Windows color (decimal): -13479273 or 9916978. OLE color: 9916978.

HSL color Cylindrical-coordinate representation of color #325297: hue angle of 220.99º 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 #325297 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5082151-
CMYK0.670.4600.41
HSL220.99º50.25%39.41%-
HSV(B)220.99º66.89%59.22%-
XYZ9.928.9530.48-
YUV80.3167.9106.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.67%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 151 (59.38% from 255) = 53.36%
R=17.67%
G=28.98%
B=53.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50821510.670.4600.41220.9950.2539.41
Hex325297432E029dd3227
Octal62122227103560513356247
Binary1100101010010100101111000011101110010100111011101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325297; }

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

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

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

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

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

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

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

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