Shades of Boston Blue #399BBC
Tints of Boston Blue #399BBC
RGB
CMYK
RGB Variations
Color information
#399BBC (or 0x399BBC) is known color: Boston Blue. HEX triplet: 39, 9B and BC. RGB value is (57,155,188). Sum of RGB (Red+Green+Blue) = 57+155+188=400 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.25% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #399BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399BBC is #C66443. Grayscale: #818181. Windows color (decimal): -13001796 or 12360505. OLE color: 12360505.
HSL color Cylindrical-coordinate representation of color #399BBC: hue angle of 195.11º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #399BBC is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 155 | 188 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.26 |
| HSL | 195.11º | 0.53% | 0.48% | - |
| HSV(B) | 195.11º | 0.7% | 0.74% | - |
| XYZ | 22.49 | 27.94 | 51.79 | - |
| YUV | 129.46 | 161.03 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 155 | 188 | 0.70 | 0.18 | 0 | 0.26 | 195.11 | 0.53 | 0.48 |
| Hex | 39 | 9B | BC | 46 | 12 | 0 | 1A | C3 | 35 | 30 |
| Octal | 71 | 233 | 274 | 106 | 22 | 0 | 32 | 303 | 65 | 60 |
| Binary | 111001 | 10011011 | 10111100 | 1000110 | 10010 | 0 | 11010 | 11000011 | 110101 | 110000 |
Color Harmonies of #399BBC
Complementary color
Monochromatic Colors of #399BBC
Black with #399BBC
Text Example
Text Example
White with #399BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399BBC; }
p { color: rgb(57,155,188); }
H1.HeaderClassName
{
color: #399BBC;
}
.AnyTagClassName
{
color: #399BBC;
}
</style>
background-color css
<style>
a { background-color: #399BBC; }
a { background-color: rgb(57,155,188); }
div.DivClassName
{
background-color: #399BBC;
}
.BgClassName
{
background-color: #399BBC;
}
</style>
border-color css
<style>
span { border-color: #399BBC; }
span { border-color: rgb(57,155,188); }
td.TdClassName
{
border-color: #399BBC;
}
.TagClassName
{
border-color: #399BBC;
}
</style>