#3E3188

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

Shades of Dark Slate Blue #3E3188

Tints of Dark Slate Blue #3E3188

Color information

#3E3188 (or 0x3E3188) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 31 and 88. RGB value is (62,49,136). Sum of RGB (Red+Green+Blue) = 62+49+136=247 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.10% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #3E3188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3188 is #C1CE77. Grayscale: #3E3E3E. Windows color (decimal): -12701304 or 8925502. OLE color: 8925502.

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

Color convert

RGB6249136-
CMYK0.540.6400.47
HSL248.97º47.03%36.27%-
HSV(B)248.97º63.97%53.33%-
XYZ7.53523.86-
YUV62.81169.31127.43-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.10%
GREEN value IS 49 (19.53% from 255) = 19.84%
BLUE value IS 136 (53.52% from 255) = 55.06%
R=25.10%
G=19.84%
B=55.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal62491360.540.6400.47248.9747.0336.27
Hex3E3188364002Ff92f24
Octal7661210661000573715744
Binary111110110001100010001101101000000010111111111001101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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