#3E29AA

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

Shades of Blue Gem #3E29AA

Tints of Blue Gem #3E29AA

Color information

#3E29AA (or 0x3E29AA) is unknown color: approx Blue Gem. HEX triplet: 3E, 29 and AA. RGB value is (62,41,170). Sum of RGB (Red+Green+Blue) = 62+41+170=273 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.71% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E29AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E29AA is #C1D655. Grayscale: #3D3D3D. Windows color (decimal): -12703318 or 11151678. OLE color: 11151678.

HSL color Cylindrical-coordinate representation of color #3E29AA: hue angle of 249.77º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E29AA is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6241170-
CMYK0.640.7600.33
HSL249.77º61.14%41.37%-
HSV(B)249.77º75.88%66.67%-
XYZ10.045.5138.57-
YUV61.98188.96128.01-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.71%
GREEN value IS 41 (16.41% from 255) = 15.02%
BLUE value IS 170 (66.80% from 255) = 62.27%
R=22.71%
G=15.02%
B=62.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal62411700.640.7600.33249.7761.1441.37
Hex3E29AA404C021fa3d29
Octal76512521001140413727551
Binary1111101010011010101010000001001100010000111111010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E29AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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