Shades of Blue Gem #4024AB
Tints of Blue Gem #4024AB
RGB
CMYK
RGB Variations
Color information
#4024AB (or 0x4024AB) is known color: Blue Gem. HEX triplet: 40, 24 and AB. RGB value is (64,36,171). Sum of RGB (Red+Green+Blue) = 64+36+171=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #4024AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4024AB is #BFDB54. Grayscale: #3B3B3B. Windows color (decimal): -12573525 or 11215936. OLE color: 11215936.
HSL color Cylindrical-coordinate representation of color #4024AB: hue angle of 252.44º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4024AB is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 36 | 171 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.33 |
| HSL | 252.44º | 0.65% | 0.41% | - |
| HSV(B) | 252.44º | 0.79% | 0.67% | - |
| XYZ | 10.1 | 5.29 | 39.02 | - |
| YUV | 59.76 | 190.78 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 36 | 171 | 0.63 | 0.79 | 0 | 0.33 | 252.44 | 0.65 | 0.41 |
| Hex | 40 | 24 | AB | 3F | 4F | 0 | 21 | FC | 41 | 29 |
| Octal | 100 | 44 | 253 | 77 | 117 | 0 | 41 | 374 | 101 | 51 |
| Binary | 1000000 | 100100 | 10101011 | 111111 | 1001111 | 0 | 100001 | 11111100 | 1000001 | 101001 |
Color Harmonies of #4024AB
Complementary color
Monochromatic Colors of #4024AB
Black with #4024AB
Text Example
Text Example
White with #4024AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4024AB; }
p { color: rgb(64,36,171); }
H1.HeaderClassName
{
color: #4024AB;
}
.AnyTagClassName
{
color: #4024AB;
}
</style>
background-color css
<style>
a { background-color: #4024AB; }
a { background-color: rgb(64,36,171); }
div.DivClassName
{
background-color: #4024AB;
}
.BgClassName
{
background-color: #4024AB;
}
</style>
border-color css
<style>
span { border-color: #4024AB; }
span { border-color: rgb(64,36,171); }
td.TdClassName
{
border-color: #4024AB;
}
.TagClassName
{
border-color: #4024AB;
}
</style>