Shades of Boston Blue #3686AB
Tints of Boston Blue #3686AB
RGB
CMYK
RGB Variations
Color information
#3686AB (or 0x3686AB) is known color: Boston Blue. HEX triplet: 36, 86 and AB. RGB value is (54,134,171). Sum of RGB (Red+Green+Blue) = 54+134+171=359 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.04% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #3686AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3686AB is #C97954. Grayscale: #727272. Windows color (decimal): -13203797 or 11241014. OLE color: 11241014.
HSL color Cylindrical-coordinate representation of color #3686AB: hue angle of 198.97º 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 #3686AB is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 134 | 171 | - |
| CMYK | 0.68 | 0.22 | 0 | 0.33 |
| HSL | 198.97º | 0.52% | 0.44% | - |
| HSV(B) | 198.97º | 0.68% | 0.67% | - |
| XYZ | 17.4 | 20.77 | 41.62 | - |
| YUV | 114.3 | 160 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 134 | 171 | 0.68 | 0.22 | 0 | 0.33 | 198.97 | 0.52 | 0.44 |
| Hex | 36 | 86 | AB | 44 | 16 | 0 | 21 | C7 | 34 | 2C |
| Octal | 66 | 206 | 253 | 104 | 26 | 0 | 41 | 307 | 64 | 54 |
| Binary | 110110 | 10000110 | 10101011 | 1000100 | 10110 | 0 | 100001 | 11000111 | 110100 | 101100 |
Color Harmonies of #3686AB
Complementary color
Monochromatic Colors of #3686AB
Black with #3686AB
Text Example
Text Example
White with #3686AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3686AB; }
p { color: rgb(54,134,171); }
H1.HeaderClassName
{
color: #3686AB;
}
.AnyTagClassName
{
color: #3686AB;
}
</style>
background-color css
<style>
a { background-color: #3686AB; }
a { background-color: rgb(54,134,171); }
div.DivClassName
{
background-color: #3686AB;
}
.BgClassName
{
background-color: #3686AB;
}
</style>
border-color css
<style>
span { border-color: #3686AB; }
span { border-color: rgb(54,134,171); }
td.TdClassName
{
border-color: #3686AB;
}
.TagClassName
{
border-color: #3686AB;
}
</style>