#3E3288

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

Shades of Dark Slate Blue #3E3288

Tints of Dark Slate Blue #3E3288

Color information

#3E3288 (or 0x3E3288) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 32 and 88. RGB value is (62,50,136). Sum of RGB (Red+Green+Blue) = 62+50+136=248 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #3E3288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3288 is #C1CD77. Grayscale: #3F3F3F. Windows color (decimal): -12701048 or 8925758. OLE color: 8925758.

HSL color Cylindrical-coordinate representation of color #3E3288: hue angle of 248.37º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E3288 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6250136-
CMYK0.540.6300.47
HSL248.37º46.24%36.47%-
HSV(B)248.37º63.24%53.33%-
XYZ7.575.0823.87-
YUV63.39168.98127.01-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25%
GREEN value IS 50 (19.92% from 255) = 20.16%
BLUE value IS 136 (53.52% from 255) = 54.84%
R=25%
G=20.16%
B=54.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal62501360.540.6300.47248.3746.2436.47
Hex3E3288363F02Ff82e24
Octal766221066770573705644
Binary11111011001010001000110110111111010111111111000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,50,136); }

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

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

 a { background-color: rgb(62,50,136); }

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

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

 span { border-color: rgb(62,50,136); }

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