Shades of Boston Blue #3F9FAC
Tints of Boston Blue #3F9FAC
RGB
CMYK
RGB Variations
Color information
#3F9FAC (or 0x3F9FAC) is known color: Boston Blue. HEX triplet: 3F, 9F and AC. RGB value is (63,159,172). Sum of RGB (Red+Green+Blue) = 63+159+172=394 (52% of max value = 765). Red value is 63 (25% from 255 or 15.99% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F9FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9FAC is #C06053. Grayscale: #838383. Windows color (decimal): -12607572 or 11312959. OLE color: 11312959.
HSL color Cylindrical-coordinate representation of color #3F9FAC: hue angle of 187.16º 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 #3F9FAC is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 159 | 172 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.33 |
| HSL | 187.16º | 0.46% | 0.46% | - |
| HSV(B) | 187.16º | 0.63% | 0.67% | - |
| XYZ | 21.89 | 28.83 | 43.44 | - |
| YUV | 131.78 | 150.7 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 159 | 172 | 0.63 | 0.08 | 0 | 0.33 | 187.16 | 0.46 | 0.46 |
| Hex | 3F | 9F | AC | 3F | 8 | 0 | 21 | BB | 2E | 2E |
| Octal | 77 | 237 | 254 | 77 | 10 | 0 | 41 | 273 | 56 | 56 |
| Binary | 111111 | 10011111 | 10101100 | 111111 | 1000 | 0 | 100001 | 10111011 | 101110 | 101110 |
Color Harmonies of #3F9FAC
Complementary color
Monochromatic Colors of #3F9FAC
Black with #3F9FAC
Text Example
Text Example
White with #3F9FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9FAC; }
p { color: rgb(63,159,172); }
H1.HeaderClassName
{
color: #3F9FAC;
}
.AnyTagClassName
{
color: #3F9FAC;
}
</style>
background-color css
<style>
a { background-color: #3F9FAC; }
a { background-color: rgb(63,159,172); }
div.DivClassName
{
background-color: #3F9FAC;
}
.BgClassName
{
background-color: #3F9FAC;
}
</style>
border-color css
<style>
span { border-color: #3F9FAC; }
span { border-color: rgb(63,159,172); }
td.TdClassName
{
border-color: #3F9FAC;
}
.TagClassName
{
border-color: #3F9FAC;
}
</style>