#393B9C

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

Shades of Dark Slate Blue #393B9C

Tints of Dark Slate Blue #393B9C

Color information

#393B9C (or 0x393B9C) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 3B and 9C. RGB value is (57,59,156). Sum of RGB (Red+Green+Blue) = 57+59+156=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 156 (61.33% from 255 or 57.35% from 272); Max value from RGB is 156 - color contains mainly: blue. Hex color #393B9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393B9C is #C6C463. Grayscale: #454545. Windows color (decimal): -13026404 or 10238777. OLE color: 10238777.

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

Color convert

RGB5759156-
CMYK0.630.6200.39
HSL238.79º46.48%41.76%-
HSV(B)238.79º63.46%61.18%-
XYZ9.256.432.2-
YUV69.46176.84119.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.96%
GREEN value IS 59 (23.44% from 255) = 21.69%
BLUE value IS 156 (61.33% from 255) = 57.35%
R=20.96%
G=21.69%
B=57.35%

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
Decimal57591560.630.6200.39238.7946.4841.76
Hex393B9C3F3E027ef2e2a
Octal717323477760473575652
Binary11100111101110011100111111111110010011111101111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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