Shades of Boston Blue #348CAC
Tints of Boston Blue #348CAC
RGB
CMYK
RGB Variations
Color information
#348CAC (or 0x348CAC) is known color: Boston Blue. HEX triplet: 34, 8C and AC. RGB value is (52,140,172). Sum of RGB (Red+Green+Blue) = 52+140+172=364 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.29% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #348CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348CAC is #CB7353. Grayscale: #757575. Windows color (decimal): -13333332 or 11308084. OLE color: 11308084.
HSL color Cylindrical-coordinate representation of color #348CAC: hue angle of 196º 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 #348CAC is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 140 | 172 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.33 |
| HSL | 196º | 0.54% | 0.44% | - |
| HSV(B) | 196º | 0.7% | 0.67% | - |
| XYZ | 18.24 | 22.46 | 42.4 | - |
| YUV | 117.34 | 158.85 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 140 | 172 | 0.70 | 0.19 | 0 | 0.33 | 196 | 0.54 | 0.44 |
| Hex | 34 | 8C | AC | 46 | 13 | 0 | 21 | C4 | 36 | 2C |
| Octal | 64 | 214 | 254 | 106 | 23 | 0 | 41 | 304 | 66 | 54 |
| Binary | 110100 | 10001100 | 10101100 | 1000110 | 10011 | 0 | 100001 | 11000100 | 110110 | 101100 |
Color Harmonies of #348CAC
Complementary color
Monochromatic Colors of #348CAC
Black with #348CAC
Text Example
Text Example
White with #348CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348CAC; }
p { color: rgb(52,140,172); }
H1.HeaderClassName
{
color: #348CAC;
}
.AnyTagClassName
{
color: #348CAC;
}
</style>
background-color css
<style>
a { background-color: #348CAC; }
a { background-color: rgb(52,140,172); }
div.DivClassName
{
background-color: #348CAC;
}
.BgClassName
{
background-color: #348CAC;
}
</style>
border-color css
<style>
span { border-color: #348CAC; }
span { border-color: rgb(52,140,172); }
td.TdClassName
{
border-color: #348CAC;
}
.TagClassName
{
border-color: #348CAC;
}
</style>