Shades of Boston Blue #348AAF
Tints of Boston Blue #348AAF
RGB
CMYK
RGB Variations
Color information
#348AAF (or 0x348AAF) is known color: Boston Blue. HEX triplet: 34, 8A and AF. RGB value is (52,138,175). Sum of RGB (Red+Green+Blue) = 52+138+175=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #348AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348AAF is #CB7550. Grayscale: #747474. Windows color (decimal): -13333841 or 11504180. OLE color: 11504180.
HSL color Cylindrical-coordinate representation of color #348AAF: hue angle of 198.05º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #348AAF is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 138 | 175 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.31 |
| HSL | 198.05º | 0.54% | 0.45% | - |
| HSV(B) | 198.05º | 0.7% | 0.69% | - |
| XYZ | 18.24 | 22 | 43.84 | - |
| YUV | 116.5 | 161.01 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 175 | 0.70 | 0.21 | 0 | 0.31 | 198.05 | 0.54 | 0.45 |
| Hex | 34 | 8A | AF | 46 | 15 | 0 | 1F | C6 | 36 | 2D |
| Octal | 64 | 212 | 257 | 106 | 25 | 0 | 37 | 306 | 66 | 55 |
| Binary | 110100 | 10001010 | 10101111 | 1000110 | 10101 | 0 | 11111 | 11000110 | 110110 | 101101 |
Color Harmonies of #348AAF
Complementary color
Monochromatic Colors of #348AAF
Black with #348AAF
Text Example
Text Example
White with #348AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348AAF; }
p { color: rgb(52,138,175); }
H1.HeaderClassName
{
color: #348AAF;
}
.AnyTagClassName
{
color: #348AAF;
}
</style>
background-color css
<style>
a { background-color: #348AAF; }
a { background-color: rgb(52,138,175); }
div.DivClassName
{
background-color: #348AAF;
}
.BgClassName
{
background-color: #348AAF;
}
</style>
border-color css
<style>
span { border-color: #348AAF; }
span { border-color: rgb(52,138,175); }
td.TdClassName
{
border-color: #348AAF;
}
.TagClassName
{
border-color: #348AAF;
}
</style>