Shades of Boston Blue #3F9FBB
Tints of Boston Blue #3F9FBB
RGB
CMYK
RGB Variations
Color information
#3F9FBB (or 0x3F9FBB) is known color: Boston Blue. HEX triplet: 3F, 9F and BB. RGB value is (63,159,187). Sum of RGB (Red+Green+Blue) = 63+159+187=409 (54% of max value = 765). Red value is 63 (25% from 255 or 15.40% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F9FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9FBB is #C06044. Grayscale: #858585. Windows color (decimal): -12607557 or 12295999. OLE color: 12295999.
HSL color Cylindrical-coordinate representation of color #3F9FBB: hue angle of 193.55º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F9FBB is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 159 | 187 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.27 |
| HSL | 193.55º | 0.5% | 0.49% | - |
| HSV(B) | 193.55º | 0.66% | 0.73% | - |
| XYZ | 23.42 | 29.44 | 51.46 | - |
| YUV | 133.49 | 158.2 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 159 | 187 | 0.66 | 0.15 | 0 | 0.27 | 193.55 | 0.5 | 0.49 |
| Hex | 3F | 9F | BB | 42 | F | 0 | 1B | C2 | 32 | 31 |
| Octal | 77 | 237 | 273 | 102 | 17 | 0 | 33 | 302 | 62 | 61 |
| Binary | 111111 | 10011111 | 10111011 | 1000010 | 1111 | 0 | 11011 | 11000010 | 110010 | 110001 |
Color Harmonies of #3F9FBB
Complementary color
Monochromatic Colors of #3F9FBB
Black with #3F9FBB
Text Example
Text Example
White with #3F9FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9FBB; }
p { color: rgb(63,159,187); }
H1.HeaderClassName
{
color: #3F9FBB;
}
.AnyTagClassName
{
color: #3F9FBB;
}
</style>
background-color css
<style>
a { background-color: #3F9FBB; }
a { background-color: rgb(63,159,187); }
div.DivClassName
{
background-color: #3F9FBB;
}
.BgClassName
{
background-color: #3F9FBB;
}
</style>
border-color css
<style>
span { border-color: #3F9FBB; }
span { border-color: rgb(63,159,187); }
td.TdClassName
{
border-color: #3F9FBB;
}
.TagClassName
{
border-color: #3F9FBB;
}
</style>