Shades of Blue Gem #403BA6
Tints of Blue Gem #403BA6
RGB
CMYK
RGB Variations
Color information
#403BA6 (or 0x403BA6) is known color: Blue Gem. HEX triplet: 40, 3B and A6. RGB value is (64,59,166). Sum of RGB (Red+Green+Blue) = 64+59+166=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 59 (23.44% from 255 or 20.42% from 289); Blue value is 166 (65.23% from 255 or 57.44% from 289); Max value from RGB is 166 - color contains mainly: blue. Hex color #403BA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403BA6 is #BFC459. Grayscale: #484848. Windows color (decimal): -12567642 or 10894144. OLE color: 10894144.
HSL color Cylindrical-coordinate representation of color #403BA6: hue angle of 242.8º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #403BA6 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 59 | 166 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.35 |
| HSL | 242.8º | 0.48% | 0.44% | - |
| HSV(B) | 242.8º | 0.64% | 0.65% | - |
| XYZ | 10.56 | 6.97 | 36.87 | - |
| YUV | 72.69 | 180.66 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 166 | 0.61 | 0.64 | 0 | 0.35 | 242.8 | 0.48 | 0.44 |
| Hex | 40 | 3B | A6 | 3D | 40 | 0 | 23 | F3 | 30 | 2C |
| Octal | 100 | 73 | 246 | 75 | 100 | 0 | 43 | 363 | 60 | 54 |
| Binary | 1000000 | 111011 | 10100110 | 111101 | 1000000 | 0 | 100011 | 11110011 | 110000 | 101100 |
Color Harmonies of #403BA6
Complementary color
Monochromatic Colors of #403BA6
Black with #403BA6
Text Example
Text Example
White with #403BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403BA6; }
p { color: rgb(64,59,166); }
H1.HeaderClassName
{
color: #403BA6;
}
.AnyTagClassName
{
color: #403BA6;
}
</style>
background-color css
<style>
a { background-color: #403BA6; }
a { background-color: rgb(64,59,166); }
div.DivClassName
{
background-color: #403BA6;
}
.BgClassName
{
background-color: #403BA6;
}
</style>
border-color css
<style>
span { border-color: #403BA6; }
span { border-color: rgb(64,59,166); }
td.TdClassName
{
border-color: #403BA6;
}
.TagClassName
{
border-color: #403BA6;
}
</style>