Html Css Color HEX #3E3192 Dark Slate Blue

📋 copy color: '#3E3192'

red 62 ◦ green 49 ◦ blue 146

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

Shades of Dark Slate Blue #3E3192

Tints of Dark Slate Blue #3E3192

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.07%

 BLUE value IS 146 (57.42% from 255) = 56.81%

R = 24.12%
G = 19.07%
B = 56.81%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3E3192 (or 0x3E3192) is known color: Dark Slate Blue. HEX triplet: 3E, 31 and 92. RGB value is (62,49,146). Sum of RGB (Red+Green+Blue) = 62+49+146=257 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.12% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #3E3192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3192 is #C1CE6D. Grayscale: #3F3F3F. Windows color (decimal): -12701294 or 9580862. OLE color: 9580862.

HSL color Cylindrical-coordinate representation of color #3E3192: hue angle of 248.04º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E3192 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 62 49 146 -
CMYK 0.58 0.66 0 0.43
HSL 248.04º 0.5% 0.38% -
HSV(B) 248.04º 0.66% 0.57% -
XYZ 8.27 5.3 27.78 -
YUV 63.95 174.31 126.61 -
System Red Green Blue C M Y K H S L
Decimal 62 49 146 0.58 0.66 0 0.43 248.04 0.5 0.38
Hex 3E 31 92 3A 42 0 2B F8 32 26
Octal 76 61 222 72 102 0 53 370 62 46
Binary 111110 110001 10010010 111010 1000010 0 101011 11111000 110010 100110

Color Harmonies of #3E3192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3192

Black with #3E3192

Text Example


Text Example

White with #3E3192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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