Shades of Boston Blue #40A0B5
Tints of Boston Blue #40A0B5
RGB
CMYK
RGB Variations
Color information
#40A0B5 (or 0x40A0B5) is known color: Boston Blue. HEX triplet: 40, A0 and B5. RGB value is (64,160,181). Sum of RGB (Red+Green+Blue) = 64+160+181=405 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.80% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 181 (71.09% from 255 or 44.69% from 405); Max value from RGB is 181 - color contains mainly: blue. Hex color #40A0B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A0B5 is #BF5F4A. Grayscale: #858585. Windows color (decimal): -12541771 or 11903040. OLE color: 11903040.
HSL color Cylindrical-coordinate representation of color #40A0B5: hue angle of 190.77º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40A0B5 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 160 | 181 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.29 |
| HSL | 190.77º | 0.48% | 0.48% | - |
| HSV(B) | 190.77º | 0.65% | 0.71% | - |
| XYZ | 23.03 | 29.57 | 48.21 | - |
| YUV | 133.69 | 154.7 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 160 | 181 | 0.65 | 0.12 | 0 | 0.29 | 190.77 | 0.48 | 0.48 |
| Hex | 40 | A0 | B5 | 41 | C | 0 | 1D | BF | 30 | 30 |
| Octal | 100 | 240 | 265 | 101 | 14 | 0 | 35 | 277 | 60 | 60 |
| Binary | 1000000 | 10100000 | 10110101 | 1000001 | 1100 | 0 | 11101 | 10111111 | 110000 | 110000 |
Color Harmonies of #40A0B5
Complementary color
Monochromatic Colors of #40A0B5
Black with #40A0B5
Text Example
Text Example
White with #40A0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A0B5; }
p { color: rgb(64,160,181); }
H1.HeaderClassName
{
color: #40A0B5;
}
.AnyTagClassName
{
color: #40A0B5;
}
</style>
background-color css
<style>
a { background-color: #40A0B5; }
a { background-color: rgb(64,160,181); }
div.DivClassName
{
background-color: #40A0B5;
}
.BgClassName
{
background-color: #40A0B5;
}
</style>
border-color css
<style>
span { border-color: #40A0B5; }
span { border-color: rgb(64,160,181); }
td.TdClassName
{
border-color: #40A0B5;
}
.TagClassName
{
border-color: #40A0B5;
}
</style>