Shades of Boston Blue #3F9BBC
Tints of Boston Blue #3F9BBC
RGB
CMYK
RGB Variations
Color information
#3F9BBC (or 0x3F9BBC) is known color: Boston Blue. HEX triplet: 3F, 9B and BC. RGB value is (63,155,188). Sum of RGB (Red+Green+Blue) = 63+155+188=406 (53% of max value = 765). Red value is 63 (25% from 255 or 15.52% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F9BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9BBC is #C06443. Grayscale: #838383. Windows color (decimal): -12608580 or 12360511. OLE color: 12360511.
HSL color Cylindrical-coordinate representation of color #3F9BBC: hue angle of 195.84º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F9BBC is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 155 | 188 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.26 |
| HSL | 195.84º | 0.5% | 0.49% | - |
| HSV(B) | 195.84º | 0.66% | 0.74% | - |
| XYZ | 22.85 | 28.13 | 51.8 | - |
| YUV | 131.25 | 160.02 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 155 | 188 | 0.66 | 0.18 | 0 | 0.26 | 195.84 | 0.5 | 0.49 |
| Hex | 3F | 9B | BC | 42 | 12 | 0 | 1A | C4 | 32 | 31 |
| Octal | 77 | 233 | 274 | 102 | 22 | 0 | 32 | 304 | 62 | 61 |
| Binary | 111111 | 10011011 | 10111100 | 1000010 | 10010 | 0 | 11010 | 11000100 | 110010 | 110001 |
Color Harmonies of #3F9BBC
Complementary color
Monochromatic Colors of #3F9BBC
Black with #3F9BBC
Text Example
Text Example
White with #3F9BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9BBC; }
p { color: rgb(63,155,188); }
H1.HeaderClassName
{
color: #3F9BBC;
}
.AnyTagClassName
{
color: #3F9BBC;
}
</style>
background-color css
<style>
a { background-color: #3F9BBC; }
a { background-color: rgb(63,155,188); }
div.DivClassName
{
background-color: #3F9BBC;
}
.BgClassName
{
background-color: #3F9BBC;
}
</style>
border-color css
<style>
span { border-color: #3F9BBC; }
span { border-color: rgb(63,155,188); }
td.TdClassName
{
border-color: #3F9BBC;
}
.TagClassName
{
border-color: #3F9BBC;
}
</style>