Shades of Boston Blue #358CB1
Tints of Boston Blue #358CB1
RGB
CMYK
RGB Variations
Color information
#358CB1 (or 0x358CB1) is known color: Boston Blue. HEX triplet: 35, 8C and B1. RGB value is (53,140,177). Sum of RGB (Red+Green+Blue) = 53+140+177=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 177 - color contains mainly: blue. Hex color #358CB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358CB1 is #CA734E. Grayscale: #757575. Windows color (decimal): -13267791 or 11635765. OLE color: 11635765.
HSL color Cylindrical-coordinate representation of color #358CB1: hue angle of 197.9º 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 #358CB1 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 140 | 177 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.31 |
| HSL | 197.9º | 0.54% | 0.45% | - |
| HSV(B) | 197.9º | 0.7% | 0.69% | - |
| XYZ | 18.78 | 22.69 | 44.98 | - |
| YUV | 118.21 | 161.18 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 140 | 177 | 0.70 | 0.21 | 0 | 0.31 | 197.9 | 0.54 | 0.45 |
| Hex | 35 | 8C | B1 | 46 | 15 | 0 | 1F | C6 | 36 | 2D |
| Octal | 65 | 214 | 261 | 106 | 25 | 0 | 37 | 306 | 66 | 55 |
| Binary | 110101 | 10001100 | 10110001 | 1000110 | 10101 | 0 | 11111 | 11000110 | 110110 | 101101 |
Color Harmonies of #358CB1
Complementary color
Monochromatic Colors of #358CB1
Black with #358CB1
Text Example
Text Example
White with #358CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358CB1; }
p { color: rgb(53,140,177); }
H1.HeaderClassName
{
color: #358CB1;
}
.AnyTagClassName
{
color: #358CB1;
}
</style>
background-color css
<style>
a { background-color: #358CB1; }
a { background-color: rgb(53,140,177); }
div.DivClassName
{
background-color: #358CB1;
}
.BgClassName
{
background-color: #358CB1;
}
</style>
border-color css
<style>
span { border-color: #358CB1; }
span { border-color: rgb(53,140,177); }
td.TdClassName
{
border-color: #358CB1;
}
.TagClassName
{
border-color: #358CB1;
}
</style>