Shades of Boston Blue #3DA1AB
Tints of Boston Blue #3DA1AB
RGB
CMYK
RGB Variations
Color information
#3DA1AB (or 0x3DA1AB) is known color: Boston Blue. HEX triplet: 3D, A1 and AB. RGB value is (61,161,171). Sum of RGB (Red+Green+Blue) = 61+161+171=393 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.52% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #3DA1AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA1AB is #C25E54. Grayscale: #848484. Windows color (decimal): -12738133 or 11247933. OLE color: 11247933.
HSL color Cylindrical-coordinate representation of color #3DA1AB: hue angle of 185.45º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DA1AB is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 161 | 171 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.33 |
| HSL | 185.45º | 0.47% | 0.45% | - |
| HSV(B) | 185.45º | 0.64% | 0.67% | - |
| XYZ | 22.02 | 29.42 | 43.05 | - |
| YUV | 132.24 | 149.87 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 161 | 171 | 0.64 | 0.06 | 0 | 0.33 | 185.45 | 0.47 | 0.45 |
| Hex | 3D | A1 | AB | 40 | 6 | 0 | 21 | B9 | 2F | 2D |
| Octal | 75 | 241 | 253 | 100 | 6 | 0 | 41 | 271 | 57 | 55 |
| Binary | 111101 | 10100001 | 10101011 | 1000000 | 110 | 0 | 100001 | 10111001 | 101111 | 101101 |
Color Harmonies of #3DA1AB
Complementary color
Monochromatic Colors of #3DA1AB
Black with #3DA1AB
Text Example
Text Example
White with #3DA1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA1AB; }
p { color: rgb(61,161,171); }
H1.HeaderClassName
{
color: #3DA1AB;
}
.AnyTagClassName
{
color: #3DA1AB;
}
</style>
background-color css
<style>
a { background-color: #3DA1AB; }
a { background-color: rgb(61,161,171); }
div.DivClassName
{
background-color: #3DA1AB;
}
.BgClassName
{
background-color: #3DA1AB;
}
</style>
border-color css
<style>
span { border-color: #3DA1AB; }
span { border-color: rgb(61,161,171); }
td.TdClassName
{
border-color: #3DA1AB;
}
.TagClassName
{
border-color: #3DA1AB;
}
</style>