Html Css Color HEX #3E299E Blue Gem

📋 copy color: '#3E299E'

red 62 ◦ green 41 ◦ blue 158

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

Shades of Blue Gem #3E299E

Tints of Blue Gem #3E299E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.71%

 BLUE value IS 158 (62.11% from 255) = 60.54%

R = 23.75%
G = 15.71%
B = 60.54%

CMYK

 C value IS 0.61

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3E299E (or 0x3E299E) is known color: Blue Gem. HEX triplet: 3E, 29 and 9E. RGB value is (62,41,158). Sum of RGB (Red+Green+Blue) = 62+41+158=261 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.75% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 158 (62.11% from 255 or 60.54% from 261); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E299E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E299E is #C1D661. Grayscale: #3C3C3C. Windows color (decimal): -12703330 or 10365246. OLE color: 10365246.

HSL color Cylindrical-coordinate representation of color #3E299E: hue angle of 250.77º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E299E is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 62 41 158 -
CMYK 0.61 0.74 0 0.38
HSL 250.77º 0.59% 0.39% -
HSV(B) 250.77º 0.74% 0.62% -
XYZ 8.95 5.08 32.86 -
YUV 60.62 182.96 128.99 -
System Red Green Blue C M Y K H S L
Decimal 62 41 158 0.61 0.74 0 0.38 250.77 0.59 0.39
Hex 3E 29 9E 3D 4A 0 26 FB 3B 27
Octal 76 51 236 75 112 0 46 373 73 47
Binary 111110 101001 10011110 111101 1001010 0 100110 11111011 111011 100111

Color Harmonies of #3E299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E299E

Black with #3E299E

Text Example


Text Example

White with #3E299E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,41,158); }

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

background-color css

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

 a { background-color: rgb(62,41,158); }

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

border-color css

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

 span { border-color: rgb(62,41,158); }

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