Shades of Boston Blue #3896AC
Tints of Boston Blue #3896AC
RGB
CMYK
RGB Variations
Color information
#3896AC (or 0x3896AC) is known color: Boston Blue. HEX triplet: 38, 96 and AC. RGB value is (56,150,172). Sum of RGB (Red+Green+Blue) = 56+150+172=378 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.81% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #3896AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3896AC is #C76953. Grayscale: #7C7C7C. Windows color (decimal): -13068628 or 11310648. OLE color: 11310648.
HSL color Cylindrical-coordinate representation of color #3896AC: hue angle of 191.38º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3896AC is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 150 | 172 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.33 |
| HSL | 191.38º | 0.51% | 0.45% | - |
| HSV(B) | 191.38º | 0.67% | 0.67% | - |
| XYZ | 19.98 | 25.63 | 42.92 | - |
| YUV | 124.4 | 154.86 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 150 | 172 | 0.67 | 0.13 | 0 | 0.33 | 191.38 | 0.51 | 0.45 |
| Hex | 38 | 96 | AC | 43 | D | 0 | 21 | BF | 33 | 2D |
| Octal | 70 | 226 | 254 | 103 | 15 | 0 | 41 | 277 | 63 | 55 |
| Binary | 111000 | 10010110 | 10101100 | 1000011 | 1101 | 0 | 100001 | 10111111 | 110011 | 101101 |
Color Harmonies of #3896AC
Complementary color
Monochromatic Colors of #3896AC
Black with #3896AC
Text Example
Text Example
White with #3896AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3896AC; }
p { color: rgb(56,150,172); }
H1.HeaderClassName
{
color: #3896AC;
}
.AnyTagClassName
{
color: #3896AC;
}
</style>
background-color css
<style>
a { background-color: #3896AC; }
a { background-color: rgb(56,150,172); }
div.DivClassName
{
background-color: #3896AC;
}
.BgClassName
{
background-color: #3896AC;
}
</style>
border-color css
<style>
span { border-color: #3896AC; }
span { border-color: rgb(56,150,172); }
td.TdClassName
{
border-color: #3896AC;
}
.TagClassName
{
border-color: #3896AC;
}
</style>