Shades of Boston Blue #3F8FAB
Tints of Boston Blue #3F8FAB
RGB
CMYK
RGB Variations
Color information
#3F8FAB (or 0x3F8FAB) is known color: Boston Blue. HEX triplet: 3F, 8F and AB. RGB value is (63,143,171). Sum of RGB (Red+Green+Blue) = 63+143+171=377 (49% of max value = 765). Red value is 63 (25% from 255 or 16.71% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F8FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8FAB is #C07054. Grayscale: #7A7A7A. Windows color (decimal): -12611669 or 11243327. OLE color: 11243327.
HSL color Cylindrical-coordinate representation of color #3F8FAB: hue angle of 195.56º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F8FAB is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 143 | 171 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.33 |
| HSL | 195.56º | 0.46% | 0.46% | - |
| HSV(B) | 195.56º | 0.63% | 0.67% | - |
| XYZ | 19.22 | 23.64 | 42.08 | - |
| YUV | 122.27 | 155.5 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 143 | 171 | 0.63 | 0.16 | 0 | 0.33 | 195.56 | 0.46 | 0.46 |
| Hex | 3F | 8F | AB | 3F | 10 | 0 | 21 | C4 | 2E | 2E |
| Octal | 77 | 217 | 253 | 77 | 20 | 0 | 41 | 304 | 56 | 56 |
| Binary | 111111 | 10001111 | 10101011 | 111111 | 10000 | 0 | 100001 | 11000100 | 101110 | 101110 |
Color Harmonies of #3F8FAB
Complementary color
Monochromatic Colors of #3F8FAB
Black with #3F8FAB
Text Example
Text Example
White with #3F8FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8FAB; }
p { color: rgb(63,143,171); }
H1.HeaderClassName
{
color: #3F8FAB;
}
.AnyTagClassName
{
color: #3F8FAB;
}
</style>
background-color css
<style>
a { background-color: #3F8FAB; }
a { background-color: rgb(63,143,171); }
div.DivClassName
{
background-color: #3F8FAB;
}
.BgClassName
{
background-color: #3F8FAB;
}
</style>
border-color css
<style>
span { border-color: #3F8FAB; }
span { border-color: rgb(63,143,171); }
td.TdClassName
{
border-color: #3F8FAB;
}
.TagClassName
{
border-color: #3F8FAB;
}
</style>