Shades of Boston Blue #3F90B1
Tints of Boston Blue #3F90B1
RGB
CMYK
RGB Variations
Color information
#3F90B1 (or 0x3F90B1) is known color: Boston Blue. HEX triplet: 3F, 90 and B1. RGB value is (63,144,177). Sum of RGB (Red+Green+Blue) = 63+144+177=384 (50% of max value = 765). Red value is 63 (25% from 255 or 16.41% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 177 (69.53% from 255 or 46.09% from 384); Max value from RGB is 177 - color contains mainly: blue. Hex color #3F90B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F90B1 is #C06F4E. Grayscale: #7B7B7B. Windows color (decimal): -12611407 or 11636799. OLE color: 11636799.
HSL color Cylindrical-coordinate representation of color #3F90B1: hue angle of 197.37º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F90B1 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 144 | 177 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.31 |
| HSL | 197.37º | 0.48% | 0.47% | - |
| HSV(B) | 197.37º | 0.64% | 0.69% | - |
| XYZ | 19.96 | 24.18 | 45.21 | - |
| YUV | 123.54 | 158.16 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 144 | 177 | 0.64 | 0.19 | 0 | 0.31 | 197.37 | 0.48 | 0.47 |
| Hex | 3F | 90 | B1 | 40 | 13 | 0 | 1F | C5 | 30 | 2F |
| Octal | 77 | 220 | 261 | 100 | 23 | 0 | 37 | 305 | 60 | 57 |
| Binary | 111111 | 10010000 | 10110001 | 1000000 | 10011 | 0 | 11111 | 11000101 | 110000 | 101111 |
Color Harmonies of #3F90B1
Complementary color
Monochromatic Colors of #3F90B1
Black with #3F90B1
Text Example
Text Example
White with #3F90B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F90B1; }
p { color: rgb(63,144,177); }
H1.HeaderClassName
{
color: #3F90B1;
}
.AnyTagClassName
{
color: #3F90B1;
}
</style>
background-color css
<style>
a { background-color: #3F90B1; }
a { background-color: rgb(63,144,177); }
div.DivClassName
{
background-color: #3F90B1;
}
.BgClassName
{
background-color: #3F90B1;
}
</style>
border-color css
<style>
span { border-color: #3F90B1; }
span { border-color: rgb(63,144,177); }
td.TdClassName
{
border-color: #3F90B1;
}
.TagClassName
{
border-color: #3F90B1;
}
</style>