Shades of Boston Blue #3F9DBF
Tints of Boston Blue #3F9DBF
RGB
CMYK
RGB Variations
Color information
#3F9DBF (or 0x3F9DBF) is known color: Boston Blue. HEX triplet: 3F, 9D and BF. RGB value is (63,157,191). Sum of RGB (Red+Green+Blue) = 63+157+191=411 (54% of max value = 765). Red value is 63 (25% from 255 or 15.33% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F9DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9DBF is #C06240. Grayscale: #848484. Windows color (decimal): -12608065 or 12557631. OLE color: 12557631.
HSL color Cylindrical-coordinate representation of color #3F9DBF: hue angle of 195.94º 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 #3F9DBF is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 157 | 191 | - |
| CMYK | 0.67 | 0.18 | 0 | 0.25 |
| HSL | 195.94º | 0.5% | 0.5% | - |
| HSV(B) | 195.94º | 0.67% | 0.75% | - |
| XYZ | 23.51 | 28.93 | 53.64 | - |
| YUV | 132.77 | 160.86 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 157 | 191 | 0.67 | 0.18 | 0 | 0.25 | 195.94 | 0.5 | 0.5 |
| Hex | 3F | 9D | BF | 43 | 12 | 0 | 19 | C4 | 32 | 32 |
| Octal | 77 | 235 | 277 | 103 | 22 | 0 | 31 | 304 | 62 | 62 |
| Binary | 111111 | 10011101 | 10111111 | 1000011 | 10010 | 0 | 11001 | 11000100 | 110010 | 110010 |
Color Harmonies of #3F9DBF
Complementary color
Monochromatic Colors of #3F9DBF
Black with #3F9DBF
Text Example
Text Example
White with #3F9DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9DBF; }
p { color: rgb(63,157,191); }
H1.HeaderClassName
{
color: #3F9DBF;
}
.AnyTagClassName
{
color: #3F9DBF;
}
</style>
background-color css
<style>
a { background-color: #3F9DBF; }
a { background-color: rgb(63,157,191); }
div.DivClassName
{
background-color: #3F9DBF;
}
.BgClassName
{
background-color: #3F9DBF;
}
</style>
border-color css
<style>
span { border-color: #3F9DBF; }
span { border-color: rgb(63,157,191); }
td.TdClassName
{
border-color: #3F9DBF;
}
.TagClassName
{
border-color: #3F9DBF;
}
</style>