#393A96

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

Shades of Dark Slate Blue #393A96

Tints of Dark Slate Blue #393A96

Color information

#393A96 (or 0x393A96) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 3A and 96. RGB value is (57,58,150). Sum of RGB (Red+Green+Blue) = 57+58+150=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #393A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393A96 is #C6C569. Grayscale: #434343. Windows color (decimal): -13026666 or 9845305. OLE color: 9845305.

HSL color Cylindrical-coordinate representation of color #393A96: hue angle of 239.35º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #393A96 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5758150-
CMYK0.620.6100.41
HSL239.35º44.93%40.59%-
HSV(B)239.35º62%58.82%-
XYZ8.716.129.57-
YUV68.19174.17120.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.51%
GREEN value IS 58 (23.05% from 255) = 21.89%
BLUE value IS 150 (58.98% from 255) = 56.60%
R=21.51%
G=21.89%
B=56.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal57581500.620.6100.41239.3544.9340.59
Hex393A963E3D029ef2d29
Octal717222676750513575551
Binary11100111101010010110111110111101010100111101111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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