#393AA7

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

Shades of Dark Slate Blue #393AA7

Tints of Dark Slate Blue #393AA7

Color information

#393AA7 (or 0x393AA7) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 3A and A7. RGB value is (57,58,167). Sum of RGB (Red+Green+Blue) = 57+58+167=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 167 (65.62% from 255 or 59.22% from 282); Max value from RGB is 167 - color contains mainly: blue. Hex color #393AA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393AA7 is #C6C558. Grayscale: #454545. Windows color (decimal): -13026649 or 10959417. OLE color: 10959417.

HSL color Cylindrical-coordinate representation of color #393AA7: hue angle of 239.45º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #393AA7 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5758167-
CMYK0.660.6500.35
HSL239.45º49.11%43.92%-
HSV(B)239.45º65.87%65.49%-
XYZ10.186.6937.31-
YUV70.13182.67118.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.21%
GREEN value IS 58 (23.05% from 255) = 20.57%
BLUE value IS 167 (65.62% from 255) = 59.22%
R=20.21%
G=20.57%
B=59.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal57581670.660.6500.35239.4549.1143.92
Hex393AA74241023ef312c
Octal71722471021010433576154
Binary1110011110101010011110000101000001010001111101111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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