Shades of Boston Blue #3F9DBE
Tints of Boston Blue #3F9DBE
RGB
CMYK
RGB Variations
Color information
#3F9DBE (or 0x3F9DBE) is known color: Boston Blue. HEX triplet: 3F, 9D and BE. RGB value is (63,157,190). Sum of RGB (Red+Green+Blue) = 63+157+190=410 (54% of max value = 765). Red value is 63 (25% from 255 or 15.37% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F9DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9DBE is #C06241. Grayscale: #848484. Windows color (decimal): -12608066 or 12492095. OLE color: 12492095.
HSL color Cylindrical-coordinate representation of color #3F9DBE: hue angle of 195.59º 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 #3F9DBE is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 157 | 190 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.25 |
| HSL | 195.59º | 0.5% | 0.5% | - |
| HSV(B) | 195.59º | 0.67% | 0.75% | - |
| XYZ | 23.4 | 28.89 | 53.06 | - |
| YUV | 132.66 | 160.36 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 157 | 190 | 0.67 | 0.17 | 0 | 0.25 | 195.59 | 0.5 | 0.5 |
| Hex | 3F | 9D | BE | 43 | 11 | 0 | 19 | C4 | 32 | 32 |
| Octal | 77 | 235 | 276 | 103 | 21 | 0 | 31 | 304 | 62 | 62 |
| Binary | 111111 | 10011101 | 10111110 | 1000011 | 10001 | 0 | 11001 | 11000100 | 110010 | 110010 |
Color Harmonies of #3F9DBE
Complementary color
Monochromatic Colors of #3F9DBE
Black with #3F9DBE
Text Example
Text Example
White with #3F9DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9DBE; }
p { color: rgb(63,157,190); }
H1.HeaderClassName
{
color: #3F9DBE;
}
.AnyTagClassName
{
color: #3F9DBE;
}
</style>
background-color css
<style>
a { background-color: #3F9DBE; }
a { background-color: rgb(63,157,190); }
div.DivClassName
{
background-color: #3F9DBE;
}
.BgClassName
{
background-color: #3F9DBE;
}
</style>
border-color css
<style>
span { border-color: #3F9DBE; }
span { border-color: rgb(63,157,190); }
td.TdClassName
{
border-color: #3F9DBE;
}
.TagClassName
{
border-color: #3F9DBE;
}
</style>