#3E288B

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

Shades of Dark Slate Blue #3E288B

Tints of Dark Slate Blue #3E288B

Color information

#3E288B (or 0x3E288B) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 28 and 8B. RGB value is (62,40,139). Sum of RGB (Red+Green+Blue) = 62+40+139=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E288B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E288B is #C1D774. Grayscale: #393939. Windows color (decimal): -12703605 or 9119806. OLE color: 9119806.

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

Color convert

RGB6240139-
CMYK0.550.7100.45
HSL253.33º55.31%35.1%-
HSV(B)253.33º71.22%54.51%-
XYZ7.414.4124.89-
YUV57.86173.79130.95-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.73%
GREEN value IS 40 (16.02% from 255) = 16.60%
BLUE value IS 139 (54.69% from 255) = 57.68%
R=25.73%
G=16.60%
B=57.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal62401390.550.7100.45253.3355.3135.1
Hex3E288B374702Dfd3723
Octal7650213671070553756743
Binary111110101000100010111101111000111010110111111101110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E288B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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