#3E3886

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

Shades of Dark Slate Blue #3E3886

Tints of Dark Slate Blue #3E3886

Color information

#3E3886 (or 0x3E3886) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 38 and 86. RGB value is (62,56,134). Sum of RGB (Red+Green+Blue) = 62+56+134=252 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.60% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 134 (52.73% from 255 or 53.17% from 252); Max value from RGB is 134 - color contains mainly: blue. Hex color #3E3886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3886 is #C1C779. Grayscale: #424242. Windows color (decimal): -12699514 or 8796222. OLE color: 8796222.

HSL color Cylindrical-coordinate representation of color #3E3886: hue angle of 244.62º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E3886 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6256134-
CMYK0.540.5800.47
HSL244.62º41.05%37.25%-
HSV(B)244.62º58.21%52.55%-
XYZ7.75.5723.22-
YUV66.69165.99124.66-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.60%
GREEN value IS 56 (22.27% from 255) = 22.22%
BLUE value IS 134 (52.73% from 255) = 53.17%
R=24.60%
G=22.22%
B=53.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal62561340.540.5800.47244.6241.0537.25
Hex3E3886363A02Ff52925
Octal767020666720573655145
Binary11111011100010000110110110111010010111111110101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,56,134); }

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

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

 a { background-color: rgb(62,56,134); }

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

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

 span { border-color: rgb(62,56,134); }

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