Shades of Boston Blue #358AAF
Tints of Boston Blue #358AAF
RGB
CMYK
RGB Variations
Color information
#358AAF (or 0x358AAF) is known color: Boston Blue. HEX triplet: 35, 8A and AF. RGB value is (53,138,175). Sum of RGB (Red+Green+Blue) = 53+138+175=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #358AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358AAF is #CA7550. Grayscale: #747474. Windows color (decimal): -13268305 or 11504181. OLE color: 11504181.
HSL color Cylindrical-coordinate representation of color #358AAF: hue angle of 198.2º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #358AAF is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 138 | 175 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.31 |
| HSL | 198.2º | 0.54% | 0.45% | - |
| HSV(B) | 198.2º | 0.7% | 0.69% | - |
| XYZ | 18.29 | 22.03 | 43.85 | - |
| YUV | 116.8 | 160.84 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 138 | 175 | 0.70 | 0.21 | 0 | 0.31 | 198.2 | 0.54 | 0.45 |
| Hex | 35 | 8A | AF | 46 | 15 | 0 | 1F | C6 | 36 | 2D |
| Octal | 65 | 212 | 257 | 106 | 25 | 0 | 37 | 306 | 66 | 55 |
| Binary | 110101 | 10001010 | 10101111 | 1000110 | 10101 | 0 | 11111 | 11000110 | 110110 | 101101 |
Color Harmonies of #358AAF
Complementary color
Monochromatic Colors of #358AAF
Black with #358AAF
Text Example
Text Example
White with #358AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358AAF; }
p { color: rgb(53,138,175); }
H1.HeaderClassName
{
color: #358AAF;
}
.AnyTagClassName
{
color: #358AAF;
}
</style>
background-color css
<style>
a { background-color: #358AAF; }
a { background-color: rgb(53,138,175); }
div.DivClassName
{
background-color: #358AAF;
}
.BgClassName
{
background-color: #358AAF;
}
</style>
border-color css
<style>
span { border-color: #358AAF; }
span { border-color: rgb(53,138,175); }
td.TdClassName
{
border-color: #358AAF;
}
.TagClassName
{
border-color: #358AAF;
}
</style>