Html Css Color HEX #3E2E94 Blue Gem

📋 copy color: '#3E2E94'

red 62 ◦ green 46 ◦ blue 148

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

Shades of Blue Gem #3E2E94

Tints of Blue Gem #3E2E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 57.81%

R = 24.22%
G = 17.97%
B = 57.81%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3E2E94 (or 0x3E2E94) is known color: Blue Gem. HEX triplet: 3E, 2E and 94. RGB value is (62,46,148). Sum of RGB (Red+Green+Blue) = 62+46+148=256 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.22% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #3E2E94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2E94 is #C1D16B. Grayscale: #3E3E3E. Windows color (decimal): -12702060 or 9711166. OLE color: 9711166.

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

Color convert

RGB 62 46 148 -
CMYK 0.58 0.69 0 0.42
HSL 249.41º 0.53% 0.38% -
HSV(B) 249.41º 0.69% 0.58% -
XYZ 8.31 5.12 28.57 -
YUV 62.41 176.3 127.71 -
System Red Green Blue C M Y K H S L
Decimal 62 46 148 0.58 0.69 0 0.42 249.41 0.53 0.38
Hex 3E 2E 94 3A 45 0 2A F9 35 26
Octal 76 56 224 72 105 0 52 371 65 46
Binary 111110 101110 10010100 111010 1000101 0 101010 11111001 110101 100110

Color Harmonies of #3E2E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2E94

Black with #3E2E94

Text Example


Text Example

White with #3E2E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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