Shades of Blue Gem #4029AB
Tints of Blue Gem #4029AB
RGB
CMYK
RGB Variations
Color information
#4029AB (or 0x4029AB) is known color: Blue Gem. HEX triplet: 40, 29 and AB. RGB value is (64,41,171). Sum of RGB (Red+Green+Blue) = 64+41+171=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #4029AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4029AB is #BFD654. Grayscale: #3E3E3E. Windows color (decimal): -12572245 or 11217216. OLE color: 11217216.
HSL color Cylindrical-coordinate representation of color #4029AB: hue angle of 250.62º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4029AB is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 41 | 171 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.33 |
| HSL | 250.62º | 0.61% | 0.42% | - |
| HSV(B) | 250.62º | 0.76% | 0.67% | - |
| XYZ | 10.26 | 5.62 | 39.07 | - |
| YUV | 62.7 | 189.12 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 41 | 171 | 0.63 | 0.76 | 0 | 0.33 | 250.62 | 0.61 | 0.42 |
| Hex | 40 | 29 | AB | 3F | 4C | 0 | 21 | FB | 3D | 2A |
| Octal | 100 | 51 | 253 | 77 | 114 | 0 | 41 | 373 | 75 | 52 |
| Binary | 1000000 | 101001 | 10101011 | 111111 | 1001100 | 0 | 100001 | 11111011 | 111101 | 101010 |
Color Harmonies of #4029AB
Complementary color
Monochromatic Colors of #4029AB
Black with #4029AB
Text Example
Text Example
White with #4029AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4029AB; }
p { color: rgb(64,41,171); }
H1.HeaderClassName
{
color: #4029AB;
}
.AnyTagClassName
{
color: #4029AB;
}
</style>
background-color css
<style>
a { background-color: #4029AB; }
a { background-color: rgb(64,41,171); }
div.DivClassName
{
background-color: #4029AB;
}
.BgClassName
{
background-color: #4029AB;
}
</style>
border-color css
<style>
span { border-color: #4029AB; }
span { border-color: rgb(64,41,171); }
td.TdClassName
{
border-color: #4029AB;
}
.TagClassName
{
border-color: #4029AB;
}
</style>