Shades of Blue Gem #403BAD
Tints of Blue Gem #403BAD
RGB
CMYK
RGB Variations
Color information
#403BAD (or 0x403BAD) is known color: Blue Gem. HEX triplet: 40, 3B and AD. RGB value is (64,59,173). Sum of RGB (Red+Green+Blue) = 64+59+173=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #403BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403BAD is #BFC452. Grayscale: #494949. Windows color (decimal): -12567635 or 11352896. OLE color: 11352896.
HSL color Cylindrical-coordinate representation of color #403BAD: hue angle of 242.63º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #403BAD is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 59 | 173 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.32 |
| HSL | 242.63º | 0.49% | 0.45% | - |
| HSV(B) | 242.63º | 0.66% | 0.68% | - |
| XYZ | 11.22 | 7.24 | 40.34 | - |
| YUV | 73.49 | 184.16 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 173 | 0.63 | 0.66 | 0 | 0.32 | 242.63 | 0.49 | 0.45 |
| Hex | 40 | 3B | AD | 3F | 42 | 0 | 20 | F3 | 31 | 2D |
| Octal | 100 | 73 | 255 | 77 | 102 | 0 | 40 | 363 | 61 | 55 |
| Binary | 1000000 | 111011 | 10101101 | 111111 | 1000010 | 0 | 100000 | 11110011 | 110001 | 101101 |
Color Harmonies of #403BAD
Complementary color
Monochromatic Colors of #403BAD
Black with #403BAD
Text Example
Text Example
White with #403BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403BAD; }
p { color: rgb(64,59,173); }
H1.HeaderClassName
{
color: #403BAD;
}
.AnyTagClassName
{
color: #403BAD;
}
</style>
background-color css
<style>
a { background-color: #403BAD; }
a { background-color: rgb(64,59,173); }
div.DivClassName
{
background-color: #403BAD;
}
.BgClassName
{
background-color: #403BAD;
}
</style>
border-color css
<style>
span { border-color: #403BAD; }
span { border-color: rgb(64,59,173); }
td.TdClassName
{
border-color: #403BAD;
}
.TagClassName
{
border-color: #403BAD;
}
</style>