#324898

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

Shades of Tory Blue #324898

Tints of Tory Blue #324898

Color information

#324898 (or 0x324898) is unknown color: approx Tory Blue. HEX triplet: 32, 48 and 98. RGB value is (50,72,152). Sum of RGB (Red+Green+Blue) = 50+72+152=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #324898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324898 is #CDB767. Grayscale: #4A4A4A. Windows color (decimal): -13481832 or 9979954. OLE color: 9979954.

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

Color convert

RGB5072152-
CMYK0.670.5300.40
HSL227.06º50.5%39.61%-
HSV(B)227.06º67.11%59.61%-
XYZ9.37.5830.68-
YUV74.54171.71110.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.25%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 152 (59.77% from 255) = 55.47%
R=18.25%
G=26.28%
B=55.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50721520.670.5300.40227.0650.539.61
Hex3248984335028e33228
Octal62110230103650503436250
Binary1100101001000100110001000011110101010100011100011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324898; }

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

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

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

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

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

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

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

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