#3E29B2

Color #3E29B2 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #3E29B2

Tints of Blue Gem #3E29B2

Color information

#3E29B2 (or 0x3E29B2) is unknown color: approx Blue Gem. HEX triplet: 3E, 29 and B2. RGB value is (62,41,178). Sum of RGB (Red+Green+Blue) = 62+41+178=281 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.06% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 178 (69.92% from 255 or 63.35% from 281); Max value from RGB is 178 - color contains mainly: blue. Hex color #3E29B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E29B2 is #C1D64D. Grayscale: #3E3E3E. Windows color (decimal): -12703310 or 11675966. OLE color: 11675966.

HSL color Cylindrical-coordinate representation of color #3E29B2: hue angle of 249.2º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E29B2 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6241178-
CMYK0.650.7700.30
HSL249.2º62.56%42.94%-
HSV(B)249.2º76.97%69.8%-
XYZ10.825.8242.67-
YUV62.9192.96127.36-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.06%
GREEN value IS 41 (16.41% from 255) = 14.59%
BLUE value IS 178 (69.92% from 255) = 63.35%
R=22.06%
G=14.59%
B=63.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal62411780.650.7700.30249.262.5642.94
Hex3E29B2414D01Ef93f2b
Octal76512621011150363717753
Binary111110101001101100101000001100110101111011111001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E29B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E29B2;
 }
 .AnyTagClassName
 {
   color: #3E29B2;
 }
</style>
background-color css

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

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

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

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

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

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