#393CA6

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

Shades of Dark Slate Blue #393CA6

Tints of Dark Slate Blue #393CA6

Color information

#393CA6 (or 0x393CA6) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 3C and A6. RGB value is (57,60,166). Sum of RGB (Red+Green+Blue) = 57+60+166=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 166 (65.23% from 255 or 58.66% from 283); Max value from RGB is 166 - color contains mainly: blue. Hex color #393CA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393CA6 is #C6C359. Grayscale: #464646. Windows color (decimal): -13026138 or 10894393. OLE color: 10894393.

HSL color Cylindrical-coordinate representation of color #393CA6: hue angle of 238.35º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #393CA6 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5760166-
CMYK0.660.6400.35
HSL238.35º48.88%43.73%-
HSV(B)238.35º65.66%65.1%-
XYZ10.196.8536.86-
YUV71.19181.51117.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.14%
GREEN value IS 60 (23.83% from 255) = 21.20%
BLUE value IS 166 (65.23% from 255) = 58.66%
R=20.14%
G=21.20%
B=58.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal57601660.660.6400.35238.3548.8843.73
Hex393CA64240023ee312c
Octal71742461021000433566154
Binary1110011111001010011010000101000000010001111101110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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