#3E3091

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

Shades of Dark Slate Blue #3E3091

Tints of Dark Slate Blue #3E3091

Color information

#3E3091 (or 0x3E3091) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 30 and 91. RGB value is (62,48,145). Sum of RGB (Red+Green+Blue) = 62+48+145=255 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.31% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 145 (57.03% from 255 or 56.86% from 255); Max value from RGB is 145 - color contains mainly: blue. Hex color #3E3091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3091 is #C1CF6E. Grayscale: #3E3E3E. Windows color (decimal): -12701551 or 9515070. OLE color: 9515070.

HSL color Cylindrical-coordinate representation of color #3E3091: hue angle of 248.66º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E3091 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6248145-
CMYK0.570.6700.43
HSL248.66º50.26%37.84%-
HSV(B)248.66º66.9%56.86%-
XYZ8.155.1827.36-
YUV63.24174.14127.11-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.31%
GREEN value IS 48 (19.14% from 255) = 18.82%
BLUE value IS 145 (57.03% from 255) = 56.86%
R=24.31%
G=18.82%
B=56.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal62481450.570.6700.43248.6650.2637.84
Hex3E3091394302Bf93226
Octal7660221711030533716246
Binary111110110000100100011110011000011010101111111001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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