Shades of Boston Blue #399BBB
Tints of Boston Blue #399BBB
RGB
CMYK
RGB Variations
Color information
#399BBB (or 0x399BBB) is known color: Boston Blue. HEX triplet: 39, 9B and BB. RGB value is (57,155,187). Sum of RGB (Red+Green+Blue) = 57+155+187=399 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.29% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #399BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399BBB is #C66444. Grayscale: #818181. Windows color (decimal): -13001797 or 12294969. OLE color: 12294969.
HSL color Cylindrical-coordinate representation of color #399BBB: hue angle of 194.77º 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 #399BBB is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 155 | 187 | - |
| CMYK | 0.70 | 0.17 | 0 | 0.27 |
| HSL | 194.77º | 0.53% | 0.48% | - |
| HSV(B) | 194.77º | 0.7% | 0.73% | - |
| XYZ | 22.38 | 27.9 | 51.22 | - |
| YUV | 129.35 | 160.53 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 155 | 187 | 0.70 | 0.17 | 0 | 0.27 | 194.77 | 0.53 | 0.48 |
| Hex | 39 | 9B | BB | 46 | 11 | 0 | 1B | C3 | 35 | 30 |
| Octal | 71 | 233 | 273 | 106 | 21 | 0 | 33 | 303 | 65 | 60 |
| Binary | 111001 | 10011011 | 10111011 | 1000110 | 10001 | 0 | 11011 | 11000011 | 110101 | 110000 |
Color Harmonies of #399BBB
Complementary color
Monochromatic Colors of #399BBB
Black with #399BBB
Text Example
Text Example
White with #399BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399BBB; }
p { color: rgb(57,155,187); }
H1.HeaderClassName
{
color: #399BBB;
}
.AnyTagClassName
{
color: #399BBB;
}
</style>
background-color css
<style>
a { background-color: #399BBB; }
a { background-color: rgb(57,155,187); }
div.DivClassName
{
background-color: #399BBB;
}
.BgClassName
{
background-color: #399BBB;
}
</style>
border-color css
<style>
span { border-color: #399BBB; }
span { border-color: rgb(57,155,187); }
td.TdClassName
{
border-color: #399BBB;
}
.TagClassName
{
border-color: #399BBB;
}
</style>