Shades of Boston Blue #398CAA
Tints of Boston Blue #398CAA
RGB
CMYK
RGB Variations
Color information
#398CAA (or 0x398CAA) is known color: Boston Blue. HEX triplet: 39, 8C and AA. RGB value is (57,140,170). Sum of RGB (Red+Green+Blue) = 57+140+170=367 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.53% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #398CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398CAA is #C67355. Grayscale: #767676. Windows color (decimal): -13005654 or 11177017. OLE color: 11177017.
HSL color Cylindrical-coordinate representation of color #398CAA: hue angle of 195.93º 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 #398CAA is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 140 | 170 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.33 |
| HSL | 195.93º | 0.5% | 0.45% | - |
| HSV(B) | 195.93º | 0.66% | 0.67% | - |
| XYZ | 18.32 | 22.53 | 41.41 | - |
| YUV | 118.6 | 157 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 140 | 170 | 0.66 | 0.18 | 0 | 0.33 | 195.93 | 0.5 | 0.45 |
| Hex | 39 | 8C | AA | 42 | 12 | 0 | 21 | C4 | 32 | 2D |
| Octal | 71 | 214 | 252 | 102 | 22 | 0 | 41 | 304 | 62 | 55 |
| Binary | 111001 | 10001100 | 10101010 | 1000010 | 10010 | 0 | 100001 | 11000100 | 110010 | 101101 |
Color Harmonies of #398CAA
Complementary color
Monochromatic Colors of #398CAA
Black with #398CAA
Text Example
Text Example
White with #398CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398CAA; }
p { color: rgb(57,140,170); }
H1.HeaderClassName
{
color: #398CAA;
}
.AnyTagClassName
{
color: #398CAA;
}
</style>
background-color css
<style>
a { background-color: #398CAA; }
a { background-color: rgb(57,140,170); }
div.DivClassName
{
background-color: #398CAA;
}
.BgClassName
{
background-color: #398CAA;
}
</style>
border-color css
<style>
span { border-color: #398CAA; }
span { border-color: rgb(57,140,170); }
td.TdClassName
{
border-color: #398CAA;
}
.TagClassName
{
border-color: #398CAA;
}
</style>