Html Css Color HEX #3E2E92 Dark Slate Blue

📋 copy color: '#3E2E92'

red 62 ◦ green 46 ◦ blue 146

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

Shades of Dark Slate Blue #3E2E92

Tints of Dark Slate Blue #3E2E92

RGB

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

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

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

R = 24.41%
G = 18.11%
B = 57.48%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3E2E92 (or 0x3E2E92) is known color: Dark Slate Blue. HEX triplet: 3E, 2E and 92. RGB value is (62,46,146). Sum of RGB (Red+Green+Blue) = 62+46+146=254 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.41% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #3E2E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2E92 is #C1D16D. Grayscale: #3D3D3D. Windows color (decimal): -12702062 or 9580094. OLE color: 9580094.

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

Color convert

RGB 62 46 146 -
CMYK 0.58 0.68 0 0.43
HSL 249.6º 0.52% 0.38% -
HSV(B) 249.6º 0.68% 0.57% -
XYZ 8.15 5.05 27.74 -
YUV 62.18 175.3 127.87 -
System Red Green Blue C M Y K H S L
Decimal 62 46 146 0.58 0.68 0 0.43 249.6 0.52 0.38
Hex 3E 2E 92 3A 44 0 2B FA 34 26
Octal 76 56 222 72 104 0 53 372 64 46
Binary 111110 101110 10010010 111010 1000100 0 101011 11111010 110100 100110

Color Harmonies of #3E2E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2E92

Black with #3E2E92

Text Example


Text Example

White with #3E2E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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