Shades of Boston Blue #3D8AAA
Tints of Boston Blue #3D8AAA
RGB
CMYK
RGB Variations
Color information
#3D8AAA (or 0x3D8AAA) is known color: Boston Blue. HEX triplet: 3D, 8A and AA. RGB value is (61,138,170). Sum of RGB (Red+Green+Blue) = 61+138+170=369 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.53% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #3D8AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8AAA is #C27555. Grayscale: #767676. Windows color (decimal): -12744022 or 11176509. OLE color: 11176509.
HSL color Cylindrical-coordinate representation of color #3D8AAA: hue angle of 197.61º 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 #3D8AAA is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 138 | 170 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.33 |
| HSL | 197.61º | 0.47% | 0.45% | - |
| HSV(B) | 197.61º | 0.64% | 0.67% | - |
| XYZ | 18.27 | 22.07 | 41.33 | - |
| YUV | 118.63 | 156.99 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 138 | 170 | 0.64 | 0.19 | 0 | 0.33 | 197.61 | 0.47 | 0.45 |
| Hex | 3D | 8A | AA | 40 | 13 | 0 | 21 | C6 | 2F | 2D |
| Octal | 75 | 212 | 252 | 100 | 23 | 0 | 41 | 306 | 57 | 55 |
| Binary | 111101 | 10001010 | 10101010 | 1000000 | 10011 | 0 | 100001 | 11000110 | 101111 | 101101 |
Color Harmonies of #3D8AAA
Complementary color
Monochromatic Colors of #3D8AAA
Black with #3D8AAA
Text Example
Text Example
White with #3D8AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8AAA; }
p { color: rgb(61,138,170); }
H1.HeaderClassName
{
color: #3D8AAA;
}
.AnyTagClassName
{
color: #3D8AAA;
}
</style>
background-color css
<style>
a { background-color: #3D8AAA; }
a { background-color: rgb(61,138,170); }
div.DivClassName
{
background-color: #3D8AAA;
}
.BgClassName
{
background-color: #3D8AAA;
}
</style>
border-color css
<style>
span { border-color: #3D8AAA; }
span { border-color: rgb(61,138,170); }
td.TdClassName
{
border-color: #3D8AAA;
}
.TagClassName
{
border-color: #3D8AAA;
}
</style>