#3E3682

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

Shades of Dark Slate Blue #3E3682

Tints of Dark Slate Blue #3E3682

Color information

#3E3682 (or 0x3E3682) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 36 and 82. RGB value is (62,54,130). Sum of RGB (Red+Green+Blue) = 62+54+130=246 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.20% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #3E3682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3682 is #C1C97D. Grayscale: #404040. Windows color (decimal): -12700030 or 8533566. OLE color: 8533566.

HSL color Cylindrical-coordinate representation of color #3E3682: hue angle of 246.32º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E3682 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6254130-
CMYK0.520.5800.49
HSL246.32º41.3%36.08%-
HSV(B)246.32º58.46%50.98%-
XYZ7.345.2721.75-
YUV65.06164.65125.82-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.20%
GREEN value IS 54 (21.48% from 255) = 21.95%
BLUE value IS 130 (51.17% from 255) = 52.85%
R=25.20%
G=21.95%
B=52.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal62541300.520.5800.49246.3241.336.08
Hex3E3682343A031f62924
Octal766620264720613665144
Binary11111011011010000010110100111010011000111110110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,54,130); }

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

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

 a { background-color: rgb(62,54,130); }

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

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

 span { border-color: rgb(62,54,130); }

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