#393A94

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

Shades of Dark Slate Blue #393A94

Tints of Dark Slate Blue #393A94

Color information

#393A94 (or 0x393A94) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 3A and 94. RGB value is (57,58,148). Sum of RGB (Red+Green+Blue) = 57+58+148=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #393A94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393A94 is #C6C56B. Grayscale: #434343. Windows color (decimal): -13026668 or 9714233. OLE color: 9714233.

HSL color Cylindrical-coordinate representation of color #393A94: hue angle of 239.34º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #393A94 is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5758148-
CMYK0.610.6100.42
HSL239.34º44.39%40.2%-
HSV(B)239.34º61.49%58.04%-
XYZ8.556.0328.73-
YUV67.96173.17120.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.67%
GREEN value IS 58 (23.05% from 255) = 22.05%
BLUE value IS 148 (58.20% from 255) = 56.27%
R=21.67%
G=22.05%
B=56.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57581480.610.6100.42239.3444.3940.2
Hex393A943D3D02Aef2c28
Octal717222475750523575450
Binary11100111101010010100111101111101010101011101111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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