Shades of Boston Blue #348BAC
Tints of Boston Blue #348BAC
RGB
CMYK
RGB Variations
Color information
#348BAC (or 0x348BAC) is known color: Boston Blue. HEX triplet: 34, 8B and AC. RGB value is (52,139,172). Sum of RGB (Red+Green+Blue) = 52+139+172=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #348BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348BAC is #CB7453. Grayscale: #747474. Windows color (decimal): -13333588 or 11307828. OLE color: 11307828.
HSL color Cylindrical-coordinate representation of color #348BAC: hue angle of 196.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #348BAC is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 139 | 172 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.33 |
| HSL | 196.5º | 0.54% | 0.44% | - |
| HSV(B) | 196.5º | 0.7% | 0.67% | - |
| XYZ | 18.1 | 22.17 | 42.36 | - |
| YUV | 116.75 | 159.18 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 172 | 0.70 | 0.19 | 0 | 0.33 | 196.5 | 0.54 | 0.44 |
| Hex | 34 | 8B | AC | 46 | 13 | 0 | 21 | C4 | 36 | 2C |
| Octal | 64 | 213 | 254 | 106 | 23 | 0 | 41 | 304 | 66 | 54 |
| Binary | 110100 | 10001011 | 10101100 | 1000110 | 10011 | 0 | 100001 | 11000100 | 110110 | 101100 |
Color Harmonies of #348BAC
Complementary color
Monochromatic Colors of #348BAC
Black with #348BAC
Text Example
Text Example
White with #348BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348BAC; }
p { color: rgb(52,139,172); }
H1.HeaderClassName
{
color: #348BAC;
}
.AnyTagClassName
{
color: #348BAC;
}
</style>
background-color css
<style>
a { background-color: #348BAC; }
a { background-color: rgb(52,139,172); }
div.DivClassName
{
background-color: #348BAC;
}
.BgClassName
{
background-color: #348BAC;
}
</style>
border-color css
<style>
span { border-color: #348BAC; }
span { border-color: rgb(52,139,172); }
td.TdClassName
{
border-color: #348BAC;
}
.TagClassName
{
border-color: #348BAC;
}
</style>