#3E3B89

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

Shades of Dark Slate Blue #3E3B89

Tints of Dark Slate Blue #3E3B89

Color information

#3E3B89 (or 0x3E3B89) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 3B and 89. RGB value is (62,59,137). Sum of RGB (Red+Green+Blue) = 62+59+137=258 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.03% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #3E3B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3B89 is #C1C476. Grayscale: #444444. Windows color (decimal): -12698743 or 8993598. OLE color: 8993598.

HSL color Cylindrical-coordinate representation of color #3E3B89: hue angle of 242.31º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E3B89 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6259137-
CMYK0.550.5700.46
HSL242.31º39.8%38.43%-
HSV(B)242.31º56.93%53.73%-
XYZ8.075.9624.39-
YUV68.79166.49123.16-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.03%
GREEN value IS 59 (23.44% from 255) = 22.87%
BLUE value IS 137 (53.91% from 255) = 53.10%
R=24.03%
G=22.87%
B=53.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal62591370.550.5700.46242.3139.838.43
Hex3E3B89373902Ef22826
Octal767321167710563625046
Binary11111011101110001001110111111001010111011110010101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,59,137); }

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

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

 a { background-color: rgb(62,59,137); }

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

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

 span { border-color: rgb(62,59,137); }

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