Shades of Boston Blue #408FAF
Tints of Boston Blue #408FAF
RGB
CMYK
RGB Variations
Color information
#408FAF (or 0x408FAF) is known color: Boston Blue. HEX triplet: 40, 8F and AF. RGB value is (64,143,175). Sum of RGB (Red+Green+Blue) = 64+143+175=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #408FAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408FAF is #BF7050. Grayscale: #7A7A7A. Windows color (decimal): -12546129 or 11505472. OLE color: 11505472.
HSL color Cylindrical-coordinate representation of color #408FAF: hue angle of 197.3º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #408FAF is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 143 | 175 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.31 |
| HSL | 197.3º | 0.46% | 0.47% | - |
| HSV(B) | 197.3º | 0.63% | 0.69% | - |
| XYZ | 19.67 | 23.83 | 44.12 | - |
| YUV | 123.03 | 157.33 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 175 | 0.63 | 0.18 | 0 | 0.31 | 197.3 | 0.46 | 0.47 |
| Hex | 40 | 8F | AF | 3F | 12 | 0 | 1F | C5 | 2E | 2F |
| Octal | 100 | 217 | 257 | 77 | 22 | 0 | 37 | 305 | 56 | 57 |
| Binary | 1000000 | 10001111 | 10101111 | 111111 | 10010 | 0 | 11111 | 11000101 | 101110 | 101111 |
Color Harmonies of #408FAF
Complementary color
Monochromatic Colors of #408FAF
Black with #408FAF
Text Example
Text Example
White with #408FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408FAF; }
p { color: rgb(64,143,175); }
H1.HeaderClassName
{
color: #408FAF;
}
.AnyTagClassName
{
color: #408FAF;
}
</style>
background-color css
<style>
a { background-color: #408FAF; }
a { background-color: rgb(64,143,175); }
div.DivClassName
{
background-color: #408FAF;
}
.BgClassName
{
background-color: #408FAF;
}
</style>
border-color css
<style>
span { border-color: #408FAF; }
span { border-color: rgb(64,143,175); }
td.TdClassName
{
border-color: #408FAF;
}
.TagClassName
{
border-color: #408FAF;
}
</style>