Shades of Boston Blue #3F9CAA
Tints of Boston Blue #3F9CAA
RGB
CMYK
RGB Variations
Color information
#3F9CAA (or 0x3F9CAA) is known color: Boston Blue. HEX triplet: 3F, 9C and AA. RGB value is (63,156,170). Sum of RGB (Red+Green+Blue) = 63+156+170=389 (51% of max value = 765). Red value is 63 (25% from 255 or 16.20% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F9CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9CAA is #C06355. Grayscale: #818181. Windows color (decimal): -12608342 or 11181119. OLE color: 11181119.
HSL color Cylindrical-coordinate representation of color #3F9CAA: hue angle of 187.85º 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 #3F9CAA is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 156 | 170 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.33 |
| HSL | 187.85º | 0.46% | 0.46% | - |
| HSV(B) | 187.85º | 0.63% | 0.67% | - |
| XYZ | 21.19 | 27.74 | 42.27 | - |
| YUV | 129.79 | 150.69 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 156 | 170 | 0.63 | 0.08 | 0 | 0.33 | 187.85 | 0.46 | 0.46 |
| Hex | 3F | 9C | AA | 3F | 8 | 0 | 21 | BC | 2E | 2E |
| Octal | 77 | 234 | 252 | 77 | 10 | 0 | 41 | 274 | 56 | 56 |
| Binary | 111111 | 10011100 | 10101010 | 111111 | 1000 | 0 | 100001 | 10111100 | 101110 | 101110 |
Color Harmonies of #3F9CAA
Complementary color
Monochromatic Colors of #3F9CAA
Black with #3F9CAA
Text Example
Text Example
White with #3F9CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9CAA; }
p { color: rgb(63,156,170); }
H1.HeaderClassName
{
color: #3F9CAA;
}
.AnyTagClassName
{
color: #3F9CAA;
}
</style>
background-color css
<style>
a { background-color: #3F9CAA; }
a { background-color: rgb(63,156,170); }
div.DivClassName
{
background-color: #3F9CAA;
}
.BgClassName
{
background-color: #3F9CAA;
}
</style>
border-color css
<style>
span { border-color: #3F9CAA; }
span { border-color: rgb(63,156,170); }
td.TdClassName
{
border-color: #3F9CAA;
}
.TagClassName
{
border-color: #3F9CAA;
}
</style>