#3E388B

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

Shades of Dark Slate Blue #3E388B

Tints of Dark Slate Blue #3E388B

Color information

#3E388B (or 0x3E388B) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 38 and 8B. RGB value is (62,56,139). Sum of RGB (Red+Green+Blue) = 62+56+139=257 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.12% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E388B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E388B is #C1C774. Grayscale: #424242. Windows color (decimal): -12699509 or 9123902. OLE color: 9123902.

HSL color Cylindrical-coordinate representation of color #3E388B: hue angle of 244.34º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E388B is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6256139-
CMYK0.550.6000.45
HSL244.34º42.56%38.24%-
HSV(B)244.34º59.71%54.51%-
XYZ8.065.7225.1-
YUV67.26168.49124.25-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.12%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 139 (54.69% from 255) = 54.09%
R=24.12%
G=21.79%
B=54.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal62561390.550.6000.45244.3442.5638.24
Hex3E388B373C02Df42b26
Octal767021367740553645346
Binary11111011100010001011110111111100010110111110100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,56,139); }

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

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

 a { background-color: rgb(62,56,139); }

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

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

 span { border-color: rgb(62,56,139); }

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