#393DA8

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

Shades of Dark Slate Blue #393DA8

Tints of Dark Slate Blue #393DA8

Color information

#393DA8 (or 0x393DA8) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 3D and A8. RGB value is (57,61,168). Sum of RGB (Red+Green+Blue) = 57+61+168=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 168 (66.02% from 255 or 58.74% from 286); Max value from RGB is 168 - color contains mainly: blue. Hex color #393DA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393DA8 is #C6C257. Grayscale: #474747. Windows color (decimal): -13025880 or 11025721. OLE color: 11025721.

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

Color convert

RGB5761168-
CMYK0.660.6400.34
HSL237.84º49.33%44.12%-
HSV(B)237.84º66.07%65.88%-
XYZ10.427.0337.85-
YUV72182.17117.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.93%
GREEN value IS 61 (24.22% from 255) = 21.33%
BLUE value IS 168 (66.02% from 255) = 58.74%
R=19.93%
G=21.33%
B=58.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal57611680.660.6400.34237.8449.3344.12
Hex393DA84240022ee312c
Octal71752501021000423566154
Binary1110011111011010100010000101000000010001011101110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,61,168); }

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

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

 a { background-color: rgb(57,61,168); }

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

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

 span { border-color: rgb(57,61,168); }

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