Shades of Boston Blue #398DAA
Tints of Boston Blue #398DAA
RGB
CMYK
RGB Variations
Color information
#398DAA (or 0x398DAA) is known color: Boston Blue. HEX triplet: 39, 8D and AA. RGB value is (57,141,170). Sum of RGB (Red+Green+Blue) = 57+141+170=368 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.49% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #398DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398DAA is #C67255. Grayscale: #767676. Windows color (decimal): -13005398 or 11177273. OLE color: 11177273.
HSL color Cylindrical-coordinate representation of color #398DAA: hue angle of 195.4º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #398DAA is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 141 | 170 | - |
| CMYK | 0.66 | 0.17 | 0 | 0.33 |
| HSL | 195.4º | 0.5% | 0.45% | - |
| HSV(B) | 195.4º | 0.66% | 0.67% | - |
| XYZ | 18.47 | 22.82 | 41.46 | - |
| YUV | 119.19 | 156.67 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 141 | 170 | 0.66 | 0.17 | 0 | 0.33 | 195.4 | 0.5 | 0.45 |
| Hex | 39 | 8D | AA | 42 | 11 | 0 | 21 | C3 | 32 | 2D |
| Octal | 71 | 215 | 252 | 102 | 21 | 0 | 41 | 303 | 62 | 55 |
| Binary | 111001 | 10001101 | 10101010 | 1000010 | 10001 | 0 | 100001 | 11000011 | 110010 | 101101 |
Color Harmonies of #398DAA
Complementary color
Monochromatic Colors of #398DAA
Black with #398DAA
Text Example
Text Example
White with #398DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398DAA; }
p { color: rgb(57,141,170); }
H1.HeaderClassName
{
color: #398DAA;
}
.AnyTagClassName
{
color: #398DAA;
}
</style>
background-color css
<style>
a { background-color: #398DAA; }
a { background-color: rgb(57,141,170); }
div.DivClassName
{
background-color: #398DAA;
}
.BgClassName
{
background-color: #398DAA;
}
</style>
border-color css
<style>
span { border-color: #398DAA; }
span { border-color: rgb(57,141,170); }
td.TdClassName
{
border-color: #398DAA;
}
.TagClassName
{
border-color: #398DAA;
}
</style>