Shades of Boston Blue #358FAF
Tints of Boston Blue #358FAF
RGB
CMYK
RGB Variations
Color information
#358FAF (or 0x358FAF) is known color: Boston Blue. HEX triplet: 35, 8F and AF. RGB value is (53,143,175). Sum of RGB (Red+Green+Blue) = 53+143+175=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #358FAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358FAF is #CA7050. Grayscale: #777777. Windows color (decimal): -13267025 or 11505461. OLE color: 11505461.
HSL color Cylindrical-coordinate representation of color #358FAF: hue angle of 195.74º 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 #358FAF is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 143 | 175 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.31 |
| HSL | 195.74º | 0.54% | 0.45% | - |
| HSV(B) | 195.74º | 0.7% | 0.69% | - |
| XYZ | 19.03 | 23.5 | 44.09 | - |
| YUV | 119.74 | 159.18 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 175 | 0.70 | 0.18 | 0 | 0.31 | 195.74 | 0.54 | 0.45 |
| Hex | 35 | 8F | AF | 46 | 12 | 0 | 1F | C4 | 36 | 2D |
| Octal | 65 | 217 | 257 | 106 | 22 | 0 | 37 | 304 | 66 | 55 |
| Binary | 110101 | 10001111 | 10101111 | 1000110 | 10010 | 0 | 11111 | 11000100 | 110110 | 101101 |
Color Harmonies of #358FAF
Complementary color
Monochromatic Colors of #358FAF
Black with #358FAF
Text Example
Text Example
White with #358FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358FAF; }
p { color: rgb(53,143,175); }
H1.HeaderClassName
{
color: #358FAF;
}
.AnyTagClassName
{
color: #358FAF;
}
</style>
background-color css
<style>
a { background-color: #358FAF; }
a { background-color: rgb(53,143,175); }
div.DivClassName
{
background-color: #358FAF;
}
.BgClassName
{
background-color: #358FAF;
}
</style>
border-color css
<style>
span { border-color: #358FAF; }
span { border-color: rgb(53,143,175); }
td.TdClassName
{
border-color: #358FAF;
}
.TagClassName
{
border-color: #358FAF;
}
</style>