Shades of Boston Blue #3F99AA
Tints of Boston Blue #3F99AA
RGB
CMYK
RGB Variations
Color information
#3F99AA (or 0x3F99AA) is known color: Boston Blue. HEX triplet: 3F, 99 and AA. RGB value is (63,153,170). Sum of RGB (Red+Green+Blue) = 63+153+170=386 (51% of max value = 765). Red value is 63 (25% from 255 or 16.32% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F99AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F99AA is #C06655. Grayscale: #7F7F7F. Windows color (decimal): -12609110 or 11180351. OLE color: 11180351.
HSL color Cylindrical-coordinate representation of color #3F99AA: hue angle of 189.53º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F99AA is Cyan = 0.63, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 153 | 170 | - |
| CMYK | 0.63 | 0.1 | 0 | 0.33 |
| HSL | 189.53º | 0.46% | 0.46% | - |
| HSV(B) | 189.53º | 0.63% | 0.67% | - |
| XYZ | 20.7 | 26.74 | 42.1 | - |
| YUV | 128.03 | 151.68 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 153 | 170 | 0.63 | 0.1 | 0 | 0.33 | 189.53 | 0.46 | 0.46 |
| Hex | 3F | 99 | AA | 3F | A | 0 | 21 | BE | 2E | 2E |
| Octal | 77 | 231 | 252 | 77 | 12 | 0 | 41 | 276 | 56 | 56 |
| Binary | 111111 | 10011001 | 10101010 | 111111 | 1010 | 0 | 100001 | 10111110 | 101110 | 101110 |
Color Harmonies of #3F99AA
Complementary color
Monochromatic Colors of #3F99AA
Black with #3F99AA
Text Example
Text Example
White with #3F99AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F99AA; }
p { color: rgb(63,153,170); }
H1.HeaderClassName
{
color: #3F99AA;
}
.AnyTagClassName
{
color: #3F99AA;
}
</style>
background-color css
<style>
a { background-color: #3F99AA; }
a { background-color: rgb(63,153,170); }
div.DivClassName
{
background-color: #3F99AA;
}
.BgClassName
{
background-color: #3F99AA;
}
</style>
border-color css
<style>
span { border-color: #3F99AA; }
span { border-color: rgb(63,153,170); }
td.TdClassName
{
border-color: #3F99AA;
}
.TagClassName
{
border-color: #3F99AA;
}
</style>