#393DA7

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

Shades of Dark Slate Blue #393DA7

Tints of Dark Slate Blue #393DA7

Color information

#393DA7 (or 0x393DA7) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 3D and A7. RGB value is (57,61,167). Sum of RGB (Red+Green+Blue) = 57+61+167=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 167 (65.62% from 255 or 58.60% from 285); Max value from RGB is 167 - color contains mainly: blue. Hex color #393DA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393DA7 is #C6C258. Grayscale: #474747. Windows color (decimal): -13025881 or 10960185. OLE color: 10960185.

HSL color Cylindrical-coordinate representation of color #393DA7: hue angle of 237.82º 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 #393DA7 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5761167-
CMYK0.660.6300.35
HSL237.82º49.11%43.92%-
HSV(B)237.82º65.87%65.49%-
XYZ10.33737.37-
YUV71.89181.67117.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20%
GREEN value IS 61 (24.22% from 255) = 21.40%
BLUE value IS 167 (65.62% from 255) = 58.60%
R=20%
G=21.40%
B=58.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal57611670.660.6300.35237.8249.1143.92
Hex393DA7423F023ee312c
Octal7175247102770433566154
Binary111001111101101001111000010111111010001111101110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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