Shades of Boston Blue #358FAE
Tints of Boston Blue #358FAE
RGB
CMYK
RGB Variations
Color information
#358FAE (or 0x358FAE) is known color: Boston Blue. HEX triplet: 35, 8F and AE. RGB value is (53,143,174). Sum of RGB (Red+Green+Blue) = 53+143+174=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #358FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358FAE is #CA7051. Grayscale: #777777. Windows color (decimal): -13267026 or 11439925. OLE color: 11439925.
HSL color Cylindrical-coordinate representation of color #358FAE: hue angle of 195.37º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #358FAE is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 143 | 174 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.32 |
| HSL | 195.37º | 0.53% | 0.45% | - |
| HSV(B) | 195.37º | 0.7% | 0.68% | - |
| XYZ | 18.93 | 23.46 | 43.57 | - |
| YUV | 119.62 | 158.68 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 174 | 0.70 | 0.18 | 0 | 0.32 | 195.37 | 0.53 | 0.45 |
| Hex | 35 | 8F | AE | 46 | 12 | 0 | 20 | C3 | 35 | 2D |
| Octal | 65 | 217 | 256 | 106 | 22 | 0 | 40 | 303 | 65 | 55 |
| Binary | 110101 | 10001111 | 10101110 | 1000110 | 10010 | 0 | 100000 | 11000011 | 110101 | 101101 |
Color Harmonies of #358FAE
Complementary color
Monochromatic Colors of #358FAE
Black with #358FAE
Text Example
Text Example
White with #358FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358FAE; }
p { color: rgb(53,143,174); }
H1.HeaderClassName
{
color: #358FAE;
}
.AnyTagClassName
{
color: #358FAE;
}
</style>
background-color css
<style>
a { background-color: #358FAE; }
a { background-color: rgb(53,143,174); }
div.DivClassName
{
background-color: #358FAE;
}
.BgClassName
{
background-color: #358FAE;
}
</style>
border-color css
<style>
span { border-color: #358FAE; }
span { border-color: rgb(53,143,174); }
td.TdClassName
{
border-color: #358FAE;
}
.TagClassName
{
border-color: #358FAE;
}
</style>