Shades of Boston Blue #348AAC
Tints of Boston Blue #348AAC
RGB
CMYK
RGB Variations
Color information
#348AAC (or 0x348AAC) is known color: Boston Blue. HEX triplet: 34, 8A and AC. RGB value is (52,138,172). Sum of RGB (Red+Green+Blue) = 52+138+172=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #348AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348AAC is #CB7553. Grayscale: #737373. Windows color (decimal): -13333844 or 11307572. OLE color: 11307572.
HSL color Cylindrical-coordinate representation of color #348AAC: hue angle of 197º 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 #348AAC is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 138 | 172 | - |
| CMYK | 0.70 | 0.20 | 0 | 0.33 |
| HSL | 197º | 0.54% | 0.44% | - |
| HSV(B) | 197º | 0.7% | 0.67% | - |
| XYZ | 17.95 | 21.89 | 42.31 | - |
| YUV | 116.16 | 159.51 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 172 | 0.70 | 0.20 | 0 | 0.33 | 197 | 0.54 | 0.44 |
| Hex | 34 | 8A | AC | 46 | 14 | 0 | 21 | C5 | 36 | 2C |
| Octal | 64 | 212 | 254 | 106 | 24 | 0 | 41 | 305 | 66 | 54 |
| Binary | 110100 | 10001010 | 10101100 | 1000110 | 10100 | 0 | 100001 | 11000101 | 110110 | 101100 |
Color Harmonies of #348AAC
Complementary color
Monochromatic Colors of #348AAC
Black with #348AAC
Text Example
Text Example
White with #348AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348AAC; }
p { color: rgb(52,138,172); }
H1.HeaderClassName
{
color: #348AAC;
}
.AnyTagClassName
{
color: #348AAC;
}
</style>
background-color css
<style>
a { background-color: #348AAC; }
a { background-color: rgb(52,138,172); }
div.DivClassName
{
background-color: #348AAC;
}
.BgClassName
{
background-color: #348AAC;
}
</style>
border-color css
<style>
span { border-color: #348AAC; }
span { border-color: rgb(52,138,172); }
td.TdClassName
{
border-color: #348AAC;
}
.TagClassName
{
border-color: #348AAC;
}
</style>