Html Css Color HEX #3E2393 Blue Gem

📋 copy color: '#3E2393'

red 62 ◦ green 35 ◦ blue 147

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

Shades of Blue Gem #3E2393

Tints of Blue Gem #3E2393

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.34%

 BLUE value IS 147 (57.81% from 255) = 60.25%

R = 25.41%
G = 14.34%
B = 60.25%

CMYK

 C value IS 0.58

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3E2393 (or 0x3E2393) is known color: Blue Gem. HEX triplet: 3E, 23 and 93. RGB value is (62,35,147). Sum of RGB (Red+Green+Blue) = 62+35+147=244 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.41% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 147 (57.81% from 255 or 60.25% from 244); Max value from RGB is 147 - color contains mainly: blue. Hex color #3E2393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2393 is #C1DC6C. Grayscale: #373737. Windows color (decimal): -12704877 or 9642814. OLE color: 9642814.

HSL color Cylindrical-coordinate representation of color #3E2393: hue angle of 254.46º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E2393 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 62 35 147 -
CMYK 0.58 0.76 0 0.42
HSL 254.46º 0.62% 0.36% -
HSV(B) 254.46º 0.76% 0.58% -
XYZ 7.85 4.33 28.03 -
YUV 55.84 179.45 132.39 -
System Red Green Blue C M Y K H S L
Decimal 62 35 147 0.58 0.76 0 0.42 254.46 0.62 0.36
Hex 3E 23 93 3A 4C 0 2A FE 3E 24
Octal 76 43 223 72 114 0 52 376 76 44
Binary 111110 100011 10010011 111010 1001100 0 101010 11111110 111110 100100

Color Harmonies of #3E2393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2393

Black with #3E2393

Text Example


Text Example

White with #3E2393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,35,147); }

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

background-color css

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

 a { background-color: rgb(62,35,147); }

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

border-color css

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

 span { border-color: rgb(62,35,147); }

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