#3E3999

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

Shades of Dark Slate Blue #3E3999

Tints of Dark Slate Blue #3E3999

Color information

#3E3999 (or 0x3E3999) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 39 and 99. RGB value is (62,57,153). Sum of RGB (Red+Green+Blue) = 62+57+153=272 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.79% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #3E3999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3999 is #C1C666. Grayscale: #454545. Windows color (decimal): -12699239 or 10041662. OLE color: 10041662.

HSL color Cylindrical-coordinate representation of color #3E3999: hue angle of 243.12º 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 #3E3999 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6257153-
CMYK0.590.6300.4
HSL243.12º45.71%41.18%-
HSV(B)243.12º62.75%60%-
XYZ9.26.2530.86-
YUV69.44175.16122.69-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.79%
GREEN value IS 57 (22.66% from 255) = 20.96%
BLUE value IS 153 (60.16% from 255) = 56.25%
R=22.79%
G=20.96%
B=56.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal62571530.590.6300.4243.1245.7141.18
Hex3E39993B3F028f32e29
Octal767123173770503635651
Binary11111011100110011001111011111111010100011110011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E3999; }

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

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

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

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

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

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

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

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