Shades of Boston Blue #398EAE
Tints of Boston Blue #398EAE
RGB
CMYK
RGB Variations
Color information
#398EAE (or 0x398EAE) is known color: Boston Blue. HEX triplet: 39, 8E and AE. RGB value is (57,142,174). Sum of RGB (Red+Green+Blue) = 57+142+174=373 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.28% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #398EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398EAE is #C67151. Grayscale: #787878. Windows color (decimal): -13005138 or 11439673. OLE color: 11439673.
HSL color Cylindrical-coordinate representation of color #398EAE: hue angle of 196.41º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #398EAE is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 57 | 142 | 174 | - |
| CMYK | 0.67 | 0.18 | 0 | 0.32 |
| HSL | 196.41º | 0.51% | 0.45% | - |
| HSV(B) | 196.41º | 0.67% | 0.68% | - |
| XYZ | 19 | 23.27 | 43.53 | - |
| YUV | 120.23 | 158.34 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 142 | 174 | 0.67 | 0.18 | 0 | 0.32 | 196.41 | 0.51 | 0.45 |
| Hex | 39 | 8E | AE | 43 | 12 | 0 | 20 | C4 | 33 | 2D |
| Octal | 71 | 216 | 256 | 103 | 22 | 0 | 40 | 304 | 63 | 55 |
| Binary | 111001 | 10001110 | 10101110 | 1000011 | 10010 | 0 | 100000 | 11000100 | 110011 | 101101 |
Color Harmonies of #398EAE
Complementary color
Monochromatic Colors of #398EAE
Black with #398EAE
Text Example
Text Example
White with #398EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398EAE; }
p { color: rgb(57,142,174); }
H1.HeaderClassName
{
color: #398EAE;
}
.AnyTagClassName
{
color: #398EAE;
}
</style>
background-color css
<style>
a { background-color: #398EAE; }
a { background-color: rgb(57,142,174); }
div.DivClassName
{
background-color: #398EAE;
}
.BgClassName
{
background-color: #398EAE;
}
</style>
border-color css
<style>
span { border-color: #398EAE; }
span { border-color: rgb(57,142,174); }
td.TdClassName
{
border-color: #398EAE;
}
.TagClassName
{
border-color: #398EAE;
}
</style>