#3E3796

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

Shades of Dark Slate Blue #3E3796

Tints of Dark Slate Blue #3E3796

Color information

#3E3796 (or 0x3E3796) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 37 and 96. RGB value is (62,55,150). Sum of RGB (Red+Green+Blue) = 62+55+150=267 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.22% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 150 (58.98% from 255 or 56.18% from 267); Max value from RGB is 150 - color contains mainly: blue. Hex color #3E3796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3796 is #C1C869. Grayscale: #434343. Windows color (decimal): -12699754 or 9844542. OLE color: 9844542.

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

Color convert

RGB6255150-
CMYK0.590.6300.41
HSL244.42º46.34%40.2%-
HSV(B)244.42º63.33%58.82%-
XYZ8.865.9629.54-
YUV67.92174.32123.78-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.22%
GREEN value IS 55 (21.88% from 255) = 20.60%
BLUE value IS 150 (58.98% from 255) = 56.18%
R=23.22%
G=20.60%
B=56.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal62551500.590.6300.41244.4246.3440.2
Hex3E37963B3F029f42e28
Octal766722673770513645650
Binary11111011011110010110111011111111010100111110100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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