Html Css Color HEX #3E3886 Dark Slate Blue

📋 copy color: '#3E3886'

red 62 ◦ green 56 ◦ blue 134

#3E3886
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #3E3886

Tints of Dark Slate Blue #3E3886

RGB

 RED value IS 62 (24.61% from 255) = 24.6%

 GREEN value IS 56 (22.27% from 255) = 22.22%

 BLUE value IS 134 (52.73% from 255) = 53.17%

R = 24.6%
G = 22.22%
B = 53.17%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3E3886 (or 0x3E3886) is known color: Dark Slate Blue. HEX triplet: 3E, 38 and 86. RGB value is (62,56,134). Sum of RGB (Red+Green+Blue) = 62+56+134=252 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.60% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 134 (52.73% from 255 or 53.17% from 252); Max value from RGB is 134 - color contains mainly: blue. Hex color #3E3886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3886 is #C1C779. Grayscale: #424242. Windows color (decimal): -12699514 or 8796222. OLE color: 8796222.

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

Color convert

RGB 62 56 134 -
CMYK 0.54 0.58 0 0.47
HSL 244.62º 0.41% 0.37% -
HSV(B) 244.62º 0.58% 0.53% -
XYZ 7.7 5.57 23.22 -
YUV 66.69 165.99 124.66 -
System Red Green Blue C M Y K H S L
Decimal 62 56 134 0.54 0.58 0 0.47 244.62 0.41 0.37
Hex 3E 38 86 36 3A 0 2F F5 29 25
Octal 76 70 206 66 72 0 57 365 51 45
Binary 111110 111000 10000110 110110 111010 0 101111 11110101 101001 100101

Color Harmonies of #3E3886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3886

Black with #3E3886

Text Example


Text Example

White with #3E3886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,56,134); }

 H1.HeaderClassName
 {
   color: #3E3886;
 }
 .AnyTagClassName
 {
   color: #3E3886;
 }
</style>

background-color css

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

 a { background-color: rgb(62,56,134); }

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

border-color css

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

 span { border-color: rgb(62,56,134); }

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