#3E4093

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

Shades of Dark Slate Blue #3E4093

Tints of Dark Slate Blue #3E4093

Color information

#3E4093 (or 0x3E4093) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 40 and 93. RGB value is (62,64,147). Sum of RGB (Red+Green+Blue) = 62+64+147=273 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.71% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #3E4093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4093 is #C1BF6C. Grayscale: #484848. Windows color (decimal): -12697453 or 9650238. OLE color: 9650238.

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

Color convert

RGB6264147-
CMYK0.580.5600.42
HSL238.59º40.67%40.98%-
HSV(B)238.59º57.82%57.65%-
XYZ9.096.828.44-
YUV72.86169.84120.25-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.71%
GREEN value IS 64 (25.39% from 255) = 23.44%
BLUE value IS 147 (57.81% from 255) = 53.85%
R=22.71%
G=23.44%
B=53.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal62641470.580.5600.42238.5940.6740.98
Hex3E40933A3802Aef2929
Octal7610022372700523575151
Binary111110100000010010011111010111000010101011101111101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,64,147); }

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

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

 a { background-color: rgb(62,64,147); }

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

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

 span { border-color: rgb(62,64,147); }

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