Shades of Boston Blue #3F9ABB
Tints of Boston Blue #3F9ABB
RGB
CMYK
RGB Variations
Color information
#3F9ABB (or 0x3F9ABB) is known color: Boston Blue. HEX triplet: 3F, 9A and BB. RGB value is (63,154,187). Sum of RGB (Red+Green+Blue) = 63+154+187=404 (53% of max value = 765). Red value is 63 (25% from 255 or 15.59% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F9ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9ABB is #C06544. Grayscale: #828282. Windows color (decimal): -12608837 or 12294719. OLE color: 12294719.
HSL color Cylindrical-coordinate representation of color #3F9ABB: hue angle of 195.97º 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 #3F9ABB is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 154 | 187 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.27 |
| HSL | 195.97º | 0.5% | 0.49% | - |
| HSV(B) | 195.97º | 0.66% | 0.73% | - |
| XYZ | 22.58 | 27.76 | 51.18 | - |
| YUV | 130.55 | 159.85 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 154 | 187 | 0.66 | 0.18 | 0 | 0.27 | 195.97 | 0.5 | 0.49 |
| Hex | 3F | 9A | BB | 42 | 12 | 0 | 1B | C4 | 32 | 31 |
| Octal | 77 | 232 | 273 | 102 | 22 | 0 | 33 | 304 | 62 | 61 |
| Binary | 111111 | 10011010 | 10111011 | 1000010 | 10010 | 0 | 11011 | 11000100 | 110010 | 110001 |
Color Harmonies of #3F9ABB
Complementary color
Monochromatic Colors of #3F9ABB
Black with #3F9ABB
Text Example
Text Example
White with #3F9ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9ABB; }
p { color: rgb(63,154,187); }
H1.HeaderClassName
{
color: #3F9ABB;
}
.AnyTagClassName
{
color: #3F9ABB;
}
</style>
background-color css
<style>
a { background-color: #3F9ABB; }
a { background-color: rgb(63,154,187); }
div.DivClassName
{
background-color: #3F9ABB;
}
.BgClassName
{
background-color: #3F9ABB;
}
</style>
border-color css
<style>
span { border-color: #3F9ABB; }
span { border-color: rgb(63,154,187); }
td.TdClassName
{
border-color: #3F9ABB;
}
.TagClassName
{
border-color: #3F9ABB;
}
</style>