Shades of Boston Blue #3999BA
Tints of Boston Blue #3999BA
RGB
CMYK
RGB Variations
Color information
#3999BA (or 0x3999BA) is known color: Boston Blue. HEX triplet: 39, 99 and BA. RGB value is (57,153,186). Sum of RGB (Red+Green+Blue) = 57+153+186=396 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.39% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #3999BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3999BA is #C66645. Grayscale: #7F7F7F. Windows color (decimal): -13002310 or 12228921. OLE color: 12228921.
HSL color Cylindrical-coordinate representation of color #3999BA: hue angle of 195.35º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3999BA is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 153 | 186 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.27 |
| HSL | 195.35º | 0.53% | 0.48% | - |
| HSV(B) | 195.35º | 0.69% | 0.73% | - |
| XYZ | 21.94 | 27.2 | 50.55 | - |
| YUV | 128.06 | 160.7 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 153 | 186 | 0.69 | 0.18 | 0 | 0.27 | 195.35 | 0.53 | 0.48 |
| Hex | 39 | 99 | BA | 45 | 12 | 0 | 1B | C3 | 35 | 30 |
| Octal | 71 | 231 | 272 | 105 | 22 | 0 | 33 | 303 | 65 | 60 |
| Binary | 111001 | 10011001 | 10111010 | 1000101 | 10010 | 0 | 11011 | 11000011 | 110101 | 110000 |
Color Harmonies of #3999BA
Complementary color
Monochromatic Colors of #3999BA
Black with #3999BA
Text Example
Text Example
White with #3999BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3999BA; }
p { color: rgb(57,153,186); }
H1.HeaderClassName
{
color: #3999BA;
}
.AnyTagClassName
{
color: #3999BA;
}
</style>
background-color css
<style>
a { background-color: #3999BA; }
a { background-color: rgb(57,153,186); }
div.DivClassName
{
background-color: #3999BA;
}
.BgClassName
{
background-color: #3999BA;
}
</style>
border-color css
<style>
span { border-color: #3999BA; }
span { border-color: rgb(57,153,186); }
td.TdClassName
{
border-color: #3999BA;
}
.TagClassName
{
border-color: #3999BA;
}
</style>