#393795

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

Shades of Dark Slate Blue #393795

Tints of Dark Slate Blue #393795

Color information

#393795 (or 0x393795) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 37 and 95. RGB value is (57,55,149). Sum of RGB (Red+Green+Blue) = 57+55+149=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #393795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393795 is #C6C86A. Grayscale: #414141. Windows color (decimal): -13027435 or 9779001. OLE color: 9779001.

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

Color convert

RGB5755149-
CMYK0.620.6300.42
HSL241.28º46.08%40%-
HSV(B)241.28º63.09%58.43%-
XYZ8.485.7729.1-
YUV66.31174.66121.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.84%
GREEN value IS 55 (21.88% from 255) = 21.07%
BLUE value IS 149 (58.59% from 255) = 57.09%
R=21.84%
G=21.07%
B=57.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57551490.620.6300.42241.2846.0840
Hex3937953E3F02Af12e28
Octal716722576770523615650
Binary11100111011110010101111110111111010101011110001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393795; }

 p { color: rgb(57,55,149); }

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

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

 a { background-color: rgb(57,55,149); }

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

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

 span { border-color: rgb(57,55,149); }

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