#3E4191

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

Shades of Dark Slate Blue #3E4191

Tints of Dark Slate Blue #3E4191

Color information

#3E4191 (or 0x3E4191) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 41 and 91. RGB value is (62,65,145). Sum of RGB (Red+Green+Blue) = 62+65+145=272 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.79% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #3E4191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4191 is #C1BE6E. Grayscale: #484848. Windows color (decimal): -12697199 or 9519422. OLE color: 9519422.

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

Color convert

RGB6265145-
CMYK0.570.5500.43
HSL237.83º40.1%40.59%-
HSV(B)237.83º57.24%56.86%-
XYZ8.996.8527.64-
YUV73.22168.51120-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.79%
GREEN value IS 65 (25.78% from 255) = 23.90%
BLUE value IS 145 (57.03% from 255) = 53.31%
R=22.79%
G=23.90%
B=53.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal62651450.570.5500.43237.8340.140.59
Hex3E4191393702Bee2829
Octal7610122171670533565051
Binary111110100000110010001111001110111010101111101110101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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