#394099

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

Shades of Dark Slate Blue #394099

Tints of Dark Slate Blue #394099

Color information

#394099 (or 0x394099) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 40 and 99. RGB value is (57,64,153). Sum of RGB (Red+Green+Blue) = 57+64+153=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #394099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394099 is #C6BF66. Grayscale: #474747. Windows color (decimal): -13025127 or 10043449. OLE color: 10043449.

HSL color Cylindrical-coordinate representation of color #394099: hue angle of 235.62º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #394099 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5764153-
CMYK0.630.5800.4
HSL235.62º45.71%41.18%-
HSV(B)235.62º62.75%60%-
XYZ9.276.8430.97-
YUV72.05173.68117.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.80%
GREEN value IS 64 (25.39% from 255) = 23.36%
BLUE value IS 153 (60.16% from 255) = 55.84%
R=20.80%
G=23.36%
B=55.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal57641530.630.5800.4235.6245.7141.18
Hex3940993F3A028ec2e29
Octal7110023177720503545651
Binary111001100000010011001111111111010010100011101100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394099; }

 p { color: rgb(57,64,153); }

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

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

 a { background-color: rgb(57,64,153); }

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

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

 span { border-color: rgb(57,64,153); }

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