#393C9C

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

Shades of Dark Slate Blue #393C9C

Tints of Dark Slate Blue #393C9C

Color information

#393C9C (or 0x393C9C) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 3C and 9C. RGB value is (57,60,156). Sum of RGB (Red+Green+Blue) = 57+60+156=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #393C9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393C9C is #C6C363. Grayscale: #454545. Windows color (decimal): -13026148 or 10239033. OLE color: 10239033.

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

Color convert

RGB5760156-
CMYK0.630.6200.39
HSL238.18º46.48%41.76%-
HSV(B)238.18º63.46%61.18%-
XYZ9.36.532.22-
YUV70.05176.51118.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.88%
GREEN value IS 60 (23.83% from 255) = 21.98%
BLUE value IS 156 (61.33% from 255) = 57.14%
R=20.88%
G=21.98%
B=57.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57601560.630.6200.39238.1846.4841.76
Hex393C9C3F3E027ee2e2a
Octal717423477760473565652
Binary11100111110010011100111111111110010011111101110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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