Shades of Boston Blue #3999B6
Tints of Boston Blue #3999B6
RGB
CMYK
RGB Variations
Color information
#3999B6 (or 0x3999B6) is known color: Boston Blue. HEX triplet: 39, 99 and B6. RGB value is (57,153,182). Sum of RGB (Red+Green+Blue) = 57+153+182=392 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.54% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 182 (71.48% from 255 or 46.43% from 392); Max value from RGB is 182 - color contains mainly: blue. Hex color #3999B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3999B6 is #C66649. Grayscale: #7F7F7F. Windows color (decimal): -13002314 or 11966777. OLE color: 11966777.
HSL color Cylindrical-coordinate representation of color #3999B6: hue angle of 193.92º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3999B6 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 57 | 153 | 182 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.29 |
| HSL | 193.92º | 0.52% | 0.47% | - |
| HSV(B) | 193.92º | 0.69% | 0.71% | - |
| XYZ | 21.52 | 27.03 | 48.34 | - |
| YUV | 127.6 | 158.7 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 153 | 182 | 0.69 | 0.16 | 0 | 0.29 | 193.92 | 0.52 | 0.47 |
| Hex | 39 | 99 | B6 | 45 | 10 | 0 | 1D | C2 | 34 | 2F |
| Octal | 71 | 231 | 266 | 105 | 20 | 0 | 35 | 302 | 64 | 57 |
| Binary | 111001 | 10011001 | 10110110 | 1000101 | 10000 | 0 | 11101 | 11000010 | 110100 | 101111 |
Color Harmonies of #3999B6
Complementary color
Monochromatic Colors of #3999B6
Black with #3999B6
Text Example
Text Example
White with #3999B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3999B6; }
p { color: rgb(57,153,182); }
H1.HeaderClassName
{
color: #3999B6;
}
.AnyTagClassName
{
color: #3999B6;
}
</style>
background-color css
<style>
a { background-color: #3999B6; }
a { background-color: rgb(57,153,182); }
div.DivClassName
{
background-color: #3999B6;
}
.BgClassName
{
background-color: #3999B6;
}
</style>
border-color css
<style>
span { border-color: #3999B6; }
span { border-color: rgb(57,153,182); }
td.TdClassName
{
border-color: #3999B6;
}
.TagClassName
{
border-color: #3999B6;
}
</style>