Shades of Boston Blue #3B8CAF
Tints of Boston Blue #3B8CAF
RGB
CMYK
RGB Variations
Color information
#3B8CAF (or 0x3B8CAF) is known color: Boston Blue. HEX triplet: 3B, 8C and AF. RGB value is (59,140,175). Sum of RGB (Red+Green+Blue) = 59+140+175=374 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.78% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #3B8CAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8CAF is #C47350. Grayscale: #777777. Windows color (decimal): -12874577 or 11504699. OLE color: 11504699.
HSL color Cylindrical-coordinate representation of color #3B8CAF: hue angle of 198.1º 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 #3B8CAF is Cyan = 0.66, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 140 | 175 | - |
| CMYK | 0.66 | 0.2 | 0 | 0.31 |
| HSL | 198.1º | 0.5% | 0.46% | - |
| HSV(B) | 198.1º | 0.66% | 0.69% | - |
| XYZ | 18.92 | 22.78 | 43.96 | - |
| YUV | 119.77 | 159.16 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 140 | 175 | 0.66 | 0.2 | 0 | 0.31 | 198.1 | 0.5 | 0.46 |
| Hex | 3B | 8C | AF | 42 | 14 | 0 | 1F | C6 | 32 | 2E |
| Octal | 73 | 214 | 257 | 102 | 24 | 0 | 37 | 306 | 62 | 56 |
| Binary | 111011 | 10001100 | 10101111 | 1000010 | 10100 | 0 | 11111 | 11000110 | 110010 | 101110 |
Color Harmonies of #3B8CAF
Complementary color
Monochromatic Colors of #3B8CAF
Black with #3B8CAF
Text Example
Text Example
White with #3B8CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8CAF; }
p { color: rgb(59,140,175); }
H1.HeaderClassName
{
color: #3B8CAF;
}
.AnyTagClassName
{
color: #3B8CAF;
}
</style>
background-color css
<style>
a { background-color: #3B8CAF; }
a { background-color: rgb(59,140,175); }
div.DivClassName
{
background-color: #3B8CAF;
}
.BgClassName
{
background-color: #3B8CAF;
}
</style>
border-color css
<style>
span { border-color: #3B8CAF; }
span { border-color: rgb(59,140,175); }
td.TdClassName
{
border-color: #3B8CAF;
}
.TagClassName
{
border-color: #3B8CAF;
}
</style>