Shades of Boston Blue #348DB2
Tints of Boston Blue #348DB2
RGB
CMYK
RGB Variations
Color information
#348DB2 (or 0x348DB2) is known color: Boston Blue. HEX triplet: 34, 8D and B2. RGB value is (52,141,178). Sum of RGB (Red+Green+Blue) = 52+141+178=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #348DB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348DB2 is #CB724D. Grayscale: #767676. Windows color (decimal): -13333070 or 11701556. OLE color: 11701556.
HSL color Cylindrical-coordinate representation of color #348DB2: hue angle of 197.62º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #348DB2 is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 52 | 141 | 178 | - |
| CMYK | 0.71 | 0.21 | 0 | 0.30 |
| HSL | 197.62º | 0.55% | 0.45% | - |
| HSV(B) | 197.62º | 0.71% | 0.7% | - |
| XYZ | 18.98 | 22.99 | 45.56 | - |
| YUV | 118.61 | 161.51 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 141 | 178 | 0.71 | 0.21 | 0 | 0.30 | 197.62 | 0.55 | 0.45 |
| Hex | 34 | 8D | B2 | 47 | 15 | 0 | 1E | C6 | 37 | 2D |
| Octal | 64 | 215 | 262 | 107 | 25 | 0 | 36 | 306 | 67 | 55 |
| Binary | 110100 | 10001101 | 10110010 | 1000111 | 10101 | 0 | 11110 | 11000110 | 110111 | 101101 |
Color Harmonies of #348DB2
Complementary color
Monochromatic Colors of #348DB2
Black with #348DB2
Text Example
Text Example
White with #348DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348DB2; }
p { color: rgb(52,141,178); }
H1.HeaderClassName
{
color: #348DB2;
}
.AnyTagClassName
{
color: #348DB2;
}
</style>
background-color css
<style>
a { background-color: #348DB2; }
a { background-color: rgb(52,141,178); }
div.DivClassName
{
background-color: #348DB2;
}
.BgClassName
{
background-color: #348DB2;
}
</style>
border-color css
<style>
span { border-color: #348DB2; }
span { border-color: rgb(52,141,178); }
td.TdClassName
{
border-color: #348DB2;
}
.TagClassName
{
border-color: #348DB2;
}
</style>