Shades of Blue Gem #4024AD
Tints of Blue Gem #4024AD
RGB
CMYK
RGB Variations
Color information
#4024AD (or 0x4024AD) is known color: Blue Gem. HEX triplet: 40, 24 and AD. RGB value is (64,36,173). Sum of RGB (Red+Green+Blue) = 64+36+173=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #4024AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4024AD is #BFDB52. Grayscale: #3B3B3B. Windows color (decimal): -12573523 or 11347008. OLE color: 11347008.
HSL color Cylindrical-coordinate representation of color #4024AD: hue angle of 252.26º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4024AD is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 36 | 173 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.32 |
| HSL | 252.26º | 0.66% | 0.41% | - |
| HSV(B) | 252.26º | 0.79% | 0.68% | - |
| XYZ | 10.29 | 5.37 | 40.03 | - |
| YUV | 59.99 | 191.78 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 36 | 173 | 0.63 | 0.79 | 0 | 0.32 | 252.26 | 0.66 | 0.41 |
| Hex | 40 | 24 | AD | 3F | 4F | 0 | 20 | FC | 42 | 29 |
| Octal | 100 | 44 | 255 | 77 | 117 | 0 | 40 | 374 | 102 | 51 |
| Binary | 1000000 | 100100 | 10101101 | 111111 | 1001111 | 0 | 100000 | 11111100 | 1000010 | 101001 |
Color Harmonies of #4024AD
Complementary color
Monochromatic Colors of #4024AD
Black with #4024AD
Text Example
Text Example
White with #4024AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4024AD; }
p { color: rgb(64,36,173); }
H1.HeaderClassName
{
color: #4024AD;
}
.AnyTagClassName
{
color: #4024AD;
}
</style>
background-color css
<style>
a { background-color: #4024AD; }
a { background-color: rgb(64,36,173); }
div.DivClassName
{
background-color: #4024AD;
}
.BgClassName
{
background-color: #4024AD;
}
</style>
border-color css
<style>
span { border-color: #4024AD; }
span { border-color: rgb(64,36,173); }
td.TdClassName
{
border-color: #4024AD;
}
.TagClassName
{
border-color: #4024AD;
}
</style>