Shades of Boston Blue #3B8FAA
Tints of Boston Blue #3B8FAA
RGB
CMYK
RGB Variations
Color information
#3B8FAA (or 0x3B8FAA) is known color: Boston Blue. HEX triplet: 3B, 8F and AA. RGB value is (59,143,170). Sum of RGB (Red+Green+Blue) = 59+143+170=372 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.86% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B8FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8FAA is #C47055. Grayscale: #787878. Windows color (decimal): -12873814 or 11177787. OLE color: 11177787.
HSL color Cylindrical-coordinate representation of color #3B8FAA: hue angle of 194.59º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B8FAA is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 143 | 170 | - |
| CMYK | 0.65 | 0.16 | 0 | 0.33 |
| HSL | 194.59º | 0.48% | 0.45% | - |
| HSV(B) | 194.59º | 0.65% | 0.67% | - |
| XYZ | 18.88 | 23.48 | 41.57 | - |
| YUV | 120.96 | 155.67 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 143 | 170 | 0.65 | 0.16 | 0 | 0.33 | 194.59 | 0.48 | 0.45 |
| Hex | 3B | 8F | AA | 41 | 10 | 0 | 21 | C3 | 30 | 2D |
| Octal | 73 | 217 | 252 | 101 | 20 | 0 | 41 | 303 | 60 | 55 |
| Binary | 111011 | 10001111 | 10101010 | 1000001 | 10000 | 0 | 100001 | 11000011 | 110000 | 101101 |
Color Harmonies of #3B8FAA
Complementary color
Monochromatic Colors of #3B8FAA
Black with #3B8FAA
Text Example
Text Example
White with #3B8FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8FAA; }
p { color: rgb(59,143,170); }
H1.HeaderClassName
{
color: #3B8FAA;
}
.AnyTagClassName
{
color: #3B8FAA;
}
</style>
background-color css
<style>
a { background-color: #3B8FAA; }
a { background-color: rgb(59,143,170); }
div.DivClassName
{
background-color: #3B8FAA;
}
.BgClassName
{
background-color: #3B8FAA;
}
</style>
border-color css
<style>
span { border-color: #3B8FAA; }
span { border-color: rgb(59,143,170); }
td.TdClassName
{
border-color: #3B8FAA;
}
.TagClassName
{
border-color: #3B8FAA;
}
</style>