#324998

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

Shades of Tory Blue #324998

Tints of Tory Blue #324998

Color information

#324998 (or 0x324998) is unknown color: approx Tory Blue. HEX triplet: 32, 49 and 98. RGB value is (50,73,152). Sum of RGB (Red+Green+Blue) = 50+73+152=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 152 (59.77% from 255 or 55.27% from 275); Max value from RGB is 152 - color contains mainly: blue. Hex color #324998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324998 is #CDB667. Grayscale: #4A4A4A. Windows color (decimal): -13481576 or 9980210. OLE color: 9980210.

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

Color convert

RGB5073152-
CMYK0.670.5200.40
HSL226.47º50.5%39.61%-
HSV(B)226.47º67.11%59.61%-
XYZ9.377.7130.7-
YUV75.13171.38110.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.18%
GREEN value IS 73 (28.91% from 255) = 26.55%
BLUE value IS 152 (59.77% from 255) = 55.27%
R=18.18%
G=26.55%
B=55.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50731520.670.5200.40226.4750.539.61
Hex3249984334028e23228
Octal62111230103640503426250
Binary1100101001001100110001000011110100010100011100010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324998; }

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

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

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

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

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

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

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

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