#393A9C

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

Shades of Dark Slate Blue #393A9C

Tints of Dark Slate Blue #393A9C

Color information

#393A9C (or 0x393A9C) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 3A and 9C. RGB value is (57,58,156). Sum of RGB (Red+Green+Blue) = 57+58+156=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #393A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393A9C is #C6C563. Grayscale: #444444. Windows color (decimal): -13026660 or 10238521. OLE color: 10238521.

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

Color convert

RGB5758156-
CMYK0.630.6300.39
HSL239.39º46.48%41.76%-
HSV(B)239.39º63.46%61.18%-
XYZ9.26.332.18-
YUV68.87177.17119.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.03%
GREEN value IS 58 (23.05% from 255) = 21.40%
BLUE value IS 156 (61.33% from 255) = 57.56%
R=21.03%
G=21.40%
B=57.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57581560.630.6300.39239.3946.4841.76
Hex393A9C3F3F027ef2e2a
Octal717223477770473575652
Binary11100111101010011100111111111111010011111101111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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