Shades of Boston Blue #3DA1BB
Tints of Boston Blue #3DA1BB
RGB
CMYK
RGB Variations
Color information
#3DA1BB (or 0x3DA1BB) is known color: Boston Blue. HEX triplet: 3D, A1 and BB. RGB value is (61,161,187). Sum of RGB (Red+Green+Blue) = 61+161+187=409 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.91% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #3DA1BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DA1BB is #C25E44. Grayscale: #858585. Windows color (decimal): -12738117 or 12296509. OLE color: 12296509.
HSL color Cylindrical-coordinate representation of color #3DA1BB: hue angle of 192.38º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DA1BB is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 161 | 187 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.27 |
| HSL | 192.38º | 0.51% | 0.49% | - |
| HSV(B) | 192.38º | 0.67% | 0.73% | - |
| XYZ | 23.64 | 30.07 | 51.57 | - |
| YUV | 134.06 | 157.87 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 161 | 187 | 0.67 | 0.14 | 0 | 0.27 | 192.38 | 0.51 | 0.49 |
| Hex | 3D | A1 | BB | 43 | E | 0 | 1B | C0 | 33 | 31 |
| Octal | 75 | 241 | 273 | 103 | 16 | 0 | 33 | 300 | 63 | 61 |
| Binary | 111101 | 10100001 | 10111011 | 1000011 | 1110 | 0 | 11011 | 11000000 | 110011 | 110001 |
Color Harmonies of #3DA1BB
Complementary color
Monochromatic Colors of #3DA1BB
Black with #3DA1BB
Text Example
Text Example
White with #3DA1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA1BB; }
p { color: rgb(61,161,187); }
H1.HeaderClassName
{
color: #3DA1BB;
}
.AnyTagClassName
{
color: #3DA1BB;
}
</style>
background-color css
<style>
a { background-color: #3DA1BB; }
a { background-color: rgb(61,161,187); }
div.DivClassName
{
background-color: #3DA1BB;
}
.BgClassName
{
background-color: #3DA1BB;
}
</style>
border-color css
<style>
span { border-color: #3DA1BB; }
span { border-color: rgb(61,161,187); }
td.TdClassName
{
border-color: #3DA1BB;
}
.TagClassName
{
border-color: #3DA1BB;
}
</style>