#393AA2

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

Shades of Dark Slate Blue #393AA2

Tints of Dark Slate Blue #393AA2

Color information

#393AA2 (or 0x393AA2) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 3A and A2. RGB value is (57,58,162). Sum of RGB (Red+Green+Blue) = 57+58+162=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 162 (63.67% from 255 or 58.48% from 277); Max value from RGB is 162 - color contains mainly: blue. Hex color #393AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393AA2 is #C6C55D. Grayscale: #454545. Windows color (decimal): -13026654 or 10631737. OLE color: 10631737.

HSL color Cylindrical-coordinate representation of color #393AA2: hue angle of 239.43º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #393AA2 is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5758162-
CMYK0.650.6400.36
HSL239.43º47.95%42.94%-
HSV(B)239.43º64.81%63.53%-
XYZ9.726.534.93-
YUV69.56180.17119.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.58%
GREEN value IS 58 (23.05% from 255) = 20.94%
BLUE value IS 162 (63.67% from 255) = 58.48%
R=20.58%
G=20.94%
B=58.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal57581620.650.6400.36239.4347.9542.94
Hex393AA24140024ef302b
Octal71722421011000443576053
Binary1110011110101010001010000011000000010010011101111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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