Shades of Boston Blue #3B99AA
Tints of Boston Blue #3B99AA
RGB
CMYK
RGB Variations
Color information
#3B99AA (or 0x3B99AA) is known color: Boston Blue. HEX triplet: 3B, 99 and AA. RGB value is (59,153,170). Sum of RGB (Red+Green+Blue) = 59+153+170=382 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.45% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B99AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B99AA is #C46655. Grayscale: #7E7E7E. Windows color (decimal): -12871254 or 11180347. OLE color: 11180347.
HSL color Cylindrical-coordinate representation of color #3B99AA: hue angle of 189.19º 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 #3B99AA is Cyan = 0.65, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 153 | 170 | - |
| CMYK | 0.65 | 0.1 | 0 | 0.33 |
| HSL | 189.19º | 0.48% | 0.45% | - |
| HSV(B) | 189.19º | 0.65% | 0.67% | - |
| XYZ | 20.45 | 26.61 | 42.09 | - |
| YUV | 126.83 | 152.36 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 153 | 170 | 0.65 | 0.1 | 0 | 0.33 | 189.19 | 0.48 | 0.45 |
| Hex | 3B | 99 | AA | 41 | A | 0 | 21 | BD | 30 | 2D |
| Octal | 73 | 231 | 252 | 101 | 12 | 0 | 41 | 275 | 60 | 55 |
| Binary | 111011 | 10011001 | 10101010 | 1000001 | 1010 | 0 | 100001 | 10111101 | 110000 | 101101 |
Color Harmonies of #3B99AA
Complementary color
Monochromatic Colors of #3B99AA
Black with #3B99AA
Text Example
Text Example
White with #3B99AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B99AA; }
p { color: rgb(59,153,170); }
H1.HeaderClassName
{
color: #3B99AA;
}
.AnyTagClassName
{
color: #3B99AA;
}
</style>
background-color css
<style>
a { background-color: #3B99AA; }
a { background-color: rgb(59,153,170); }
div.DivClassName
{
background-color: #3B99AA;
}
.BgClassName
{
background-color: #3B99AA;
}
</style>
border-color css
<style>
span { border-color: #3B99AA; }
span { border-color: rgb(59,153,170); }
td.TdClassName
{
border-color: #3B99AA;
}
.TagClassName
{
border-color: #3B99AA;
}
</style>