#393C9A

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

Shades of Dark Slate Blue #393C9A

Tints of Dark Slate Blue #393C9A

Color information

#393C9A (or 0x393C9A) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 3C and 9A. RGB value is (57,60,154). Sum of RGB (Red+Green+Blue) = 57+60+154=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 154 (60.55% from 255 or 56.83% from 271); Max value from RGB is 154 - color contains mainly: blue. Hex color #393C9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393C9A is #C6C365. Grayscale: #454545. Windows color (decimal): -13026150 or 10107961. OLE color: 10107961.

HSL color Cylindrical-coordinate representation of color #393C9A: hue angle of 238.14º 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 #393C9A is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5760154-
CMYK0.630.6100.40
HSL238.14º45.97%41.37%-
HSV(B)238.14º62.99%60.39%-
XYZ9.146.4331.33-
YUV69.82175.51118.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.03%
GREEN value IS 60 (23.83% from 255) = 22.14%
BLUE value IS 154 (60.55% from 255) = 56.83%
R=21.03%
G=22.14%
B=56.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal57601540.630.6100.40238.1445.9741.37
Hex393C9A3F3D028ee2e29
Octal717423277750503565651
Binary11100111110010011010111111111101010100011101110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,60,154); }

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

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

 a { background-color: rgb(57,60,154); }

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

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

 span { border-color: rgb(57,60,154); }

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