Shades of Boston Blue #3896BA
Tints of Boston Blue #3896BA
RGB
CMYK
RGB Variations
Color information
#3896BA (or 0x3896BA) is known color: Boston Blue. HEX triplet: 38, 96 and BA. RGB value is (56,150,186). Sum of RGB (Red+Green+Blue) = 56+150+186=392 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.29% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #3896BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3896BA is #C76945. Grayscale: #7D7D7D. Windows color (decimal): -13068614 or 12228152. OLE color: 12228152.
HSL color Cylindrical-coordinate representation of color #3896BA: hue angle of 196.62º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3896BA is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 150 | 186 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.27 |
| HSL | 196.62º | 0.54% | 0.47% | - |
| HSV(B) | 196.62º | 0.7% | 0.73% | - |
| XYZ | 21.4 | 26.2 | 50.38 | - |
| YUV | 126 | 161.86 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 150 | 186 | 0.70 | 0.19 | 0 | 0.27 | 196.62 | 0.54 | 0.47 |
| Hex | 38 | 96 | BA | 46 | 13 | 0 | 1B | C5 | 36 | 2F |
| Octal | 70 | 226 | 272 | 106 | 23 | 0 | 33 | 305 | 66 | 57 |
| Binary | 111000 | 10010110 | 10111010 | 1000110 | 10011 | 0 | 11011 | 11000101 | 110110 | 101111 |
Color Harmonies of #3896BA
Complementary color
Monochromatic Colors of #3896BA
Black with #3896BA
Text Example
Text Example
White with #3896BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3896BA; }
p { color: rgb(56,150,186); }
H1.HeaderClassName
{
color: #3896BA;
}
.AnyTagClassName
{
color: #3896BA;
}
</style>
background-color css
<style>
a { background-color: #3896BA; }
a { background-color: rgb(56,150,186); }
div.DivClassName
{
background-color: #3896BA;
}
.BgClassName
{
background-color: #3896BA;
}
</style>
border-color css
<style>
span { border-color: #3896BA; }
span { border-color: rgb(56,150,186); }
td.TdClassName
{
border-color: #3896BA;
}
.TagClassName
{
border-color: #3896BA;
}
</style>