Shades of Boston Blue #358EAC
Tints of Boston Blue #358EAC
RGB
CMYK
RGB Variations
Color information
#358EAC (or 0x358EAC) is known color: Boston Blue. HEX triplet: 35, 8E and AC. RGB value is (53,142,172). Sum of RGB (Red+Green+Blue) = 53+142+172=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #358EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358EAC is #CA7153. Grayscale: #767676. Windows color (decimal): -13267284 or 11308597. OLE color: 11308597.
HSL color Cylindrical-coordinate representation of color #358EAC: hue angle of 195.13º 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 #358EAC is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 142 | 172 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.33 |
| HSL | 195.13º | 0.53% | 0.44% | - |
| HSV(B) | 195.13º | 0.69% | 0.67% | - |
| XYZ | 18.59 | 23.08 | 42.51 | - |
| YUV | 118.81 | 158.01 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 142 | 172 | 0.69 | 0.17 | 0 | 0.33 | 195.13 | 0.53 | 0.44 |
| Hex | 35 | 8E | AC | 45 | 11 | 0 | 21 | C3 | 35 | 2C |
| Octal | 65 | 216 | 254 | 105 | 21 | 0 | 41 | 303 | 65 | 54 |
| Binary | 110101 | 10001110 | 10101100 | 1000101 | 10001 | 0 | 100001 | 11000011 | 110101 | 101100 |
Color Harmonies of #358EAC
Complementary color
Monochromatic Colors of #358EAC
Black with #358EAC
Text Example
Text Example
White with #358EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358EAC; }
p { color: rgb(53,142,172); }
H1.HeaderClassName
{
color: #358EAC;
}
.AnyTagClassName
{
color: #358EAC;
}
</style>
background-color css
<style>
a { background-color: #358EAC; }
a { background-color: rgb(53,142,172); }
div.DivClassName
{
background-color: #358EAC;
}
.BgClassName
{
background-color: #358EAC;
}
</style>
border-color css
<style>
span { border-color: #358EAC; }
span { border-color: rgb(53,142,172); }
td.TdClassName
{
border-color: #358EAC;
}
.TagClassName
{
border-color: #358EAC;
}
</style>