Shades of Boston Blue #3999BB
Tints of Boston Blue #3999BB
RGB
CMYK
RGB Variations
Color information
#3999BB (or 0x3999BB) is known color: Boston Blue. HEX triplet: 39, 99 and BB. RGB value is (57,153,187). Sum of RGB (Red+Green+Blue) = 57+153+187=397 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.36% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #3999BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3999BB is #C66644. Grayscale: #7F7F7F. Windows color (decimal): -13002309 or 12294457. OLE color: 12294457.
HSL color Cylindrical-coordinate representation of color #3999BB: hue angle of 195.69º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3999BB is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 153 | 187 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.27 |
| HSL | 195.69º | 0.53% | 0.48% | - |
| HSV(B) | 195.69º | 0.7% | 0.73% | - |
| XYZ | 22.05 | 27.24 | 51.11 | - |
| YUV | 128.17 | 161.2 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 153 | 187 | 0.70 | 0.18 | 0 | 0.27 | 195.69 | 0.53 | 0.48 |
| Hex | 39 | 99 | BB | 46 | 12 | 0 | 1B | C4 | 35 | 30 |
| Octal | 71 | 231 | 273 | 106 | 22 | 0 | 33 | 304 | 65 | 60 |
| Binary | 111001 | 10011001 | 10111011 | 1000110 | 10010 | 0 | 11011 | 11000100 | 110101 | 110000 |
Color Harmonies of #3999BB
Complementary color
Monochromatic Colors of #3999BB
Black with #3999BB
Text Example
Text Example
White with #3999BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3999BB; }
p { color: rgb(57,153,187); }
H1.HeaderClassName
{
color: #3999BB;
}
.AnyTagClassName
{
color: #3999BB;
}
</style>
background-color css
<style>
a { background-color: #3999BB; }
a { background-color: rgb(57,153,187); }
div.DivClassName
{
background-color: #3999BB;
}
.BgClassName
{
background-color: #3999BB;
}
</style>
border-color css
<style>
span { border-color: #3999BB; }
span { border-color: rgb(57,153,187); }
td.TdClassName
{
border-color: #3999BB;
}
.TagClassName
{
border-color: #3999BB;
}
</style>