Shades of Boston Blue #3485AA
Tints of Boston Blue #3485AA
RGB
CMYK
RGB Variations
Color information
#3485AA (or 0x3485AA) is known color: Boston Blue. HEX triplet: 34, 85 and AA. RGB value is (52,133,170). Sum of RGB (Red+Green+Blue) = 52+133+170=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #3485AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3485AA is #CB7A55. Grayscale: #707070. Windows color (decimal): -13335126 or 11175220. OLE color: 11175220.
HSL color Cylindrical-coordinate representation of color #3485AA: hue angle of 198.81º degrees, saturation: 0.53, 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 #3485AA is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 133 | 170 | - |
| CMYK | 0.69 | 0.22 | 0 | 0.33 |
| HSL | 198.81º | 0.53% | 0.44% | - |
| HSV(B) | 198.81º | 0.69% | 0.67% | - |
| XYZ | 17.06 | 20.41 | 41.07 | - |
| YUV | 113 | 160.16 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 133 | 170 | 0.69 | 0.22 | 0 | 0.33 | 198.81 | 0.53 | 0.44 |
| Hex | 34 | 85 | AA | 45 | 16 | 0 | 21 | C7 | 35 | 2C |
| Octal | 64 | 205 | 252 | 105 | 26 | 0 | 41 | 307 | 65 | 54 |
| Binary | 110100 | 10000101 | 10101010 | 1000101 | 10110 | 0 | 100001 | 11000111 | 110101 | 101100 |
Color Harmonies of #3485AA
Complementary color
Monochromatic Colors of #3485AA
Black with #3485AA
Text Example
Text Example
White with #3485AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3485AA; }
p { color: rgb(52,133,170); }
H1.HeaderClassName
{
color: #3485AA;
}
.AnyTagClassName
{
color: #3485AA;
}
</style>
background-color css
<style>
a { background-color: #3485AA; }
a { background-color: rgb(52,133,170); }
div.DivClassName
{
background-color: #3485AA;
}
.BgClassName
{
background-color: #3485AA;
}
</style>
border-color css
<style>
span { border-color: #3485AA; }
span { border-color: rgb(52,133,170); }
td.TdClassName
{
border-color: #3485AA;
}
.TagClassName
{
border-color: #3485AA;
}
</style>