Shades of Boston Blue #3899BD
Tints of Boston Blue #3899BD
RGB
CMYK
RGB Variations
Color information
#3899BD (or 0x3899BD) is known color: Boston Blue. HEX triplet: 38, 99 and BD. RGB value is (56,153,189). Sum of RGB (Red+Green+Blue) = 56+153+189=398 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.07% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #3899BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3899BD is #C76642. Grayscale: #7F7F7F. Windows color (decimal): -13067843 or 12425528. OLE color: 12425528.
HSL color Cylindrical-coordinate representation of color #3899BD: hue angle of 196.24º 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 #3899BD is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 153 | 189 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.26 |
| HSL | 196.24º | 0.54% | 0.48% | - |
| HSV(B) | 196.24º | 0.7% | 0.74% | - |
| XYZ | 22.21 | 27.3 | 52.24 | - |
| YUV | 128.1 | 162.36 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 153 | 189 | 0.70 | 0.19 | 0 | 0.26 | 196.24 | 0.54 | 0.48 |
| Hex | 38 | 99 | BD | 46 | 13 | 0 | 1A | C4 | 36 | 30 |
| Octal | 70 | 231 | 275 | 106 | 23 | 0 | 32 | 304 | 66 | 60 |
| Binary | 111000 | 10011001 | 10111101 | 1000110 | 10011 | 0 | 11010 | 11000100 | 110110 | 110000 |
Color Harmonies of #3899BD
Complementary color
Monochromatic Colors of #3899BD
Black with #3899BD
Text Example
Text Example
White with #3899BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3899BD; }
p { color: rgb(56,153,189); }
H1.HeaderClassName
{
color: #3899BD;
}
.AnyTagClassName
{
color: #3899BD;
}
</style>
background-color css
<style>
a { background-color: #3899BD; }
a { background-color: rgb(56,153,189); }
div.DivClassName
{
background-color: #3899BD;
}
.BgClassName
{
background-color: #3899BD;
}
</style>
border-color css
<style>
span { border-color: #3899BD; }
span { border-color: rgb(56,153,189); }
td.TdClassName
{
border-color: #3899BD;
}
.TagClassName
{
border-color: #3899BD;
}
</style>