Shades of Boston Blue #3A8CAA
Tints of Boston Blue #3A8CAA
RGB
CMYK
RGB Variations
Color information
#3A8CAA (or 0x3A8CAA) is known color: Boston Blue. HEX triplet: 3A, 8C and AA. RGB value is (58,140,170). Sum of RGB (Red+Green+Blue) = 58+140+170=368 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.76% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A8CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8CAA is #C57355. Grayscale: #767676. Windows color (decimal): -12940118 or 11177018. OLE color: 11177018.
HSL color Cylindrical-coordinate representation of color #3A8CAA: hue angle of 196.07º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A8CAA is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 140 | 170 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.33 |
| HSL | 196.07º | 0.49% | 0.45% | - |
| HSV(B) | 196.07º | 0.66% | 0.67% | - |
| XYZ | 18.38 | 22.56 | 41.42 | - |
| YUV | 118.9 | 156.83 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 140 | 170 | 0.66 | 0.18 | 0 | 0.33 | 196.07 | 0.49 | 0.45 |
| Hex | 3A | 8C | AA | 42 | 12 | 0 | 21 | C4 | 31 | 2D |
| Octal | 72 | 214 | 252 | 102 | 22 | 0 | 41 | 304 | 61 | 55 |
| Binary | 111010 | 10001100 | 10101010 | 1000010 | 10010 | 0 | 100001 | 11000100 | 110001 | 101101 |
Color Harmonies of #3A8CAA
Complementary color
Monochromatic Colors of #3A8CAA
Black with #3A8CAA
Text Example
Text Example
White with #3A8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8CAA; }
p { color: rgb(58,140,170); }
H1.HeaderClassName
{
color: #3A8CAA;
}
.AnyTagClassName
{
color: #3A8CAA;
}
</style>
background-color css
<style>
a { background-color: #3A8CAA; }
a { background-color: rgb(58,140,170); }
div.DivClassName
{
background-color: #3A8CAA;
}
.BgClassName
{
background-color: #3A8CAA;
}
</style>
border-color css
<style>
span { border-color: #3A8CAA; }
span { border-color: rgb(58,140,170); }
td.TdClassName
{
border-color: #3A8CAA;
}
.TagClassName
{
border-color: #3A8CAA;
}
</style>