#323399

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

Shades of Dark Slate Blue #323399

Tints of Dark Slate Blue #323399

Color information

#323399 (or 0x323399) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 33 and 99. RGB value is (50,51,153). Sum of RGB (Red+Green+Blue) = 50+51+153=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #323399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323399 is #CDCC66. Grayscale: #3D3D3D. Windows color (decimal): -13487207 or 10040114. OLE color: 10040114.

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

Color convert

RGB5051153-
CMYK0.670.6700.4
HSL239.42º50.74%39.8%-
HSV(B)239.42º67.32%60%-
XYZ8.255.3530.73-
YUV62.33179.17119.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.69%
GREEN value IS 51 (20.31% from 255) = 20.08%
BLUE value IS 153 (60.16% from 255) = 60.24%
R=19.69%
G=20.08%
B=60.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal50511530.670.6700.4239.4250.7439.8
Hex3233994343028ef3328
Octal62632311031030503576350
Binary1100101100111001100110000111000011010100011101111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323399; }

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

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

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

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

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

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

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

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