Shades of Boston Blue #3FA2B6
Tints of Boston Blue #3FA2B6
RGB
CMYK
RGB Variations
Color information
#3FA2B6 (or 0x3FA2B6) is known color: Boston Blue. HEX triplet: 3F, A2 and B6. RGB value is (63,162,182). Sum of RGB (Red+Green+Blue) = 63+162+182=407 (53% of max value = 765). Red value is 63 (25% from 255 or 15.48% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 182 - color contains mainly: blue. Hex color #3FA2B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA2B6 is #C05D49. Grayscale: #868686. Windows color (decimal): -12606794 or 11969087. OLE color: 11969087.
HSL color Cylindrical-coordinate representation of color #3FA2B6: hue angle of 190.08º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FA2B6 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 162 | 182 | - |
| CMYK | 0.65 | 0.11 | 0 | 0.29 |
| HSL | 190.08º | 0.49% | 0.48% | - |
| HSV(B) | 190.08º | 0.65% | 0.71% | - |
| XYZ | 23.41 | 30.27 | 48.87 | - |
| YUV | 134.68 | 154.7 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 162 | 182 | 0.65 | 0.11 | 0 | 0.29 | 190.08 | 0.49 | 0.48 |
| Hex | 3F | A2 | B6 | 41 | B | 0 | 1D | BE | 31 | 30 |
| Octal | 77 | 242 | 266 | 101 | 13 | 0 | 35 | 276 | 61 | 60 |
| Binary | 111111 | 10100010 | 10110110 | 1000001 | 1011 | 0 | 11101 | 10111110 | 110001 | 110000 |
Color Harmonies of #3FA2B6
Complementary color
Monochromatic Colors of #3FA2B6
Black with #3FA2B6
Text Example
Text Example
White with #3FA2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA2B6; }
p { color: rgb(63,162,182); }
H1.HeaderClassName
{
color: #3FA2B6;
}
.AnyTagClassName
{
color: #3FA2B6;
}
</style>
background-color css
<style>
a { background-color: #3FA2B6; }
a { background-color: rgb(63,162,182); }
div.DivClassName
{
background-color: #3FA2B6;
}
.BgClassName
{
background-color: #3FA2B6;
}
</style>
border-color css
<style>
span { border-color: #3FA2B6; }
span { border-color: rgb(63,162,182); }
td.TdClassName
{
border-color: #3FA2B6;
}
.TagClassName
{
border-color: #3FA2B6;
}
</style>