Html Css Color HEX #3E2E86 Dark Slate Blue

📋 copy color: '#3E2E86'

red 62 ◦ green 46 ◦ blue 134

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

Shades of Dark Slate Blue #3E2E86

Tints of Dark Slate Blue #3E2E86

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.01%

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

R = 25.62%
G = 19.01%
B = 55.37%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3E2E86 (or 0x3E2E86) is known color: Dark Slate Blue. HEX triplet: 3E, 2E and 86. RGB value is (62,46,134). Sum of RGB (Red+Green+Blue) = 62+46+134=242 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.62% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 134 (52.73% from 255 or 55.37% from 242); Max value from RGB is 134 - color contains mainly: blue. Hex color #3E2E86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2E86 is #C1D179. Grayscale: #3C3C3C. Windows color (decimal): -12702074 or 8793662. OLE color: 8793662.

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

Color convert

RGB 62 46 134 -
CMYK 0.54 0.66 0 0.47
HSL 250.91º 0.49% 0.35% -
HSV(B) 250.91º 0.66% 0.53% -
XYZ 7.27 4.7 23.08 -
YUV 60.82 169.3 128.84 -
System Red Green Blue C M Y K H S L
Decimal 62 46 134 0.54 0.66 0 0.47 250.91 0.49 0.35
Hex 3E 2E 86 36 42 0 2F FB 31 23
Octal 76 56 206 66 102 0 57 373 61 43
Binary 111110 101110 10000110 110110 1000010 0 101111 11111011 110001 100011

Color Harmonies of #3E2E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2E86

Black with #3E2E86

Text Example


Text Example

White with #3E2E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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