Shades of Boston Blue #398AAA
Tints of Boston Blue #398AAA
RGB
CMYK
RGB Variations
Color information
#398AAA (or 0x398AAA) is known color: Boston Blue. HEX triplet: 39, 8A and AA. RGB value is (57,138,170). Sum of RGB (Red+Green+Blue) = 57+138+170=365 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.62% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #398AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398AAA is #C67555. Grayscale: #757575. Windows color (decimal): -13006166 or 11176505. OLE color: 11176505.
HSL color Cylindrical-coordinate representation of color #398AAA: hue angle of 196.99º 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 #398AAA is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 138 | 170 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.33 |
| HSL | 196.99º | 0.5% | 0.45% | - |
| HSV(B) | 196.99º | 0.66% | 0.67% | - |
| XYZ | 18.03 | 21.95 | 41.32 | - |
| YUV | 117.43 | 157.66 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 138 | 170 | 0.66 | 0.19 | 0 | 0.33 | 196.99 | 0.5 | 0.45 |
| Hex | 39 | 8A | AA | 42 | 13 | 0 | 21 | C5 | 32 | 2D |
| Octal | 71 | 212 | 252 | 102 | 23 | 0 | 41 | 305 | 62 | 55 |
| Binary | 111001 | 10001010 | 10101010 | 1000010 | 10011 | 0 | 100001 | 11000101 | 110010 | 101101 |
Color Harmonies of #398AAA
Complementary color
Monochromatic Colors of #398AAA
Black with #398AAA
Text Example
Text Example
White with #398AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398AAA; }
p { color: rgb(57,138,170); }
H1.HeaderClassName
{
color: #398AAA;
}
.AnyTagClassName
{
color: #398AAA;
}
</style>
background-color css
<style>
a { background-color: #398AAA; }
a { background-color: rgb(57,138,170); }
div.DivClassName
{
background-color: #398AAA;
}
.BgClassName
{
background-color: #398AAA;
}
</style>
border-color css
<style>
span { border-color: #398AAA; }
span { border-color: rgb(57,138,170); }
td.TdClassName
{
border-color: #398AAA;
}
.TagClassName
{
border-color: #398AAA;
}
</style>