Shades of Boston Blue #358DAB
Tints of Boston Blue #358DAB
RGB
CMYK
RGB Variations
Color information
#358DAB (or 0x358DAB) is known color: Boston Blue. HEX triplet: 35, 8D and AB. RGB value is (53,141,171). Sum of RGB (Red+Green+Blue) = 53+141+171=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #358DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358DAB is #CA7254. Grayscale: #757575. Windows color (decimal): -13267541 or 11242805. OLE color: 11242805.
HSL color Cylindrical-coordinate representation of color #358DAB: hue angle of 195.25º degrees, saturation: 0.53, 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 #358DAB is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 141 | 171 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.33 |
| HSL | 195.25º | 0.53% | 0.44% | - |
| HSV(B) | 195.25º | 0.69% | 0.67% | - |
| XYZ | 18.34 | 22.75 | 41.95 | - |
| YUV | 118.11 | 157.85 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 141 | 171 | 0.69 | 0.18 | 0 | 0.33 | 195.25 | 0.53 | 0.44 |
| Hex | 35 | 8D | AB | 45 | 12 | 0 | 21 | C3 | 35 | 2C |
| Octal | 65 | 215 | 253 | 105 | 22 | 0 | 41 | 303 | 65 | 54 |
| Binary | 110101 | 10001101 | 10101011 | 1000101 | 10010 | 0 | 100001 | 11000011 | 110101 | 101100 |
Color Harmonies of #358DAB
Complementary color
Monochromatic Colors of #358DAB
Black with #358DAB
Text Example
Text Example
White with #358DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358DAB; }
p { color: rgb(53,141,171); }
H1.HeaderClassName
{
color: #358DAB;
}
.AnyTagClassName
{
color: #358DAB;
}
</style>
background-color css
<style>
a { background-color: #358DAB; }
a { background-color: rgb(53,141,171); }
div.DivClassName
{
background-color: #358DAB;
}
.BgClassName
{
background-color: #358DAB;
}
</style>
border-color css
<style>
span { border-color: #358DAB; }
span { border-color: rgb(53,141,171); }
td.TdClassName
{
border-color: #358DAB;
}
.TagClassName
{
border-color: #358DAB;
}
</style>