#3E3184

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

Shades of Dark Slate Blue #3E3184

Tints of Dark Slate Blue #3E3184

Color information

#3E3184 (or 0x3E3184) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 31 and 84. RGB value is (62,49,132). Sum of RGB (Red+Green+Blue) = 62+49+132=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #3E3184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3184 is #C1CE7B. Grayscale: #3E3E3E. Windows color (decimal): -12701308 or 8663358. OLE color: 8663358.

HSL color Cylindrical-coordinate representation of color #3E3184: hue angle of 249.4º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E3184 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6249132-
CMYK0.530.6300.48
HSL249.4º45.86%35.49%-
HSV(B)249.4º62.88%51.76%-
XYZ7.254.8922.39-
YUV62.35167.31127.75-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.51%
GREEN value IS 49 (19.53% from 255) = 20.16%
BLUE value IS 132 (51.95% from 255) = 54.32%
R=25.51%
G=20.16%
B=54.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62491320.530.6300.48249.445.8635.49
Hex3E3184353F030f92e23
Octal766120465770603715643
Binary11111011000110000100110101111111011000011111001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,49,132); }

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

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

 a { background-color: rgb(62,49,132); }

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

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

 span { border-color: rgb(62,49,132); }

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