Shades of Boston Blue #3689AC
Tints of Boston Blue #3689AC
RGB
CMYK
RGB Variations
Color information
#3689AC (or 0x3689AC) is known color: Boston Blue. HEX triplet: 36, 89 and AC. RGB value is (54,137,172). Sum of RGB (Red+Green+Blue) = 54+137+172=363 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.88% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #3689AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3689AC is #C97653. Grayscale: #737373. Windows color (decimal): -13203028 or 11307318. OLE color: 11307318.
HSL color Cylindrical-coordinate representation of color #3689AC: hue angle of 197.8º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3689AC is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 137 | 172 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.33 |
| HSL | 197.8º | 0.52% | 0.44% | - |
| HSV(B) | 197.8º | 0.69% | 0.67% | - |
| XYZ | 17.91 | 21.65 | 42.27 | - |
| YUV | 116.17 | 159.5 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 137 | 172 | 0.69 | 0.20 | 0 | 0.33 | 197.8 | 0.52 | 0.44 |
| Hex | 36 | 89 | AC | 45 | 14 | 0 | 21 | C6 | 34 | 2C |
| Octal | 66 | 211 | 254 | 105 | 24 | 0 | 41 | 306 | 64 | 54 |
| Binary | 110110 | 10001001 | 10101100 | 1000101 | 10100 | 0 | 100001 | 11000110 | 110100 | 101100 |
Color Harmonies of #3689AC
Complementary color
Monochromatic Colors of #3689AC
Black with #3689AC
Text Example
Text Example
White with #3689AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3689AC; }
p { color: rgb(54,137,172); }
H1.HeaderClassName
{
color: #3689AC;
}
.AnyTagClassName
{
color: #3689AC;
}
</style>
background-color css
<style>
a { background-color: #3689AC; }
a { background-color: rgb(54,137,172); }
div.DivClassName
{
background-color: #3689AC;
}
.BgClassName
{
background-color: #3689AC;
}
</style>
border-color css
<style>
span { border-color: #3689AC; }
span { border-color: rgb(54,137,172); }
td.TdClassName
{
border-color: #3689AC;
}
.TagClassName
{
border-color: #3689AC;
}
</style>