Shades of Boston Blue #40A3B1
Tints of Boston Blue #40A3B1
RGB
CMYK
RGB Variations
Color information
#40A3B1 (or 0x40A3B1) is known color: Boston Blue. HEX triplet: 40, A3 and B1. RGB value is (64,163,177). Sum of RGB (Red+Green+Blue) = 64+163+177=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 177 - color contains mainly: blue. Hex color #40A3B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A3B1 is #BF5C4E. Grayscale: #868686. Windows color (decimal): -12541007 or 11641664. OLE color: 11641664.
HSL color Cylindrical-coordinate representation of color #40A3B1: hue angle of 187.43º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40A3B1 is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 163 | 177 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.31 |
| HSL | 187.43º | 0.47% | 0.47% | - |
| HSV(B) | 187.43º | 0.64% | 0.69% | - |
| XYZ | 23.15 | 30.46 | 46.25 | - |
| YUV | 135 | 151.7 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 163 | 177 | 0.64 | 0.08 | 0 | 0.31 | 187.43 | 0.47 | 0.47 |
| Hex | 40 | A3 | B1 | 40 | 8 | 0 | 1F | BB | 2F | 2F |
| Octal | 100 | 243 | 261 | 100 | 10 | 0 | 37 | 273 | 57 | 57 |
| Binary | 1000000 | 10100011 | 10110001 | 1000000 | 1000 | 0 | 11111 | 10111011 | 101111 | 101111 |
Color Harmonies of #40A3B1
Complementary color
Monochromatic Colors of #40A3B1
Black with #40A3B1
Text Example
Text Example
White with #40A3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A3B1; }
p { color: rgb(64,163,177); }
H1.HeaderClassName
{
color: #40A3B1;
}
.AnyTagClassName
{
color: #40A3B1;
}
</style>
background-color css
<style>
a { background-color: #40A3B1; }
a { background-color: rgb(64,163,177); }
div.DivClassName
{
background-color: #40A3B1;
}
.BgClassName
{
background-color: #40A3B1;
}
</style>
border-color css
<style>
span { border-color: #40A3B1; }
span { border-color: rgb(64,163,177); }
td.TdClassName
{
border-color: #40A3B1;
}
.TagClassName
{
border-color: #40A3B1;
}
</style>