Shades of Boston Blue #358FAC
Tints of Boston Blue #358FAC
RGB
CMYK
RGB Variations
Color information
#358FAC (or 0x358FAC) is known color: Boston Blue. HEX triplet: 35, 8F and AC. RGB value is (53,143,172). Sum of RGB (Red+Green+Blue) = 53+143+172=368 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.40% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #358FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358FAC is #CA7053. Grayscale: #777777. Windows color (decimal): -13267028 or 11308853. OLE color: 11308853.
HSL color Cylindrical-coordinate representation of color #358FAC: hue angle of 194.62º 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 #358FAC is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 143 | 172 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.33 |
| HSL | 194.62º | 0.53% | 0.44% | - |
| HSV(B) | 194.62º | 0.69% | 0.67% | - |
| XYZ | 18.74 | 23.38 | 42.56 | - |
| YUV | 119.4 | 157.68 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 172 | 0.69 | 0.17 | 0 | 0.33 | 194.62 | 0.53 | 0.44 |
| Hex | 35 | 8F | AC | 45 | 11 | 0 | 21 | C3 | 35 | 2C |
| Octal | 65 | 217 | 254 | 105 | 21 | 0 | 41 | 303 | 65 | 54 |
| Binary | 110101 | 10001111 | 10101100 | 1000101 | 10001 | 0 | 100001 | 11000011 | 110101 | 101100 |
Color Harmonies of #358FAC
Complementary color
Monochromatic Colors of #358FAC
Black with #358FAC
Text Example
Text Example
White with #358FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358FAC; }
p { color: rgb(53,143,172); }
H1.HeaderClassName
{
color: #358FAC;
}
.AnyTagClassName
{
color: #358FAC;
}
</style>
background-color css
<style>
a { background-color: #358FAC; }
a { background-color: rgb(53,143,172); }
div.DivClassName
{
background-color: #358FAC;
}
.BgClassName
{
background-color: #358FAC;
}
</style>
border-color css
<style>
span { border-color: #358FAC; }
span { border-color: rgb(53,143,172); }
td.TdClassName
{
border-color: #358FAC;
}
.TagClassName
{
border-color: #358FAC;
}
</style>