#393CA5

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

Shades of Dark Slate Blue #393CA5

Tints of Dark Slate Blue #393CA5

Color information

#393CA5 (or 0x393CA5) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 3C and A5. RGB value is (57,60,165). Sum of RGB (Red+Green+Blue) = 57+60+165=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 165 (64.84% from 255 or 58.51% from 282); Max value from RGB is 165 - color contains mainly: blue. Hex color #393CA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393CA5 is #C6C35A. Grayscale: #464646. Windows color (decimal): -13026139 or 10828857. OLE color: 10828857.

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

Color convert

RGB5760165-
CMYK0.650.6400.35
HSL238.33º48.65%43.53%-
HSV(B)238.33º65.45%64.71%-
XYZ10.096.8236.38-
YUV71.07181.01117.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.21%
GREEN value IS 60 (23.83% from 255) = 21.28%
BLUE value IS 165 (64.84% from 255) = 58.51%
R=20.21%
G=21.28%
B=58.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal57601650.650.6400.35238.3348.6543.53
Hex393CA54140023ee312c
Octal71742451011000433566154
Binary1110011111001010010110000011000000010001111101110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,60,165); }

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

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

 a { background-color: rgb(57,60,165); }

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

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

 span { border-color: rgb(57,60,165); }

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