Shades of Blue Gem #402AAF
Tints of Blue Gem #402AAF
RGB
CMYK
RGB Variations
Color information
#402AAF (or 0x402AAF) is known color: Blue Gem. HEX triplet: 40, 2A and AF. RGB value is (64,42,175). Sum of RGB (Red+Green+Blue) = 64+42+175=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 175 (68.75% from 255 or 62.28% from 281); Max value from RGB is 175 - color contains mainly: blue. Hex color #402AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402AAF is #BFD550. Grayscale: #3F3F3F. Windows color (decimal): -12571985 or 11479616. OLE color: 11479616.
HSL color Cylindrical-coordinate representation of color #402AAF: hue angle of 249.92º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #402AAF is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 42 | 175 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.31 |
| HSL | 249.92º | 0.61% | 0.43% | - |
| HSV(B) | 249.92º | 0.76% | 0.69% | - |
| XYZ | 10.68 | 5.84 | 41.12 | - |
| YUV | 63.74 | 190.79 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 42 | 175 | 0.63 | 0.76 | 0 | 0.31 | 249.92 | 0.61 | 0.43 |
| Hex | 40 | 2A | AF | 3F | 4C | 0 | 1F | FA | 3D | 2B |
| Octal | 100 | 52 | 257 | 77 | 114 | 0 | 37 | 372 | 75 | 53 |
| Binary | 1000000 | 101010 | 10101111 | 111111 | 1001100 | 0 | 11111 | 11111010 | 111101 | 101011 |
Color Harmonies of #402AAF
Complementary color
Monochromatic Colors of #402AAF
Black with #402AAF
Text Example
Text Example
White with #402AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402AAF; }
p { color: rgb(64,42,175); }
H1.HeaderClassName
{
color: #402AAF;
}
.AnyTagClassName
{
color: #402AAF;
}
</style>
background-color css
<style>
a { background-color: #402AAF; }
a { background-color: rgb(64,42,175); }
div.DivClassName
{
background-color: #402AAF;
}
.BgClassName
{
background-color: #402AAF;
}
</style>
border-color css
<style>
span { border-color: #402AAF; }
span { border-color: rgb(64,42,175); }
td.TdClassName
{
border-color: #402AAF;
}
.TagClassName
{
border-color: #402AAF;
}
</style>