Shades of Boston Blue #3985A5
Tints of Boston Blue #3985A5
RGB
CMYK
RGB Variations
Color information
#3985A5 (or 0x3985A5) is known color: Boston Blue. HEX triplet: 39, 85 and A5. RGB value is (57,133,165). Sum of RGB (Red+Green+Blue) = 57+133+165=355 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.06% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 165 (64.84% from 255 or 46.48% from 355); Max value from RGB is 165 - color contains mainly: blue. Hex color #3985A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3985A5 is #C67A5A. Grayscale: #717171. Windows color (decimal): -13007451 or 10847545. OLE color: 10847545.
HSL color Cylindrical-coordinate representation of color #3985A5: hue angle of 197.78º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3985A5 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 57 | 133 | 165 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.35 |
| HSL | 197.78º | 0.49% | 0.44% | - |
| HSV(B) | 197.78º | 0.65% | 0.65% | - |
| XYZ | 16.87 | 20.36 | 38.64 | - |
| YUV | 113.92 | 156.82 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 133 | 165 | 0.65 | 0.19 | 0 | 0.35 | 197.78 | 0.49 | 0.44 |
| Hex | 39 | 85 | A5 | 41 | 13 | 0 | 23 | C6 | 31 | 2C |
| Octal | 71 | 205 | 245 | 101 | 23 | 0 | 43 | 306 | 61 | 54 |
| Binary | 111001 | 10000101 | 10100101 | 1000001 | 10011 | 0 | 100011 | 11000110 | 110001 | 101100 |
Color Harmonies of #3985A5
Complementary color
Monochromatic Colors of #3985A5
Black with #3985A5
Text Example
Text Example
White with #3985A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3985A5; }
p { color: rgb(57,133,165); }
H1.HeaderClassName
{
color: #3985A5;
}
.AnyTagClassName
{
color: #3985A5;
}
</style>
background-color css
<style>
a { background-color: #3985A5; }
a { background-color: rgb(57,133,165); }
div.DivClassName
{
background-color: #3985A5;
}
.BgClassName
{
background-color: #3985A5;
}
</style>
border-color css
<style>
span { border-color: #3985A5; }
span { border-color: rgb(57,133,165); }
td.TdClassName
{
border-color: #3985A5;
}
.TagClassName
{
border-color: #3985A5;
}
</style>