Shades of Boston Blue #3D90AD
Tints of Boston Blue #3D90AD
RGB
CMYK
RGB Variations
Color information
#3D90AD (or 0x3D90AD) is known color: Boston Blue. HEX triplet: 3D, 90 and AD. RGB value is (61,144,173). Sum of RGB (Red+Green+Blue) = 61+144+173=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D90AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D90AD is #C26F52. Grayscale: #7A7A7A. Windows color (decimal): -12742483 or 11374653. OLE color: 11374653.
HSL color Cylindrical-coordinate representation of color #3D90AD: hue angle of 195.54º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D90AD is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 144 | 173 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.32 |
| HSL | 195.54º | 0.48% | 0.46% | - |
| HSV(B) | 195.54º | 0.65% | 0.68% | - |
| XYZ | 19.44 | 23.96 | 43.13 | - |
| YUV | 122.49 | 156.5 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 144 | 173 | 0.65 | 0.17 | 0 | 0.32 | 195.54 | 0.48 | 0.46 |
| Hex | 3D | 90 | AD | 41 | 11 | 0 | 20 | C4 | 30 | 2E |
| Octal | 75 | 220 | 255 | 101 | 21 | 0 | 40 | 304 | 60 | 56 |
| Binary | 111101 | 10010000 | 10101101 | 1000001 | 10001 | 0 | 100000 | 11000100 | 110000 | 101110 |
Color Harmonies of #3D90AD
Complementary color
Monochromatic Colors of #3D90AD
Black with #3D90AD
Text Example
Text Example
White with #3D90AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D90AD; }
p { color: rgb(61,144,173); }
H1.HeaderClassName
{
color: #3D90AD;
}
.AnyTagClassName
{
color: #3D90AD;
}
</style>
background-color css
<style>
a { background-color: #3D90AD; }
a { background-color: rgb(61,144,173); }
div.DivClassName
{
background-color: #3D90AD;
}
.BgClassName
{
background-color: #3D90AD;
}
</style>
border-color css
<style>
span { border-color: #3D90AD; }
span { border-color: rgb(61,144,173); }
td.TdClassName
{
border-color: #3D90AD;
}
.TagClassName
{
border-color: #3D90AD;
}
</style>