#393A98

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

Shades of Dark Slate Blue #393A98

Tints of Dark Slate Blue #393A98

Color information

#393A98 (or 0x393A98) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 3A and 98. RGB value is (57,58,152). Sum of RGB (Red+Green+Blue) = 57+58+152=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #393A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393A98 is #C6C567. Grayscale: #444444. Windows color (decimal): -13026664 or 9976377. OLE color: 9976377.

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

Color convert

RGB5758152-
CMYK0.620.6200.40
HSL239.37º45.45%40.98%-
HSV(B)239.37º62.5%59.61%-
XYZ8.876.1630.43-
YUV68.42175.17119.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.35%
GREEN value IS 58 (23.05% from 255) = 21.72%
BLUE value IS 152 (59.77% from 255) = 56.93%
R=21.35%
G=21.72%
B=56.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal57581520.620.6200.40239.3745.4540.98
Hex393A983E3E028ef2d29
Octal717223076760503575551
Binary11100111101010011000111110111110010100011101111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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