Shades of Boston Blue #3696AE
Tints of Boston Blue #3696AE
RGB
CMYK
RGB Variations
Color information
#3696AE (or 0x3696AE) is known color: Boston Blue. HEX triplet: 36, 96 and AE. RGB value is (54,150,174). Sum of RGB (Red+Green+Blue) = 54+150+174=378 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.29% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #3696AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3696AE is #C96951. Grayscale: #7B7B7B. Windows color (decimal): -13199698 or 11441718. OLE color: 11441718.
HSL color Cylindrical-coordinate representation of color #3696AE: hue angle of 192º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3696AE is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 150 | 174 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.32 |
| HSL | 192º | 0.53% | 0.45% | - |
| HSV(B) | 192º | 0.69% | 0.68% | - |
| XYZ | 20.07 | 25.65 | 43.94 | - |
| YUV | 124.03 | 156.2 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 150 | 174 | 0.69 | 0.14 | 0 | 0.32 | 192 | 0.53 | 0.45 |
| Hex | 36 | 96 | AE | 45 | E | 0 | 20 | C0 | 35 | 2D |
| Octal | 66 | 226 | 256 | 105 | 16 | 0 | 40 | 300 | 65 | 55 |
| Binary | 110110 | 10010110 | 10101110 | 1000101 | 1110 | 0 | 100000 | 11000000 | 110101 | 101101 |
Color Harmonies of #3696AE
Complementary color
Monochromatic Colors of #3696AE
Black with #3696AE
Text Example
Text Example
White with #3696AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3696AE; }
p { color: rgb(54,150,174); }
H1.HeaderClassName
{
color: #3696AE;
}
.AnyTagClassName
{
color: #3696AE;
}
</style>
background-color css
<style>
a { background-color: #3696AE; }
a { background-color: rgb(54,150,174); }
div.DivClassName
{
background-color: #3696AE;
}
.BgClassName
{
background-color: #3696AE;
}
</style>
border-color css
<style>
span { border-color: #3696AE; }
span { border-color: rgb(54,150,174); }
td.TdClassName
{
border-color: #3696AE;
}
.TagClassName
{
border-color: #3696AE;
}
</style>