#4029AE

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

Shades of Blue Gem #4029AE

Tints of Blue Gem #4029AE

Color information

#4029AE (or 0x4029AE) is unknown color: approx Blue Gem. HEX triplet: 40, 29 and AE. RGB value is (64,41,174). Sum of RGB (Red+Green+Blue) = 64+41+174=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 174 (68.36% from 255 or 62.37% from 279); Max value from RGB is 174 - color contains mainly: blue. Hex color #4029AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4029AE is #BFD651. Grayscale: #3E3E3E. Windows color (decimal): -12572242 or 11413824. OLE color: 11413824.

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

Color convert

RGB6441174-
CMYK0.630.7600.32
HSL250.38º61.86%42.16%-
HSV(B)250.38º76.44%68.24%-
XYZ10.555.7340.59-
YUV63.04190.62128.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.94%
GREEN value IS 41 (16.41% from 255) = 14.70%
BLUE value IS 174 (68.36% from 255) = 62.37%
R=22.94%
G=14.70%
B=62.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal64411740.630.7600.32250.3861.8642.16
Hex4029AE3F4C020fa3e2a
Octal10051256771140403727652
Binary1000000101001101011101111111001100010000011111010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4029AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4029AE; }

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

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

<style>
 a { background-color: #4029AE; }

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

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

<style>
 span { border-color: #4029AE; }

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

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