Shades of Boston Blue #3D87A4
Tints of Boston Blue #3D87A4
RGB
CMYK
RGB Variations
Color information
#3D87A4 (or 0x3D87A4) is known color: Boston Blue. HEX triplet: 3D, 87 and A4. RGB value is (61,135,164). Sum of RGB (Red+Green+Blue) = 61+135+164=360 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.94% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 164 - color contains mainly: blue. Hex color #3D87A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D87A4 is #C2785B. Grayscale: #737373. Windows color (decimal): -12744796 or 10782525. OLE color: 10782525.
HSL color Cylindrical-coordinate representation of color #3D87A4: hue angle of 196.89º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D87A4 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 135 | 164 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.36 |
| HSL | 196.89º | 0.46% | 0.44% | - |
| HSV(B) | 196.89º | 0.63% | 0.64% | - |
| XYZ | 17.29 | 21 | 38.26 | - |
| YUV | 116.18 | 154.98 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 135 | 164 | 0.63 | 0.18 | 0 | 0.36 | 196.89 | 0.46 | 0.44 |
| Hex | 3D | 87 | A4 | 3F | 12 | 0 | 24 | C5 | 2E | 2C |
| Octal | 75 | 207 | 244 | 77 | 22 | 0 | 44 | 305 | 56 | 54 |
| Binary | 111101 | 10000111 | 10100100 | 111111 | 10010 | 0 | 100100 | 11000101 | 101110 | 101100 |
Color Harmonies of #3D87A4
Complementary color
Monochromatic Colors of #3D87A4
Black with #3D87A4
Text Example
Text Example
White with #3D87A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D87A4; }
p { color: rgb(61,135,164); }
H1.HeaderClassName
{
color: #3D87A4;
}
.AnyTagClassName
{
color: #3D87A4;
}
</style>
background-color css
<style>
a { background-color: #3D87A4; }
a { background-color: rgb(61,135,164); }
div.DivClassName
{
background-color: #3D87A4;
}
.BgClassName
{
background-color: #3D87A4;
}
</style>
border-color css
<style>
span { border-color: #3D87A4; }
span { border-color: rgb(61,135,164); }
td.TdClassName
{
border-color: #3D87A4;
}
.TagClassName
{
border-color: #3D87A4;
}
</style>