Shades of Boston Blue #3B8AAF
Tints of Boston Blue #3B8AAF
RGB
CMYK
RGB Variations
Color information
#3B8AAF (or 0x3B8AAF) is known color: Boston Blue. HEX triplet: 3B, 8A and AF. RGB value is (59,138,175). Sum of RGB (Red+Green+Blue) = 59+138+175=372 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.86% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #3B8AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8AAF is #C47550. Grayscale: #767676. Windows color (decimal): -12875089 or 11504187. OLE color: 11504187.
HSL color Cylindrical-coordinate representation of color #3B8AAF: hue angle of 199.14º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B8AAF is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 138 | 175 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.31 |
| HSL | 199.14º | 0.5% | 0.46% | - |
| HSV(B) | 199.14º | 0.66% | 0.69% | - |
| XYZ | 18.63 | 22.2 | 43.86 | - |
| YUV | 118.6 | 159.83 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 138 | 175 | 0.66 | 0.21 | 0 | 0.31 | 199.14 | 0.5 | 0.46 |
| Hex | 3B | 8A | AF | 42 | 15 | 0 | 1F | C7 | 32 | 2E |
| Octal | 73 | 212 | 257 | 102 | 25 | 0 | 37 | 307 | 62 | 56 |
| Binary | 111011 | 10001010 | 10101111 | 1000010 | 10101 | 0 | 11111 | 11000111 | 110010 | 101110 |
Color Harmonies of #3B8AAF
Complementary color
Monochromatic Colors of #3B8AAF
Black with #3B8AAF
Text Example
Text Example
White with #3B8AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8AAF; }
p { color: rgb(59,138,175); }
H1.HeaderClassName
{
color: #3B8AAF;
}
.AnyTagClassName
{
color: #3B8AAF;
}
</style>
background-color css
<style>
a { background-color: #3B8AAF; }
a { background-color: rgb(59,138,175); }
div.DivClassName
{
background-color: #3B8AAF;
}
.BgClassName
{
background-color: #3B8AAF;
}
</style>
border-color css
<style>
span { border-color: #3B8AAF; }
span { border-color: rgb(59,138,175); }
td.TdClassName
{
border-color: #3B8AAF;
}
.TagClassName
{
border-color: #3B8AAF;
}
</style>