#393F9C

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

Shades of Dark Slate Blue #393F9C

Tints of Dark Slate Blue #393F9C

Color information

#393F9C (or 0x393F9C) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 3F and 9C. RGB value is (57,63,156). Sum of RGB (Red+Green+Blue) = 57+63+156=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #393F9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393F9C is #C6C063. Grayscale: #474747. Windows color (decimal): -13025380 or 10239801. OLE color: 10239801.

HSL color Cylindrical-coordinate representation of color #393F9C: hue angle of 236.36º 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 #393F9C is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5763156-
CMYK0.630.6000.39
HSL236.36º46.48%41.76%-
HSV(B)236.36º63.46%61.18%-
XYZ9.476.8332.27-
YUV71.81175.51117.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.65%
GREEN value IS 63 (25% from 255) = 22.83%
BLUE value IS 156 (61.33% from 255) = 56.52%
R=20.65%
G=22.83%
B=56.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57631560.630.6000.39236.3646.4841.76
Hex393F9C3F3C027ec2e2a
Octal717723477740473545652
Binary11100111111110011100111111111100010011111101100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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