#393DA4

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

Shades of Dark Slate Blue #393DA4

Tints of Dark Slate Blue #393DA4

Color information

#393DA4 (or 0x393DA4) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 3D and A4. RGB value is (57,61,164). Sum of RGB (Red+Green+Blue) = 57+61+164=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 164 (64.45% from 255 or 58.16% from 282); Max value from RGB is 164 - color contains mainly: blue. Hex color #393DA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393DA4 is #C6C25B. Grayscale: #474747. Windows color (decimal): -13025884 or 10763577. OLE color: 10763577.

HSL color Cylindrical-coordinate representation of color #393DA4: hue angle of 237.76º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #393DA4 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5761164-
CMYK0.650.6300.36
HSL237.76º48.42%43.33%-
HSV(B)237.76º65.24%64.31%-
XYZ10.066.8935.92-
YUV71.55180.17117.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.21%
GREEN value IS 61 (24.22% from 255) = 21.63%
BLUE value IS 164 (64.45% from 255) = 58.16%
R=20.21%
G=21.63%
B=58.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal57611640.650.6300.36237.7648.4243.33
Hex393DA4413F024ee302b
Octal7175244101770443566053
Binary111001111101101001001000001111111010010011101110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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