#3E3384

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

Shades of Dark Slate Blue #3E3384

Tints of Dark Slate Blue #3E3384

Color information

#3E3384 (or 0x3E3384) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 33 and 84. RGB value is (62,51,132). Sum of RGB (Red+Green+Blue) = 62+51+132=245 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.31% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #3E3384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3384 is #C1CC7B. Grayscale: #3F3F3F. Windows color (decimal): -12700796 or 8663870. OLE color: 8663870.

HSL color Cylindrical-coordinate representation of color #3E3384: hue angle of 248.15º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E3384 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6251132-
CMYK0.530.6100.48
HSL248.15º44.26%35.88%-
HSV(B)248.15º61.36%51.76%-
XYZ7.345.0622.42-
YUV63.52166.64126.91-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.31%
GREEN value IS 51 (20.31% from 255) = 20.82%
BLUE value IS 132 (51.95% from 255) = 53.88%
R=25.31%
G=20.82%
B=53.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62511320.530.6100.48248.1544.2635.88
Hex3E3384353D030f82c24
Octal766320465750603705444
Binary11111011001110000100110101111101011000011111000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,51,132); }

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

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

 a { background-color: rgb(62,51,132); }

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

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

 span { border-color: rgb(62,51,132); }

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