#393E99

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

Shades of Dark Slate Blue #393E99

Tints of Dark Slate Blue #393E99

Color information

#393E99 (or 0x393E99) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 3E and 99. RGB value is (57,62,153). Sum of RGB (Red+Green+Blue) = 57+62+153=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #393E99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393E99 is #C6C166. Grayscale: #464646. Windows color (decimal): -13025639 or 10042937. OLE color: 10042937.

HSL color Cylindrical-coordinate representation of color #393E99: hue angle of 236.88º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #393E99 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5762153-
CMYK0.630.5900.4
HSL236.88º45.71%41.18%-
HSV(B)236.88º62.75%60%-
XYZ9.166.6230.93-
YUV70.88174.34118.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.96%
GREEN value IS 62 (24.61% from 255) = 22.79%
BLUE value IS 153 (60.16% from 255) = 56.25%
R=20.96%
G=22.79%
B=56.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal57621530.630.5900.4236.8845.7141.18
Hex393E993F3B028ed2e29
Octal717623177730503555651
Binary11100111111010011001111111111011010100011101101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393E99; }

 p { color: rgb(57,62,153); }

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

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

 a { background-color: rgb(57,62,153); }

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

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

 span { border-color: rgb(57,62,153); }

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