Shades of Boston Blue #3DA0BA
Tints of Boston Blue #3DA0BA
RGB
CMYK
RGB Variations
Color information
#3DA0BA (or 0x3DA0BA) is known color: Boston Blue. HEX triplet: 3D, A0 and BA. RGB value is (61,160,186). Sum of RGB (Red+Green+Blue) = 61+160+186=407 (53% of max value = 765). Red value is 61 (24.22% from 255 or 14.99% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #3DA0BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DA0BA is #C25F45. Grayscale: #858585. Windows color (decimal): -12738374 or 12230717. OLE color: 12230717.
HSL color Cylindrical-coordinate representation of color #3DA0BA: hue angle of 192.48º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DA0BA is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 160 | 186 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.27 |
| HSL | 192.48º | 0.51% | 0.48% | - |
| HSV(B) | 192.48º | 0.67% | 0.73% | - |
| XYZ | 23.36 | 29.68 | 50.95 | - |
| YUV | 133.36 | 157.7 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 160 | 186 | 0.67 | 0.14 | 0 | 0.27 | 192.48 | 0.51 | 0.48 |
| Hex | 3D | A0 | BA | 43 | E | 0 | 1B | C0 | 33 | 30 |
| Octal | 75 | 240 | 272 | 103 | 16 | 0 | 33 | 300 | 63 | 60 |
| Binary | 111101 | 10100000 | 10111010 | 1000011 | 1110 | 0 | 11011 | 11000000 | 110011 | 110000 |
Color Harmonies of #3DA0BA
Complementary color
Monochromatic Colors of #3DA0BA
Black with #3DA0BA
Text Example
Text Example
White with #3DA0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA0BA; }
p { color: rgb(61,160,186); }
H1.HeaderClassName
{
color: #3DA0BA;
}
.AnyTagClassName
{
color: #3DA0BA;
}
</style>
background-color css
<style>
a { background-color: #3DA0BA; }
a { background-color: rgb(61,160,186); }
div.DivClassName
{
background-color: #3DA0BA;
}
.BgClassName
{
background-color: #3DA0BA;
}
</style>
border-color css
<style>
span { border-color: #3DA0BA; }
span { border-color: rgb(61,160,186); }
td.TdClassName
{
border-color: #3DA0BA;
}
.TagClassName
{
border-color: #3DA0BA;
}
</style>