Shades of Boston Blue #3D8CAA
Tints of Boston Blue #3D8CAA
RGB
CMYK
RGB Variations
Color information
#3D8CAA (or 0x3D8CAA) is known color: Boston Blue. HEX triplet: 3D, 8C and AA. RGB value is (61,140,170). Sum of RGB (Red+Green+Blue) = 61+140+170=371 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.44% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #3D8CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8CAA is #C27355. Grayscale: #777777. Windows color (decimal): -12743510 or 11177021. OLE color: 11177021.
HSL color Cylindrical-coordinate representation of color #3D8CAA: hue angle of 196.51º 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 #3D8CAA is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 140 | 170 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.33 |
| HSL | 196.51º | 0.47% | 0.45% | - |
| HSV(B) | 196.51º | 0.64% | 0.67% | - |
| XYZ | 18.56 | 22.65 | 41.42 | - |
| YUV | 119.8 | 156.33 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 140 | 170 | 0.64 | 0.18 | 0 | 0.33 | 196.51 | 0.47 | 0.45 |
| Hex | 3D | 8C | AA | 40 | 12 | 0 | 21 | C5 | 2F | 2D |
| Octal | 75 | 214 | 252 | 100 | 22 | 0 | 41 | 305 | 57 | 55 |
| Binary | 111101 | 10001100 | 10101010 | 1000000 | 10010 | 0 | 100001 | 11000101 | 101111 | 101101 |
Color Harmonies of #3D8CAA
Complementary color
Monochromatic Colors of #3D8CAA
Black with #3D8CAA
Text Example
Text Example
White with #3D8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8CAA; }
p { color: rgb(61,140,170); }
H1.HeaderClassName
{
color: #3D8CAA;
}
.AnyTagClassName
{
color: #3D8CAA;
}
</style>
background-color css
<style>
a { background-color: #3D8CAA; }
a { background-color: rgb(61,140,170); }
div.DivClassName
{
background-color: #3D8CAA;
}
.BgClassName
{
background-color: #3D8CAA;
}
</style>
border-color css
<style>
span { border-color: #3D8CAA; }
span { border-color: rgb(61,140,170); }
td.TdClassName
{
border-color: #3D8CAA;
}
.TagClassName
{
border-color: #3D8CAA;
}
</style>