Shades of Blue Gem #4022AF
Tints of Blue Gem #4022AF
RGB
CMYK
RGB Variations
Color information
#4022AF (or 0x4022AF) is known color: Blue Gem. HEX triplet: 40, 22 and AF. RGB value is (64,34,175). Sum of RGB (Red+Green+Blue) = 64+34+175=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 175 (68.75% from 255 or 64.10% from 273); Max value from RGB is 175 - color contains mainly: blue. Hex color #4022AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4022AF is #BFDD50. Grayscale: #3A3A3A. Windows color (decimal): -12574033 or 11477568. OLE color: 11477568.
HSL color Cylindrical-coordinate representation of color #4022AF: hue angle of 252.77º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4022AF is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 34 | 175 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.31 |
| HSL | 252.77º | 0.67% | 0.41% | - |
| HSV(B) | 252.77º | 0.81% | 0.69% | - |
| XYZ | 10.42 | 5.33 | 41.04 | - |
| YUV | 59.04 | 193.44 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 34 | 175 | 0.63 | 0.81 | 0 | 0.31 | 252.77 | 0.67 | 0.41 |
| Hex | 40 | 22 | AF | 3F | 51 | 0 | 1F | FD | 43 | 29 |
| Octal | 100 | 42 | 257 | 77 | 121 | 0 | 37 | 375 | 103 | 51 |
| Binary | 1000000 | 100010 | 10101111 | 111111 | 1010001 | 0 | 11111 | 11111101 | 1000011 | 101001 |
Color Harmonies of #4022AF
Complementary color
Monochromatic Colors of #4022AF
Black with #4022AF
Text Example
Text Example
White with #4022AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4022AF; }
p { color: rgb(64,34,175); }
H1.HeaderClassName
{
color: #4022AF;
}
.AnyTagClassName
{
color: #4022AF;
}
</style>
background-color css
<style>
a { background-color: #4022AF; }
a { background-color: rgb(64,34,175); }
div.DivClassName
{
background-color: #4022AF;
}
.BgClassName
{
background-color: #4022AF;
}
</style>
border-color css
<style>
span { border-color: #4022AF; }
span { border-color: rgb(64,34,175); }
td.TdClassName
{
border-color: #4022AF;
}
.TagClassName
{
border-color: #4022AF;
}
</style>