Shades of Boston Blue #408BAF
Tints of Boston Blue #408BAF
RGB
CMYK
RGB Variations
Color information
#408BAF (or 0x408BAF) is known color: Boston Blue. HEX triplet: 40, 8B and AF. RGB value is (64,139,175). Sum of RGB (Red+Green+Blue) = 64+139+175=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #408BAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408BAF is #BF7450. Grayscale: #787878. Windows color (decimal): -12547153 or 11504448. OLE color: 11504448.
HSL color Cylindrical-coordinate representation of color #408BAF: hue angle of 199.46º 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 #408BAF is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 139 | 175 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.31 |
| HSL | 199.46º | 0.46% | 0.47% | - |
| HSV(B) | 199.46º | 0.63% | 0.69% | - |
| XYZ | 19.08 | 22.65 | 43.92 | - |
| YUV | 120.68 | 158.65 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 175 | 0.63 | 0.21 | 0 | 0.31 | 199.46 | 0.46 | 0.47 |
| Hex | 40 | 8B | AF | 3F | 15 | 0 | 1F | C7 | 2E | 2F |
| Octal | 100 | 213 | 257 | 77 | 25 | 0 | 37 | 307 | 56 | 57 |
| Binary | 1000000 | 10001011 | 10101111 | 111111 | 10101 | 0 | 11111 | 11000111 | 101110 | 101111 |
Color Harmonies of #408BAF
Complementary color
Monochromatic Colors of #408BAF
Black with #408BAF
Text Example
Text Example
White with #408BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408BAF; }
p { color: rgb(64,139,175); }
H1.HeaderClassName
{
color: #408BAF;
}
.AnyTagClassName
{
color: #408BAF;
}
</style>
background-color css
<style>
a { background-color: #408BAF; }
a { background-color: rgb(64,139,175); }
div.DivClassName
{
background-color: #408BAF;
}
.BgClassName
{
background-color: #408BAF;
}
</style>
border-color css
<style>
span { border-color: #408BAF; }
span { border-color: rgb(64,139,175); }
td.TdClassName
{
border-color: #408BAF;
}
.TagClassName
{
border-color: #408BAF;
}
</style>