#393BA7

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

Shades of Dark Slate Blue #393BA7

Tints of Dark Slate Blue #393BA7

Color information

#393BA7 (or 0x393BA7) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 3B and A7. RGB value is (57,59,167). Sum of RGB (Red+Green+Blue) = 57+59+167=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 167 (65.62% from 255 or 59.01% from 283); Max value from RGB is 167 - color contains mainly: blue. Hex color #393BA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393BA7 is #C6C458. Grayscale: #464646. Windows color (decimal): -13026393 or 10959673. OLE color: 10959673.

HSL color Cylindrical-coordinate representation of color #393BA7: hue angle of 238.91º 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 #393BA7 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5759167-
CMYK0.660.6500.35
HSL238.91º49.11%43.92%-
HSV(B)238.91º65.87%65.49%-
XYZ10.236.7937.33-
YUV70.71182.34118.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.14%
GREEN value IS 59 (23.44% from 255) = 20.85%
BLUE value IS 167 (65.62% from 255) = 59.01%
R=20.14%
G=20.85%
B=59.01%

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
Decimal57591670.660.6500.35238.9149.1143.92
Hex393BA74241023ef312c
Octal71732471021010433576154
Binary1110011110111010011110000101000001010001111101111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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