#393E98

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

Shades of Dark Slate Blue #393E98

Tints of Dark Slate Blue #393E98

Color information

#393E98 (or 0x393E98) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 3E and 98. RGB value is (57,62,152). Sum of RGB (Red+Green+Blue) = 57+62+152=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #393E98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393E98 is #C6C167. Grayscale: #464646. Windows color (decimal): -13025640 or 9977401. OLE color: 9977401.

HSL color Cylindrical-coordinate representation of color #393E98: hue angle of 236.84º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #393E98 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5762152-
CMYK0.620.5900.40
HSL236.84º45.45%40.98%-
HSV(B)236.84º62.5%59.61%-
XYZ9.086.5830.5-
YUV70.76173.84118.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.03%
GREEN value IS 62 (24.61% from 255) = 22.88%
BLUE value IS 152 (59.77% from 255) = 56.09%
R=21.03%
G=22.88%
B=56.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal57621520.620.5900.40236.8445.4540.98
Hex393E983E3B028ed2d29
Octal717623076730503555551
Binary11100111111010011000111110111011010100011101101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,62,152); }

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

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

 a { background-color: rgb(57,62,152); }

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

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

 span { border-color: rgb(57,62,152); }

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