Shades of Boston Blue #358AAA
Tints of Boston Blue #358AAA
RGB
CMYK
RGB Variations
Color information
#358AAA (or 0x358AAA) is known color: Boston Blue. HEX triplet: 35, 8A and AA. RGB value is (53,138,170). Sum of RGB (Red+Green+Blue) = 53+138+170=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #358AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358AAA is #CA7555. Grayscale: #747474. Windows color (decimal): -13268310 or 11176501. OLE color: 11176501.
HSL color Cylindrical-coordinate representation of color #358AAA: hue angle of 196.41º 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 #358AAA is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 138 | 170 | - |
| CMYK | 0.69 | 0.19 | 0 | 0.33 |
| HSL | 196.41º | 0.52% | 0.44% | - |
| HSV(B) | 196.41º | 0.69% | 0.67% | - |
| XYZ | 17.81 | 21.84 | 41.31 | - |
| YUV | 116.23 | 158.34 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 138 | 170 | 0.69 | 0.19 | 0 | 0.33 | 196.41 | 0.52 | 0.44 |
| Hex | 35 | 8A | AA | 45 | 13 | 0 | 21 | C4 | 34 | 2C |
| Octal | 65 | 212 | 252 | 105 | 23 | 0 | 41 | 304 | 64 | 54 |
| Binary | 110101 | 10001010 | 10101010 | 1000101 | 10011 | 0 | 100001 | 11000100 | 110100 | 101100 |
Color Harmonies of #358AAA
Complementary color
Monochromatic Colors of #358AAA
Black with #358AAA
Text Example
Text Example
White with #358AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358AAA; }
p { color: rgb(53,138,170); }
H1.HeaderClassName
{
color: #358AAA;
}
.AnyTagClassName
{
color: #358AAA;
}
</style>
background-color css
<style>
a { background-color: #358AAA; }
a { background-color: rgb(53,138,170); }
div.DivClassName
{
background-color: #358AAA;
}
.BgClassName
{
background-color: #358AAA;
}
</style>
border-color css
<style>
span { border-color: #358AAA; }
span { border-color: rgb(53,138,170); }
td.TdClassName
{
border-color: #358AAA;
}
.TagClassName
{
border-color: #358AAA;
}
</style>