#3E3B8D

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

Shades of Dark Slate Blue #3E3B8D

Tints of Dark Slate Blue #3E3B8D

Color information

#3E3B8D (or 0x3E3B8D) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 3B and 8D. RGB value is (62,59,141). Sum of RGB (Red+Green+Blue) = 62+59+141=262 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.66% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E3B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3B8D is #C1C472. Grayscale: #444444. Windows color (decimal): -12698739 or 9255742. OLE color: 9255742.

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

Color convert

RGB6259141-
CMYK0.560.5800.45
HSL242.2º41%39.22%-
HSV(B)242.2º58.16%55.29%-
XYZ8.366.0825.93-
YUV69.24168.49122.83-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.66%
GREEN value IS 59 (23.44% from 255) = 22.52%
BLUE value IS 141 (55.47% from 255) = 53.82%
R=23.66%
G=22.52%
B=53.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal62591410.560.5800.45242.24139.22
Hex3E3B8D383A02Df22927
Octal767321570720553625147
Binary11111011101110001101111000111010010110111110010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,59,141); }

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

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

 a { background-color: rgb(62,59,141); }

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

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

 span { border-color: rgb(62,59,141); }

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