Shades of Boston Blue #358BAF
Tints of Boston Blue #358BAF
RGB
CMYK
RGB Variations
Color information
#358BAF (or 0x358BAF) is known color: Boston Blue. HEX triplet: 35, 8B and AF. RGB value is (53,139,175). Sum of RGB (Red+Green+Blue) = 53+139+175=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #358BAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358BAF is #CA7450. Grayscale: #757575. Windows color (decimal): -13268049 or 11504437. OLE color: 11504437.
HSL color Cylindrical-coordinate representation of color #358BAF: hue angle of 197.7º 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 #358BAF is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 139 | 175 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.31 |
| HSL | 197.7º | 0.54% | 0.45% | - |
| HSV(B) | 197.7º | 0.7% | 0.69% | - |
| XYZ | 18.44 | 22.32 | 43.89 | - |
| YUV | 117.39 | 160.51 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 175 | 0.70 | 0.21 | 0 | 0.31 | 197.7 | 0.54 | 0.45 |
| Hex | 35 | 8B | AF | 46 | 15 | 0 | 1F | C6 | 36 | 2D |
| Octal | 65 | 213 | 257 | 106 | 25 | 0 | 37 | 306 | 66 | 55 |
| Binary | 110101 | 10001011 | 10101111 | 1000110 | 10101 | 0 | 11111 | 11000110 | 110110 | 101101 |
Color Harmonies of #358BAF
Complementary color
Monochromatic Colors of #358BAF
Black with #358BAF
Text Example
Text Example
White with #358BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358BAF; }
p { color: rgb(53,139,175); }
H1.HeaderClassName
{
color: #358BAF;
}
.AnyTagClassName
{
color: #358BAF;
}
</style>
background-color css
<style>
a { background-color: #358BAF; }
a { background-color: rgb(53,139,175); }
div.DivClassName
{
background-color: #358BAF;
}
.BgClassName
{
background-color: #358BAF;
}
</style>
border-color css
<style>
span { border-color: #358BAF; }
span { border-color: rgb(53,139,175); }
td.TdClassName
{
border-color: #358BAF;
}
.TagClassName
{
border-color: #358BAF;
}
</style>