Shades of Boston Blue #3F9DB9
Tints of Boston Blue #3F9DB9
RGB
CMYK
RGB Variations
Color information
#3F9DB9 (or 0x3F9DB9) is known color: Boston Blue. HEX triplet: 3F, 9D and B9. RGB value is (63,157,185). Sum of RGB (Red+Green+Blue) = 63+157+185=405 (53% of max value = 765). Red value is 63 (25% from 255 or 15.56% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 185 (72.66% from 255 or 45.68% from 405); Max value from RGB is 185 - color contains mainly: blue. Hex color #3F9DB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9DB9 is #C06246. Grayscale: #838383. Windows color (decimal): -12608071 or 12164415. OLE color: 12164415.
HSL color Cylindrical-coordinate representation of color #3F9DB9: hue angle of 193.77º degrees, saturation: 0.49, 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 #3F9DB9 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 157 | 185 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.27 |
| HSL | 193.77º | 0.49% | 0.49% | - |
| HSV(B) | 193.77º | 0.66% | 0.73% | - |
| XYZ | 22.86 | 28.67 | 50.23 | - |
| YUV | 132.09 | 157.86 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 157 | 185 | 0.66 | 0.15 | 0 | 0.27 | 193.77 | 0.49 | 0.49 |
| Hex | 3F | 9D | B9 | 42 | F | 0 | 1B | C2 | 31 | 31 |
| Octal | 77 | 235 | 271 | 102 | 17 | 0 | 33 | 302 | 61 | 61 |
| Binary | 111111 | 10011101 | 10111001 | 1000010 | 1111 | 0 | 11011 | 11000010 | 110001 | 110001 |
Color Harmonies of #3F9DB9
Complementary color
Monochromatic Colors of #3F9DB9
Black with #3F9DB9
Text Example
Text Example
White with #3F9DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9DB9; }
p { color: rgb(63,157,185); }
H1.HeaderClassName
{
color: #3F9DB9;
}
.AnyTagClassName
{
color: #3F9DB9;
}
</style>
background-color css
<style>
a { background-color: #3F9DB9; }
a { background-color: rgb(63,157,185); }
div.DivClassName
{
background-color: #3F9DB9;
}
.BgClassName
{
background-color: #3F9DB9;
}
</style>
border-color css
<style>
span { border-color: #3F9DB9; }
span { border-color: rgb(63,157,185); }
td.TdClassName
{
border-color: #3F9DB9;
}
.TagClassName
{
border-color: #3F9DB9;
}
</style>