Shades of Boston Blue #3899BC
Tints of Boston Blue #3899BC
RGB
CMYK
RGB Variations
Color information
#3899BC (or 0x3899BC) is known color: Boston Blue. HEX triplet: 38, 99 and BC. RGB value is (56,153,188). Sum of RGB (Red+Green+Blue) = 56+153+188=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #3899BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3899BC is #C76643. Grayscale: #7F7F7F. Windows color (decimal): -13067844 or 12359992. OLE color: 12359992.
HSL color Cylindrical-coordinate representation of color #3899BC: hue angle of 195.91º degrees, saturation: 0.54, 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 #3899BC is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 153 | 188 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.26 |
| HSL | 195.91º | 0.54% | 0.48% | - |
| HSV(B) | 195.91º | 0.7% | 0.74% | - |
| XYZ | 22.1 | 27.25 | 51.67 | - |
| YUV | 127.99 | 161.86 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 153 | 188 | 0.70 | 0.19 | 0 | 0.26 | 195.91 | 0.54 | 0.48 |
| Hex | 38 | 99 | BC | 46 | 13 | 0 | 1A | C4 | 36 | 30 |
| Octal | 70 | 231 | 274 | 106 | 23 | 0 | 32 | 304 | 66 | 60 |
| Binary | 111000 | 10011001 | 10111100 | 1000110 | 10011 | 0 | 11010 | 11000100 | 110110 | 110000 |
Color Harmonies of #3899BC
Complementary color
Monochromatic Colors of #3899BC
Black with #3899BC
Text Example
Text Example
White with #3899BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3899BC; }
p { color: rgb(56,153,188); }
H1.HeaderClassName
{
color: #3899BC;
}
.AnyTagClassName
{
color: #3899BC;
}
</style>
background-color css
<style>
a { background-color: #3899BC; }
a { background-color: rgb(56,153,188); }
div.DivClassName
{
background-color: #3899BC;
}
.BgClassName
{
background-color: #3899BC;
}
</style>
border-color css
<style>
span { border-color: #3899BC; }
span { border-color: rgb(56,153,188); }
td.TdClassName
{
border-color: #3899BC;
}
.TagClassName
{
border-color: #3899BC;
}
</style>