Shades of Boston Blue #3896B1
Tints of Boston Blue #3896B1
RGB
CMYK
RGB Variations
Color information
#3896B1 (or 0x3896B1) is known color: Boston Blue. HEX triplet: 38, 96 and B1. RGB value is (56,150,177). Sum of RGB (Red+Green+Blue) = 56+150+177=383 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.62% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 177 (69.53% from 255 or 46.21% from 383); Max value from RGB is 177 - color contains mainly: blue. Hex color #3896B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3896B1 is #C7694E. Grayscale: #7C7C7C. Windows color (decimal): -13068623 or 11638328. OLE color: 11638328.
HSL color Cylindrical-coordinate representation of color #3896B1: hue angle of 193.39º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3896B1 is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 150 | 177 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.31 |
| HSL | 193.39º | 0.52% | 0.46% | - |
| HSV(B) | 193.39º | 0.68% | 0.69% | - |
| XYZ | 20.47 | 25.83 | 45.5 | - |
| YUV | 124.97 | 157.36 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 150 | 177 | 0.68 | 0.15 | 0 | 0.31 | 193.39 | 0.52 | 0.46 |
| Hex | 38 | 96 | B1 | 44 | F | 0 | 1F | C1 | 34 | 2E |
| Octal | 70 | 226 | 261 | 104 | 17 | 0 | 37 | 301 | 64 | 56 |
| Binary | 111000 | 10010110 | 10110001 | 1000100 | 1111 | 0 | 11111 | 11000001 | 110100 | 101110 |
Color Harmonies of #3896B1
Complementary color
Monochromatic Colors of #3896B1
Black with #3896B1
Text Example
Text Example
White with #3896B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3896B1; }
p { color: rgb(56,150,177); }
H1.HeaderClassName
{
color: #3896B1;
}
.AnyTagClassName
{
color: #3896B1;
}
</style>
background-color css
<style>
a { background-color: #3896B1; }
a { background-color: rgb(56,150,177); }
div.DivClassName
{
background-color: #3896B1;
}
.BgClassName
{
background-color: #3896B1;
}
</style>
border-color css
<style>
span { border-color: #3896B1; }
span { border-color: rgb(56,150,177); }
td.TdClassName
{
border-color: #3896B1;
}
.TagClassName
{
border-color: #3896B1;
}
</style>