#324199

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

Shades of Tory Blue #324199

Tints of Tory Blue #324199

Color information

#324199 (or 0x324199) is unknown color: approx Tory Blue. HEX triplet: 32, 41 and 99. RGB value is (50,65,153). Sum of RGB (Red+Green+Blue) = 50+65+153=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #324199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324199 is #CDBE66. Grayscale: #464646. Windows color (decimal): -13483623 or 10043698. OLE color: 10043698.

HSL color Cylindrical-coordinate representation of color #324199: hue angle of 231.26º degrees, saturation: 0.51, 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 #324199 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5065153-
CMYK0.670.5800.4
HSL231.26º50.74%39.8%-
HSV(B)231.26º67.32%60%-
XYZ8.966.7630.97-
YUV70.55174.53113.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.66%
GREEN value IS 65 (25.78% from 255) = 24.25%
BLUE value IS 153 (60.16% from 255) = 57.09%
R=18.66%
G=24.25%
B=57.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal50651530.670.5800.4231.2650.7439.8
Hex324199433A028e73328
Octal62101231103720503476350
Binary1100101000001100110011000011111010010100011100111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324199; }

 p { color: rgb(50,65,153); }

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

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

 a { background-color: rgb(50,65,153); }

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

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

 span { border-color: rgb(50,65,153); }

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