#3E3196

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

Shades of Dark Slate Blue #3E3196

Tints of Dark Slate Blue #3E3196

Color information

#3E3196 (or 0x3E3196) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 31 and 96. RGB value is (62,49,150). Sum of RGB (Red+Green+Blue) = 62+49+150=261 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.75% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 150 (58.98% from 255 or 57.47% from 261); Max value from RGB is 150 - color contains mainly: blue. Hex color #3E3196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3196 is #C1CE69. Grayscale: #404040. Windows color (decimal): -12701290 or 9843006. OLE color: 9843006.

HSL color Cylindrical-coordinate representation of color #3E3196: hue angle of 247.72º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E3196 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6249150-
CMYK0.590.6700.41
HSL247.72º50.75%39.02%-
HSV(B)247.72º67.33%58.82%-
XYZ8.595.4229.45-
YUV64.4176.31126.29-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.75%
GREEN value IS 49 (19.53% from 255) = 18.77%
BLUE value IS 150 (58.98% from 255) = 57.47%
R=23.75%
G=18.77%
B=57.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal62491500.590.6700.41247.7250.7539.02
Hex3E31963B43029f83327
Octal7661226731030513706347
Binary111110110001100101101110111000011010100111111000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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