Shades of Blue Gem #403AAB
Tints of Blue Gem #403AAB
RGB
CMYK
RGB Variations
Color information
#403AAB (or 0x403AAB) is known color: Blue Gem. HEX triplet: 40, 3A and AB. RGB value is (64,58,171). Sum of RGB (Red+Green+Blue) = 64+58+171=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #403AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403AAB is #BFC554. Grayscale: #484848. Windows color (decimal): -12567893 or 11221568. OLE color: 11221568.
HSL color Cylindrical-coordinate representation of color #403AAB: hue angle of 243.19º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #403AAB is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 58 | 171 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.33 |
| HSL | 243.19º | 0.49% | 0.45% | - |
| HSV(B) | 243.19º | 0.66% | 0.67% | - |
| XYZ | 10.98 | 7.06 | 39.31 | - |
| YUV | 72.68 | 183.49 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 171 | 0.63 | 0.66 | 0 | 0.33 | 243.19 | 0.49 | 0.45 |
| Hex | 40 | 3A | AB | 3F | 42 | 0 | 21 | F3 | 31 | 2D |
| Octal | 100 | 72 | 253 | 77 | 102 | 0 | 41 | 363 | 61 | 55 |
| Binary | 1000000 | 111010 | 10101011 | 111111 | 1000010 | 0 | 100001 | 11110011 | 110001 | 101101 |
Color Harmonies of #403AAB
Complementary color
Monochromatic Colors of #403AAB
Black with #403AAB
Text Example
Text Example
White with #403AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403AAB; }
p { color: rgb(64,58,171); }
H1.HeaderClassName
{
color: #403AAB;
}
.AnyTagClassName
{
color: #403AAB;
}
</style>
background-color css
<style>
a { background-color: #403AAB; }
a { background-color: rgb(64,58,171); }
div.DivClassName
{
background-color: #403AAB;
}
.BgClassName
{
background-color: #403AAB;
}
</style>
border-color css
<style>
span { border-color: #403AAB; }
span { border-color: rgb(64,58,171); }
td.TdClassName
{
border-color: #403AAB;
}
.TagClassName
{
border-color: #403AAB;
}
</style>