Shades of Boston Blue #3687AB
Tints of Boston Blue #3687AB
RGB
CMYK
RGB Variations
Color information
#3687AB (or 0x3687AB) is known color: Boston Blue. HEX triplet: 36, 87 and AB. RGB value is (54,135,171). Sum of RGB (Red+Green+Blue) = 54+135+171=360 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #3687AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3687AB is #C97854. Grayscale: #727272. Windows color (decimal): -13203541 or 11241270. OLE color: 11241270.
HSL color Cylindrical-coordinate representation of color #3687AB: hue angle of 198.46º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3687AB is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 135 | 171 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.33 |
| HSL | 198.46º | 0.52% | 0.44% | - |
| HSV(B) | 198.46º | 0.68% | 0.67% | - |
| XYZ | 17.54 | 21.05 | 41.67 | - |
| YUV | 114.89 | 159.66 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 135 | 171 | 0.68 | 0.21 | 0 | 0.33 | 198.46 | 0.52 | 0.44 |
| Hex | 36 | 87 | AB | 44 | 15 | 0 | 21 | C6 | 34 | 2C |
| Octal | 66 | 207 | 253 | 104 | 25 | 0 | 41 | 306 | 64 | 54 |
| Binary | 110110 | 10000111 | 10101011 | 1000100 | 10101 | 0 | 100001 | 11000110 | 110100 | 101100 |
Color Harmonies of #3687AB
Complementary color
Monochromatic Colors of #3687AB
Black with #3687AB
Text Example
Text Example
White with #3687AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3687AB; }
p { color: rgb(54,135,171); }
H1.HeaderClassName
{
color: #3687AB;
}
.AnyTagClassName
{
color: #3687AB;
}
</style>
background-color css
<style>
a { background-color: #3687AB; }
a { background-color: rgb(54,135,171); }
div.DivClassName
{
background-color: #3687AB;
}
.BgClassName
{
background-color: #3687AB;
}
</style>
border-color css
<style>
span { border-color: #3687AB; }
span { border-color: rgb(54,135,171); }
td.TdClassName
{
border-color: #3687AB;
}
.TagClassName
{
border-color: #3687AB;
}
</style>