Shades of Boston Blue #3688AB
Tints of Boston Blue #3688AB
RGB
CMYK
RGB Variations
Color information
#3688AB (or 0x3688AB) is known color: Boston Blue. HEX triplet: 36, 88 and AB. RGB value is (54,136,171). Sum of RGB (Red+Green+Blue) = 54+136+171=361 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.96% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #3688AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3688AB is #C97754. Grayscale: #737373. Windows color (decimal): -13203285 or 11241526. OLE color: 11241526.
HSL color Cylindrical-coordinate representation of color #3688AB: hue angle of 197.95º 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 #3688AB is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 136 | 171 | - |
| CMYK | 0.68 | 0.20 | 0 | 0.33 |
| HSL | 197.95º | 0.52% | 0.44% | - |
| HSV(B) | 197.95º | 0.68% | 0.67% | - |
| XYZ | 17.68 | 21.33 | 41.71 | - |
| YUV | 115.47 | 159.33 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 136 | 171 | 0.68 | 0.20 | 0 | 0.33 | 197.95 | 0.52 | 0.44 |
| Hex | 36 | 88 | AB | 44 | 14 | 0 | 21 | C6 | 34 | 2C |
| Octal | 66 | 210 | 253 | 104 | 24 | 0 | 41 | 306 | 64 | 54 |
| Binary | 110110 | 10001000 | 10101011 | 1000100 | 10100 | 0 | 100001 | 11000110 | 110100 | 101100 |
Color Harmonies of #3688AB
Complementary color
Monochromatic Colors of #3688AB
Black with #3688AB
Text Example
Text Example
White with #3688AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3688AB; }
p { color: rgb(54,136,171); }
H1.HeaderClassName
{
color: #3688AB;
}
.AnyTagClassName
{
color: #3688AB;
}
</style>
background-color css
<style>
a { background-color: #3688AB; }
a { background-color: rgb(54,136,171); }
div.DivClassName
{
background-color: #3688AB;
}
.BgClassName
{
background-color: #3688AB;
}
</style>
border-color css
<style>
span { border-color: #3688AB; }
span { border-color: rgb(54,136,171); }
td.TdClassName
{
border-color: #3688AB;
}
.TagClassName
{
border-color: #3688AB;
}
</style>