Shades of Boston Blue #3F9AAA
Tints of Boston Blue #3F9AAA
RGB
CMYK
RGB Variations
Color information
#3F9AAA (or 0x3F9AAA) is known color: Boston Blue. HEX triplet: 3F, 9A and AA. RGB value is (63,154,170). Sum of RGB (Red+Green+Blue) = 63+154+170=387 (51% of max value = 765). Red value is 63 (25% from 255 or 16.28% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F9AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9AAA is #C06555. Grayscale: #808080. Windows color (decimal): -12608854 or 11180607. OLE color: 11180607.
HSL color Cylindrical-coordinate representation of color #3F9AAA: hue angle of 188.97º 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 #3F9AAA is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 154 | 170 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.33 |
| HSL | 188.97º | 0.46% | 0.46% | - |
| HSV(B) | 188.97º | 0.63% | 0.67% | - |
| XYZ | 20.86 | 27.07 | 42.16 | - |
| YUV | 128.62 | 151.35 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 154 | 170 | 0.63 | 0.09 | 0 | 0.33 | 188.97 | 0.46 | 0.46 |
| Hex | 3F | 9A | AA | 3F | 9 | 0 | 21 | BD | 2E | 2E |
| Octal | 77 | 232 | 252 | 77 | 11 | 0 | 41 | 275 | 56 | 56 |
| Binary | 111111 | 10011010 | 10101010 | 111111 | 1001 | 0 | 100001 | 10111101 | 101110 | 101110 |
Color Harmonies of #3F9AAA
Complementary color
Monochromatic Colors of #3F9AAA
Black with #3F9AAA
Text Example
Text Example
White with #3F9AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9AAA; }
p { color: rgb(63,154,170); }
H1.HeaderClassName
{
color: #3F9AAA;
}
.AnyTagClassName
{
color: #3F9AAA;
}
</style>
background-color css
<style>
a { background-color: #3F9AAA; }
a { background-color: rgb(63,154,170); }
div.DivClassName
{
background-color: #3F9AAA;
}
.BgClassName
{
background-color: #3F9AAA;
}
</style>
border-color css
<style>
span { border-color: #3F9AAA; }
span { border-color: rgb(63,154,170); }
td.TdClassName
{
border-color: #3F9AAA;
}
.TagClassName
{
border-color: #3F9AAA;
}
</style>