#3B29AE

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

Shades of Blue Gem #3B29AE

Tints of Blue Gem #3B29AE

Color information

#3B29AE (or 0x3B29AE) is unknown color: approx Blue Gem. HEX triplet: 3B, 29 and AE. RGB value is (59,41,174). Sum of RGB (Red+Green+Blue) = 59+41+174=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #3B29AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B29AE is #C4D651. Grayscale: #3D3D3D. Windows color (decimal): -12899922 or 11413819. OLE color: 11413819.

HSL color Cylindrical-coordinate representation of color #3B29AE: hue angle of 248.12º 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 #3B29AE is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5941174-
CMYK0.660.7600.32
HSL248.12º61.86%42.16%-
HSV(B)248.12º76.44%68.24%-
XYZ10.245.5740.58-
YUV61.54191.46126.19-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.53%
GREEN value IS 41 (16.41% from 255) = 14.96%
BLUE value IS 174 (68.36% from 255) = 63.50%
R=21.53%
G=14.96%
B=63.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal59411740.660.7600.32248.1261.8642.16
Hex3B29AE424C020f83e2a
Octal73512561021140403707652
Binary1110111010011010111010000101001100010000011111000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B29AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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