#393DA5

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

Shades of Dark Slate Blue #393DA5

Tints of Dark Slate Blue #393DA5

Color information

#393DA5 (or 0x393DA5) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 3D and A5. RGB value is (57,61,165). Sum of RGB (Red+Green+Blue) = 57+61+165=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 165 (64.84% from 255 or 58.30% from 283); Max value from RGB is 165 - color contains mainly: blue. Hex color #393DA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393DA5 is #C6C25A. Grayscale: #474747. Windows color (decimal): -13025883 or 10829113. OLE color: 10829113.

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

Color convert

RGB5761165-
CMYK0.650.6300.35
HSL237.78º48.65%43.53%-
HSV(B)237.78º65.45%64.71%-
XYZ10.156.9236.4-
YUV71.66180.67117.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.14%
GREEN value IS 61 (24.22% from 255) = 21.55%
BLUE value IS 165 (64.84% from 255) = 58.30%
R=20.14%
G=21.55%
B=58.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal57611650.650.6300.35237.7848.6543.53
Hex393DA5413F023ee312c
Octal7175245101770433566154
Binary111001111101101001011000001111111010001111101110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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