Shades of Blue Gem #403AAF
Tints of Blue Gem #403AAF
RGB
CMYK
RGB Variations
Color information
#403AAF (or 0x403AAF) is known color: Blue Gem. HEX triplet: 40, 3A and AF. RGB value is (64,58,175). Sum of RGB (Red+Green+Blue) = 64+58+175=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #403AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403AAF is #BFC550. Grayscale: #484848. Windows color (decimal): -12567889 or 11483712. OLE color: 11483712.
HSL color Cylindrical-coordinate representation of color #403AAF: hue angle of 243.08º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #403AAF is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 58 | 175 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.31 |
| HSL | 243.08º | 0.5% | 0.46% | - |
| HSV(B) | 243.08º | 0.67% | 0.69% | - |
| XYZ | 11.37 | 7.21 | 41.35 | - |
| YUV | 73.13 | 185.49 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 175 | 0.63 | 0.67 | 0 | 0.31 | 243.08 | 0.5 | 0.46 |
| Hex | 40 | 3A | AF | 3F | 43 | 0 | 1F | F3 | 32 | 2E |
| Octal | 100 | 72 | 257 | 77 | 103 | 0 | 37 | 363 | 62 | 56 |
| Binary | 1000000 | 111010 | 10101111 | 111111 | 1000011 | 0 | 11111 | 11110011 | 110010 | 101110 |
Color Harmonies of #403AAF
Complementary color
Monochromatic Colors of #403AAF
Black with #403AAF
Text Example
Text Example
White with #403AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403AAF; }
p { color: rgb(64,58,175); }
H1.HeaderClassName
{
color: #403AAF;
}
.AnyTagClassName
{
color: #403AAF;
}
</style>
background-color css
<style>
a { background-color: #403AAF; }
a { background-color: rgb(64,58,175); }
div.DivClassName
{
background-color: #403AAF;
}
.BgClassName
{
background-color: #403AAF;
}
</style>
border-color css
<style>
span { border-color: #403AAF; }
span { border-color: rgb(64,58,175); }
td.TdClassName
{
border-color: #403AAF;
}
.TagClassName
{
border-color: #403AAF;
}
</style>