#3E3089

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

Shades of Dark Slate Blue #3E3089

Tints of Dark Slate Blue #3E3089

Color information

#3E3089 (or 0x3E3089) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 30 and 89. RGB value is (62,48,137). Sum of RGB (Red+Green+Blue) = 62+48+137=247 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.10% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #3E3089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3089 is #C1CF76. Grayscale: #3D3D3D. Windows color (decimal): -12701559 or 8990782. OLE color: 8990782.

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

Color convert

RGB6248137-
CMYK0.550.6500.46
HSL249.44º48.11%36.27%-
HSV(B)249.44º64.96%53.73%-
XYZ7.564.9424.22-
YUV62.33170.14127.76-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.10%
GREEN value IS 48 (19.14% from 255) = 19.43%
BLUE value IS 137 (53.91% from 255) = 55.47%
R=25.10%
G=19.43%
B=55.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal62481370.550.6500.46249.4448.1136.27
Hex3E3089374102Ef93024
Octal7660211671010563716044
Binary111110110000100010011101111000001010111011111001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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