#323699

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

Shades of Dark Slate Blue #323699

Tints of Dark Slate Blue #323699

Color information

#323699 (or 0x323699) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 36 and 99. RGB value is (50,54,153). Sum of RGB (Red+Green+Blue) = 50+54+153=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #323699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323699 is #CDC966. Grayscale: #3F3F3F. Windows color (decimal): -13486439 or 10040882. OLE color: 10040882.

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

Color convert

RGB5054153-
CMYK0.670.6500.4
HSL237.67º50.74%39.8%-
HSV(B)237.67º67.32%60%-
XYZ8.385.6230.78-
YUV64.09178.17117.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.46%
GREEN value IS 54 (21.48% from 255) = 21.01%
BLUE value IS 153 (60.16% from 255) = 59.53%
R=19.46%
G=21.01%
B=59.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal50541530.670.6500.4237.6750.7439.8
Hex3236994341028ee3328
Octal62662311031010503566350
Binary1100101101101001100110000111000001010100011101110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323699; }

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

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

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

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

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

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

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

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