Shades of Boston Blue #3F9EAA
Tints of Boston Blue #3F9EAA
RGB
CMYK
RGB Variations
Color information
#3F9EAA (or 0x3F9EAA) is known color: Boston Blue. HEX triplet: 3F, 9E and AA. RGB value is (63,158,170). Sum of RGB (Red+Green+Blue) = 63+158+170=391 (51% of max value = 765). Red value is 63 (25% from 255 or 16.11% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F9EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9EAA is #C06155. Grayscale: #828282. Windows color (decimal): -12607830 or 11181631. OLE color: 11181631.
HSL color Cylindrical-coordinate representation of color #3F9EAA: hue angle of 186.73º 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 #3F9EAA is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 158 | 170 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.33 |
| HSL | 186.73º | 0.46% | 0.46% | - |
| HSV(B) | 186.73º | 0.63% | 0.67% | - |
| XYZ | 21.53 | 28.41 | 42.38 | - |
| YUV | 130.96 | 150.03 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 158 | 170 | 0.63 | 0.07 | 0 | 0.33 | 186.73 | 0.46 | 0.46 |
| Hex | 3F | 9E | AA | 3F | 7 | 0 | 21 | BB | 2E | 2E |
| Octal | 77 | 236 | 252 | 77 | 7 | 0 | 41 | 273 | 56 | 56 |
| Binary | 111111 | 10011110 | 10101010 | 111111 | 111 | 0 | 100001 | 10111011 | 101110 | 101110 |
Color Harmonies of #3F9EAA
Complementary color
Monochromatic Colors of #3F9EAA
Black with #3F9EAA
Text Example
Text Example
White with #3F9EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9EAA; }
p { color: rgb(63,158,170); }
H1.HeaderClassName
{
color: #3F9EAA;
}
.AnyTagClassName
{
color: #3F9EAA;
}
</style>
background-color css
<style>
a { background-color: #3F9EAA; }
a { background-color: rgb(63,158,170); }
div.DivClassName
{
background-color: #3F9EAA;
}
.BgClassName
{
background-color: #3F9EAA;
}
</style>
border-color css
<style>
span { border-color: #3F9EAA; }
span { border-color: rgb(63,158,170); }
td.TdClassName
{
border-color: #3F9EAA;
}
.TagClassName
{
border-color: #3F9EAA;
}
</style>