Shades of Boston Blue #3F9EBB
Tints of Boston Blue #3F9EBB
RGB
CMYK
RGB Variations
Color information
#3F9EBB (or 0x3F9EBB) is known color: Boston Blue. HEX triplet: 3F, 9E and BB. RGB value is (63,158,187). Sum of RGB (Red+Green+Blue) = 63+158+187=408 (54% of max value = 765). Red value is 63 (25% from 255 or 15.44% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F9EBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9EBB is #C06144. Grayscale: #848484. Windows color (decimal): -12607813 or 12295743. OLE color: 12295743.
HSL color Cylindrical-coordinate representation of color #3F9EBB: hue angle of 194.03º 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 #3F9EBB is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 158 | 187 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.27 |
| HSL | 194.03º | 0.5% | 0.49% | - |
| HSV(B) | 194.03º | 0.66% | 0.73% | - |
| XYZ | 23.25 | 29.1 | 51.41 | - |
| YUV | 132.9 | 158.53 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 158 | 187 | 0.66 | 0.16 | 0 | 0.27 | 194.03 | 0.5 | 0.49 |
| Hex | 3F | 9E | BB | 42 | 10 | 0 | 1B | C2 | 32 | 31 |
| Octal | 77 | 236 | 273 | 102 | 20 | 0 | 33 | 302 | 62 | 61 |
| Binary | 111111 | 10011110 | 10111011 | 1000010 | 10000 | 0 | 11011 | 11000010 | 110010 | 110001 |
Color Harmonies of #3F9EBB
Complementary color
Monochromatic Colors of #3F9EBB
Black with #3F9EBB
Text Example
Text Example
White with #3F9EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9EBB; }
p { color: rgb(63,158,187); }
H1.HeaderClassName
{
color: #3F9EBB;
}
.AnyTagClassName
{
color: #3F9EBB;
}
</style>
background-color css
<style>
a { background-color: #3F9EBB; }
a { background-color: rgb(63,158,187); }
div.DivClassName
{
background-color: #3F9EBB;
}
.BgClassName
{
background-color: #3F9EBB;
}
</style>
border-color css
<style>
span { border-color: #3F9EBB; }
span { border-color: rgb(63,158,187); }
td.TdClassName
{
border-color: #3F9EBB;
}
.TagClassName
{
border-color: #3F9EBB;
}
</style>