#3E29AE

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

Shades of Blue Gem #3E29AE

Tints of Blue Gem #3E29AE

Color information

#3E29AE (or 0x3E29AE) is unknown color: approx Blue Gem. HEX triplet: 3E, 29 and AE. RGB value is (62,41,174). Sum of RGB (Red+Green+Blue) = 62+41+174=277 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.38% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 174 (68.36% from 255 or 62.82% from 277); Max value from RGB is 174 - color contains mainly: blue. Hex color #3E29AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E29AE is #C1D651. Grayscale: #3D3D3D. Windows color (decimal): -12703314 or 11413822. OLE color: 11413822.

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

Color convert

RGB6241174-
CMYK0.640.7600.32
HSL249.47º61.86%42.16%-
HSV(B)249.47º76.44%68.24%-
XYZ10.425.6740.59-
YUV62.44190.96127.69-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.38%
GREEN value IS 41 (16.41% from 255) = 14.80%
BLUE value IS 174 (68.36% from 255) = 62.82%
R=22.38%
G=14.80%
B=62.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal62411740.640.7600.32249.4761.8642.16
Hex3E29AE404C020f93e2a
Octal76512561001140403717652
Binary1111101010011010111010000001001100010000011111001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E29AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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