Shades of Boston Blue #408EA5
Tints of Boston Blue #408EA5
RGB
CMYK
RGB Variations
Color information
#408EA5 (or 0x408EA5) is known color: Boston Blue. HEX triplet: 40, 8E and A5. RGB value is (64,142,165). Sum of RGB (Red+Green+Blue) = 64+142+165=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 165 (64.84% from 255 or 44.47% from 371); Max value from RGB is 165 - color contains mainly: blue. Hex color #408EA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408EA5 is #BF715A. Grayscale: #797979. Windows color (decimal): -12546395 or 10849856. OLE color: 10849856.
HSL color Cylindrical-coordinate representation of color #408EA5: hue angle of 193.66º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #408EA5 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 142 | 165 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.35 |
| HSL | 193.66º | 0.44% | 0.45% | - |
| HSV(B) | 193.66º | 0.61% | 0.65% | - |
| XYZ | 18.58 | 23.15 | 39.09 | - |
| YUV | 121.3 | 152.66 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 142 | 165 | 0.61 | 0.14 | 0 | 0.35 | 193.66 | 0.44 | 0.45 |
| Hex | 40 | 8E | A5 | 3D | E | 0 | 23 | C2 | 2C | 2D |
| Octal | 100 | 216 | 245 | 75 | 16 | 0 | 43 | 302 | 54 | 55 |
| Binary | 1000000 | 10001110 | 10100101 | 111101 | 1110 | 0 | 100011 | 11000010 | 101100 | 101101 |
Color Harmonies of #408EA5
Complementary color
Monochromatic Colors of #408EA5
Black with #408EA5
Text Example
Text Example
White with #408EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408EA5; }
p { color: rgb(64,142,165); }
H1.HeaderClassName
{
color: #408EA5;
}
.AnyTagClassName
{
color: #408EA5;
}
</style>
background-color css
<style>
a { background-color: #408EA5; }
a { background-color: rgb(64,142,165); }
div.DivClassName
{
background-color: #408EA5;
}
.BgClassName
{
background-color: #408EA5;
}
</style>
border-color css
<style>
span { border-color: #408EA5; }
span { border-color: rgb(64,142,165); }
td.TdClassName
{
border-color: #408EA5;
}
.TagClassName
{
border-color: #408EA5;
}
</style>