Shades of Blue Gem #403BA7
Tints of Blue Gem #403BA7
RGB
CMYK
RGB Variations
Color information
#403BA7 (or 0x403BA7) is known color: Blue Gem. HEX triplet: 40, 3B and A7. RGB value is (64,59,167). Sum of RGB (Red+Green+Blue) = 64+59+167=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 167 (65.62% from 255 or 57.59% from 290); Max value from RGB is 167 - color contains mainly: blue. Hex color #403BA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403BA7 is #BFC458. Grayscale: #484848. Windows color (decimal): -12567641 or 10959680. OLE color: 10959680.
HSL color Cylindrical-coordinate representation of color #403BA7: hue angle of 242.78º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #403BA7 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 59 | 167 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.35 |
| HSL | 242.78º | 0.48% | 0.44% | - |
| HSV(B) | 242.78º | 0.65% | 0.65% | - |
| XYZ | 10.65 | 7.01 | 37.35 | - |
| YUV | 72.81 | 181.16 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 167 | 0.62 | 0.65 | 0 | 0.35 | 242.78 | 0.48 | 0.44 |
| Hex | 40 | 3B | A7 | 3E | 41 | 0 | 23 | F3 | 30 | 2C |
| Octal | 100 | 73 | 247 | 76 | 101 | 0 | 43 | 363 | 60 | 54 |
| Binary | 1000000 | 111011 | 10100111 | 111110 | 1000001 | 0 | 100011 | 11110011 | 110000 | 101100 |
Color Harmonies of #403BA7
Complementary color
Monochromatic Colors of #403BA7
Black with #403BA7
Text Example
Text Example
White with #403BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403BA7; }
p { color: rgb(64,59,167); }
H1.HeaderClassName
{
color: #403BA7;
}
.AnyTagClassName
{
color: #403BA7;
}
</style>
background-color css
<style>
a { background-color: #403BA7; }
a { background-color: rgb(64,59,167); }
div.DivClassName
{
background-color: #403BA7;
}
.BgClassName
{
background-color: #403BA7;
}
</style>
border-color css
<style>
span { border-color: #403BA7; }
span { border-color: rgb(64,59,167); }
td.TdClassName
{
border-color: #403BA7;
}
.TagClassName
{
border-color: #403BA7;
}
</style>