Shades of Boston Blue #348BAE
Tints of Boston Blue #348BAE
RGB
CMYK
RGB Variations
Color information
#348BAE (or 0x348BAE) is known color: Boston Blue. HEX triplet: 34, 8B and AE. RGB value is (52,139,174). Sum of RGB (Red+Green+Blue) = 52+139+174=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #348BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348BAE is #CB7451. Grayscale: #747474. Windows color (decimal): -13333586 or 11438900. OLE color: 11438900.
HSL color Cylindrical-coordinate representation of color #348BAE: hue angle of 197.21º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #348BAE is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 139 | 174 | - |
| CMYK | 0.70 | 0.20 | 0 | 0.32 |
| HSL | 197.21º | 0.54% | 0.44% | - |
| HSV(B) | 197.21º | 0.7% | 0.68% | - |
| XYZ | 18.29 | 22.25 | 43.38 | - |
| YUV | 116.98 | 160.18 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 174 | 0.70 | 0.20 | 0 | 0.32 | 197.21 | 0.54 | 0.44 |
| Hex | 34 | 8B | AE | 46 | 14 | 0 | 20 | C5 | 36 | 2C |
| Octal | 64 | 213 | 256 | 106 | 24 | 0 | 40 | 305 | 66 | 54 |
| Binary | 110100 | 10001011 | 10101110 | 1000110 | 10100 | 0 | 100000 | 11000101 | 110110 | 101100 |
Color Harmonies of #348BAE
Complementary color
Monochromatic Colors of #348BAE
Black with #348BAE
Text Example
Text Example
White with #348BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348BAE; }
p { color: rgb(52,139,174); }
H1.HeaderClassName
{
color: #348BAE;
}
.AnyTagClassName
{
color: #348BAE;
}
</style>
background-color css
<style>
a { background-color: #348BAE; }
a { background-color: rgb(52,139,174); }
div.DivClassName
{
background-color: #348BAE;
}
.BgClassName
{
background-color: #348BAE;
}
</style>
border-color css
<style>
span { border-color: #348BAE; }
span { border-color: rgb(52,139,174); }
td.TdClassName
{
border-color: #348BAE;
}
.TagClassName
{
border-color: #348BAE;
}
</style>