Shades of Boston Blue #3684AA
Tints of Boston Blue #3684AA
RGB
CMYK
RGB Variations
Color information
#3684AA (or 0x3684AA) is known color: Boston Blue. HEX triplet: 36, 84 and AA. RGB value is (54,132,170). Sum of RGB (Red+Green+Blue) = 54+132+170=356 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.17% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #3684AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3684AA is #C97B55. Grayscale: #707070. Windows color (decimal): -13204310 or 11174966. OLE color: 11174966.
HSL color Cylindrical-coordinate representation of color #3684AA: hue angle of 199.66º 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 #3684AA is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 132 | 170 | - |
| CMYK | 0.68 | 0.22 | 0 | 0.33 |
| HSL | 199.66º | 0.52% | 0.44% | - |
| HSV(B) | 199.66º | 0.68% | 0.67% | - |
| XYZ | 17.03 | 20.19 | 41.03 | - |
| YUV | 113.01 | 160.16 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 132 | 170 | 0.68 | 0.22 | 0 | 0.33 | 199.66 | 0.52 | 0.44 |
| Hex | 36 | 84 | AA | 44 | 16 | 0 | 21 | C8 | 34 | 2C |
| Octal | 66 | 204 | 252 | 104 | 26 | 0 | 41 | 310 | 64 | 54 |
| Binary | 110110 | 10000100 | 10101010 | 1000100 | 10110 | 0 | 100001 | 11001000 | 110100 | 101100 |
Color Harmonies of #3684AA
Complementary color
Monochromatic Colors of #3684AA
Black with #3684AA
Text Example
Text Example
White with #3684AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3684AA; }
p { color: rgb(54,132,170); }
H1.HeaderClassName
{
color: #3684AA;
}
.AnyTagClassName
{
color: #3684AA;
}
</style>
background-color css
<style>
a { background-color: #3684AA; }
a { background-color: rgb(54,132,170); }
div.DivClassName
{
background-color: #3684AA;
}
.BgClassName
{
background-color: #3684AA;
}
</style>
border-color css
<style>
span { border-color: #3684AA; }
span { border-color: rgb(54,132,170); }
td.TdClassName
{
border-color: #3684AA;
}
.TagClassName
{
border-color: #3684AA;
}
</style>