Shades of Boston Blue #3F9FBC
Tints of Boston Blue #3F9FBC
RGB
CMYK
RGB Variations
Color information
#3F9FBC (or 0x3F9FBC) is known color: Boston Blue. HEX triplet: 3F, 9F and BC. RGB value is (63,159,188). Sum of RGB (Red+Green+Blue) = 63+159+188=410 (54% of max value = 765). Red value is 63 (25% from 255 or 15.37% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F9FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9FBC is #C06043. Grayscale: #858585. Windows color (decimal): -12607556 or 12361535. OLE color: 12361535.
HSL color Cylindrical-coordinate representation of color #3F9FBC: hue angle of 193.92º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F9FBC is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 159 | 188 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.26 |
| HSL | 193.92º | 0.5% | 0.49% | - |
| HSV(B) | 193.92º | 0.66% | 0.74% | - |
| XYZ | 23.53 | 29.48 | 52.03 | - |
| YUV | 133.6 | 158.7 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 159 | 188 | 0.66 | 0.15 | 0 | 0.26 | 193.92 | 0.5 | 0.49 |
| Hex | 3F | 9F | BC | 42 | F | 0 | 1A | C2 | 32 | 31 |
| Octal | 77 | 237 | 274 | 102 | 17 | 0 | 32 | 302 | 62 | 61 |
| Binary | 111111 | 10011111 | 10111100 | 1000010 | 1111 | 0 | 11010 | 11000010 | 110010 | 110001 |
Color Harmonies of #3F9FBC
Complementary color
Monochromatic Colors of #3F9FBC
Black with #3F9FBC
Text Example
Text Example
White with #3F9FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9FBC; }
p { color: rgb(63,159,188); }
H1.HeaderClassName
{
color: #3F9FBC;
}
.AnyTagClassName
{
color: #3F9FBC;
}
</style>
background-color css
<style>
a { background-color: #3F9FBC; }
a { background-color: rgb(63,159,188); }
div.DivClassName
{
background-color: #3F9FBC;
}
.BgClassName
{
background-color: #3F9FBC;
}
</style>
border-color css
<style>
span { border-color: #3F9FBC; }
span { border-color: rgb(63,159,188); }
td.TdClassName
{
border-color: #3F9FBC;
}
.TagClassName
{
border-color: #3F9FBC;
}
</style>