#393E9E

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

Shades of Dark Slate Blue #393E9E

Tints of Dark Slate Blue #393E9E

Color information

#393E9E (or 0x393E9E) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 3E and 9E. RGB value is (57,62,158). Sum of RGB (Red+Green+Blue) = 57+62+158=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #393E9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393E9E is #C6C161. Grayscale: #474747. Windows color (decimal): -13025634 or 10370617. OLE color: 10370617.

HSL color Cylindrical-coordinate representation of color #393E9E: hue angle of 237.03º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #393E9E is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5762158-
CMYK0.640.6100.38
HSL237.03º46.98%42.16%-
HSV(B)237.03º63.92%61.96%-
XYZ9.586.7833.15-
YUV71.45176.84117.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.58%
GREEN value IS 62 (24.61% from 255) = 22.38%
BLUE value IS 158 (62.11% from 255) = 57.04%
R=20.58%
G=22.38%
B=57.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57621580.640.6100.38237.0346.9842.16
Hex393E9E403D026ed2f2a
Octal7176236100750463555752
Binary111001111110100111101000000111101010011011101101101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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