#393C93

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

Shades of Dark Slate Blue #393C93

Tints of Dark Slate Blue #393C93

Color information

#393C93 (or 0x393C93) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 3C and 93. RGB value is (57,60,147). Sum of RGB (Red+Green+Blue) = 57+60+147=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #393C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393C93 is #C6C36C. Grayscale: #444444. Windows color (decimal): -13026157 or 9649209. OLE color: 9649209.

HSL color Cylindrical-coordinate representation of color #393C93: hue angle of 238º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #393C93 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5760147-
CMYK0.610.5900.42
HSL238º44.12%40%-
HSV(B)238º61.22%57.65%-
XYZ8.576.2128.35-
YUV69.02172.01119.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.59%
GREEN value IS 60 (23.83% from 255) = 22.73%
BLUE value IS 147 (57.81% from 255) = 55.68%
R=21.59%
G=22.73%
B=55.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57601470.610.5900.4223844.1240
Hex393C933D3B02Aee2c28
Octal717422375730523565450
Binary11100111110010010011111101111011010101011101110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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