#393A9D

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

Shades of Dark Slate Blue #393A9D

Tints of Dark Slate Blue #393A9D

Color information

#393A9D (or 0x393A9D) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 3A and 9D. RGB value is (57,58,157). Sum of RGB (Red+Green+Blue) = 57+58+157=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #393A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393A9D is #C6C562. Grayscale: #444444. Windows color (decimal): -13026659 or 10304057. OLE color: 10304057.

HSL color Cylindrical-coordinate representation of color #393A9D: hue angle of 239.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #393A9D is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5758157-
CMYK0.640.6300.38
HSL239.4º46.73%41.96%-
HSV(B)239.4º63.69%61.57%-
XYZ9.296.3332.63-
YUV68.99177.67119.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.96%
GREEN value IS 58 (23.05% from 255) = 21.32%
BLUE value IS 157 (61.72% from 255) = 57.72%
R=20.96%
G=21.32%
B=57.72%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57581570.640.6300.38239.446.7341.96
Hex393A9D403F026ef2f2a
Octal7172235100770463575752
Binary111001111010100111011000000111111010011011101111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,58,157); }

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

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

 a { background-color: rgb(57,58,157); }

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

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

 span { border-color: rgb(57,58,157); }

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