#393DA3

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

Shades of Dark Slate Blue #393DA3

Tints of Dark Slate Blue #393DA3

Color information

#393DA3 (or 0x393DA3) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 3D and A3. RGB value is (57,61,163). Sum of RGB (Red+Green+Blue) = 57+61+163=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 163 (64.06% from 255 or 58.01% from 281); Max value from RGB is 163 - color contains mainly: blue. Hex color #393DA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393DA3 is #C6C25C. Grayscale: #474747. Windows color (decimal): -13025885 or 10698041. OLE color: 10698041.

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

Color convert

RGB5761163-
CMYK0.650.6300.36
HSL237.74º48.18%43.14%-
HSV(B)237.74º65.03%63.92%-
XYZ9.976.8535.45-
YUV71.43179.67117.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.28%
GREEN value IS 61 (24.22% from 255) = 21.71%
BLUE value IS 163 (64.06% from 255) = 58.01%
R=20.28%
G=21.71%
B=58.01%

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
Decimal57611630.650.6300.36237.7448.1843.14
Hex393DA3413F024ee302b
Octal7175243101770443566053
Binary111001111101101000111000001111111010010011101110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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