#325298

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

Shades of Tory Blue #325298

Tints of Tory Blue #325298

Color information

#325298 (or 0x325298) is unknown color: approx Tory Blue. HEX triplet: 32, 52 and 98. RGB value is (50,82,152). Sum of RGB (Red+Green+Blue) = 50+82+152=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #325298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325298 is #CDAD67. Grayscale: #505050. Windows color (decimal): -13479272 or 9982514. OLE color: 9982514.

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

Color convert

RGB5082152-
CMYK0.670.4600.40
HSL221.18º50.5%39.61%-
HSV(B)221.18º67.11%59.61%-
XYZ108.9830.91-
YUV80.41168.4106.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.61%
GREEN value IS 82 (32.42% from 255) = 28.87%
BLUE value IS 152 (59.77% from 255) = 53.52%
R=17.61%
G=28.87%
B=53.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50821520.670.4600.40221.1850.539.61
Hex325298432E028dd3228
Octal62122230103560503356250
Binary1100101010010100110001000011101110010100011011101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325298; }

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

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

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

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

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

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

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

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