Shades of Boston Blue #3F99BF
Tints of Boston Blue #3F99BF
RGB
CMYK
RGB Variations
Color information
#3F99BF (or 0x3F99BF) is known color: Boston Blue. HEX triplet: 3F, 99 and BF. RGB value is (63,153,191). Sum of RGB (Red+Green+Blue) = 63+153+191=407 (53% of max value = 765). Red value is 63 (25% from 255 or 15.48% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F99BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F99BF is #C06640. Grayscale: #828282. Windows color (decimal): -12609089 or 12556607. OLE color: 12556607.
HSL color Cylindrical-coordinate representation of color #3F99BF: hue angle of 197.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F99BF is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 153 | 191 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.25 |
| HSL | 197.81º | 0.5% | 0.5% | - |
| HSV(B) | 197.81º | 0.67% | 0.75% | - |
| XYZ | 22.85 | 27.6 | 53.41 | - |
| YUV | 130.42 | 162.18 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 153 | 191 | 0.67 | 0.20 | 0 | 0.25 | 197.81 | 0.5 | 0.5 |
| Hex | 3F | 99 | BF | 43 | 14 | 0 | 19 | C6 | 32 | 32 |
| Octal | 77 | 231 | 277 | 103 | 24 | 0 | 31 | 306 | 62 | 62 |
| Binary | 111111 | 10011001 | 10111111 | 1000011 | 10100 | 0 | 11001 | 11000110 | 110010 | 110010 |
Color Harmonies of #3F99BF
Complementary color
Monochromatic Colors of #3F99BF
Black with #3F99BF
Text Example
Text Example
White with #3F99BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F99BF; }
p { color: rgb(63,153,191); }
H1.HeaderClassName
{
color: #3F99BF;
}
.AnyTagClassName
{
color: #3F99BF;
}
</style>
background-color css
<style>
a { background-color: #3F99BF; }
a { background-color: rgb(63,153,191); }
div.DivClassName
{
background-color: #3F99BF;
}
.BgClassName
{
background-color: #3F99BF;
}
</style>
border-color css
<style>
span { border-color: #3F99BF; }
span { border-color: rgb(63,153,191); }
td.TdClassName
{
border-color: #3F99BF;
}
.TagClassName
{
border-color: #3F99BF;
}
</style>