Shades of Boston Blue #408AAD
Tints of Boston Blue #408AAD
RGB
CMYK
RGB Variations
Color information
#408AAD (or 0x408AAD) is known color: Boston Blue. HEX triplet: 40, 8A and AD. RGB value is (64,138,173). Sum of RGB (Red+Green+Blue) = 64+138+173=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #408AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408AAD is #BF7552. Grayscale: #777777. Windows color (decimal): -12547411 or 11373120. OLE color: 11373120.
HSL color Cylindrical-coordinate representation of color #408AAD: hue angle of 199.27º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #408AAD is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 138 | 173 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.32 |
| HSL | 199.27º | 0.46% | 0.46% | - |
| HSV(B) | 199.27º | 0.63% | 0.68% | - |
| XYZ | 18.75 | 22.28 | 42.85 | - |
| YUV | 119.86 | 157.98 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 138 | 173 | 0.63 | 0.20 | 0 | 0.32 | 199.27 | 0.46 | 0.46 |
| Hex | 40 | 8A | AD | 3F | 14 | 0 | 20 | C7 | 2E | 2E |
| Octal | 100 | 212 | 255 | 77 | 24 | 0 | 40 | 307 | 56 | 56 |
| Binary | 1000000 | 10001010 | 10101101 | 111111 | 10100 | 0 | 100000 | 11000111 | 101110 | 101110 |
Color Harmonies of #408AAD
Complementary color
Monochromatic Colors of #408AAD
Black with #408AAD
Text Example
Text Example
White with #408AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408AAD; }
p { color: rgb(64,138,173); }
H1.HeaderClassName
{
color: #408AAD;
}
.AnyTagClassName
{
color: #408AAD;
}
</style>
background-color css
<style>
a { background-color: #408AAD; }
a { background-color: rgb(64,138,173); }
div.DivClassName
{
background-color: #408AAD;
}
.BgClassName
{
background-color: #408AAD;
}
</style>
border-color css
<style>
span { border-color: #408AAD; }
span { border-color: rgb(64,138,173); }
td.TdClassName
{
border-color: #408AAD;
}
.TagClassName
{
border-color: #408AAD;
}
</style>