Shades of Boston Blue #3FA5AC
Tints of Boston Blue #3FA5AC
RGB
CMYK
RGB Variations
Color information
#3FA5AC (or 0x3FA5AC) is known color: Boston Blue. HEX triplet: 3F, A5 and AC. RGB value is (63,165,172). Sum of RGB (Red+Green+Blue) = 63+165+172=400 (52% of max value = 765). Red value is 63 (25% from 255 or 15.75% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #3FA5AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA5AC is #C05A53. Grayscale: #878787. Windows color (decimal): -12606036 or 11314495. OLE color: 11314495.
HSL color Cylindrical-coordinate representation of color #3FA5AC: hue angle of 183.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 #3FA5AC is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 165 | 172 | - |
| CMYK | 0.63 | 0.04 | 0 | 0.33 |
| HSL | 183.85º | 0.46% | 0.46% | - |
| HSV(B) | 183.85º | 0.63% | 0.67% | - |
| XYZ | 22.95 | 30.95 | 43.79 | - |
| YUV | 135.3 | 148.71 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 165 | 172 | 0.63 | 0.04 | 0 | 0.33 | 183.85 | 0.46 | 0.46 |
| Hex | 3F | A5 | AC | 3F | 4 | 0 | 21 | B8 | 2E | 2E |
| Octal | 77 | 245 | 254 | 77 | 4 | 0 | 41 | 270 | 56 | 56 |
| Binary | 111111 | 10100101 | 10101100 | 111111 | 100 | 0 | 100001 | 10111000 | 101110 | 101110 |
Color Harmonies of #3FA5AC
Complementary color
Monochromatic Colors of #3FA5AC
Black with #3FA5AC
Text Example
Text Example
White with #3FA5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA5AC; }
p { color: rgb(63,165,172); }
H1.HeaderClassName
{
color: #3FA5AC;
}
.AnyTagClassName
{
color: #3FA5AC;
}
</style>
background-color css
<style>
a { background-color: #3FA5AC; }
a { background-color: rgb(63,165,172); }
div.DivClassName
{
background-color: #3FA5AC;
}
.BgClassName
{
background-color: #3FA5AC;
}
</style>
border-color css
<style>
span { border-color: #3FA5AC; }
span { border-color: rgb(63,165,172); }
td.TdClassName
{
border-color: #3FA5AC;
}
.TagClassName
{
border-color: #3FA5AC;
}
</style>