Shades of Boston Blue #3896AE
Tints of Boston Blue #3896AE
RGB
CMYK
RGB Variations
Color information
#3896AE (or 0x3896AE) is known color: Boston Blue. HEX triplet: 38, 96 and AE. RGB value is (56,150,174). Sum of RGB (Red+Green+Blue) = 56+150+174=380 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.74% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #3896AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3896AE is #C76951. Grayscale: #7C7C7C. Windows color (decimal): -13068626 or 11441720. OLE color: 11441720.
HSL color Cylindrical-coordinate representation of color #3896AE: hue angle of 192.2º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3896AE is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 150 | 174 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.32 |
| HSL | 192.2º | 0.51% | 0.45% | - |
| HSV(B) | 192.2º | 0.68% | 0.68% | - |
| XYZ | 20.18 | 25.71 | 43.94 | - |
| YUV | 124.63 | 155.86 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 150 | 174 | 0.68 | 0.14 | 0 | 0.32 | 192.2 | 0.51 | 0.45 |
| Hex | 38 | 96 | AE | 44 | E | 0 | 20 | C0 | 33 | 2D |
| Octal | 70 | 226 | 256 | 104 | 16 | 0 | 40 | 300 | 63 | 55 |
| Binary | 111000 | 10010110 | 10101110 | 1000100 | 1110 | 0 | 100000 | 11000000 | 110011 | 101101 |
Color Harmonies of #3896AE
Complementary color
Monochromatic Colors of #3896AE
Black with #3896AE
Text Example
Text Example
White with #3896AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3896AE; }
p { color: rgb(56,150,174); }
H1.HeaderClassName
{
color: #3896AE;
}
.AnyTagClassName
{
color: #3896AE;
}
</style>
background-color css
<style>
a { background-color: #3896AE; }
a { background-color: rgb(56,150,174); }
div.DivClassName
{
background-color: #3896AE;
}
.BgClassName
{
background-color: #3896AE;
}
</style>
border-color css
<style>
span { border-color: #3896AE; }
span { border-color: rgb(56,150,174); }
td.TdClassName
{
border-color: #3896AE;
}
.TagClassName
{
border-color: #3896AE;
}
</style>