#3E4395

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

Shades of Dark Slate Blue #3E4395

Tints of Dark Slate Blue #3E4395

Color information

#3E4395 (or 0x3E4395) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 43 and 95. RGB value is (62,67,149). Sum of RGB (Red+Green+Blue) = 62+67+149=278 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.30% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #3E4395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4395 is #C1BC6A. Grayscale: #4A4A4A. Windows color (decimal): -12696683 or 9782078. OLE color: 9782078.

HSL color Cylindrical-coordinate representation of color #3E4395: hue angle of 236.55º 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 #3E4395 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6267149-
CMYK0.580.5500.42
HSL236.55º41.23%41.37%-
HSV(B)236.55º58.39%58.43%-
XYZ9.427.2129.33-
YUV74.85169.84118.83-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.30%
GREEN value IS 67 (26.56% from 255) = 24.10%
BLUE value IS 149 (58.59% from 255) = 53.60%
R=22.30%
G=24.10%
B=53.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal62671490.580.5500.42236.5541.2341.37
Hex3E43953A3702Aed2929
Octal7610322572670523555151
Binary111110100001110010101111010110111010101011101101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,67,149); }

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

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

 a { background-color: rgb(62,67,149); }

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

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

 span { border-color: rgb(62,67,149); }

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