Shades of Blue Chill #348E87
Tints of Blue Chill #348E87
RGB
CMYK
RGB Variations
Color information
#348E87 (or 0x348E87) is known color: Blue Chill. HEX triplet: 34, 8E and 87. RGB value is (52,142,135). Sum of RGB (Red+Green+Blue) = 52+142+135=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 142 - color contains mainly: green. Hex color #348E87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348E87 is #CB7178. Grayscale: #727272. Windows color (decimal): -13332857 or 8883764. OLE color: 8883764.
HSL color Cylindrical-coordinate representation of color #348E87: hue angle of 175.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348E87 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 142 | 135 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.44 |
| HSL | 175.33º | 0.46% | 0.38% | - |
| HSV(B) | 175.33º | 0.63% | 0.56% | - |
| XYZ | 15.46 | 21.83 | 26.32 | - |
| YUV | 114.29 | 139.68 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 142 | 135 | 0.63 | 0 | 0.05 | 0.44 | 175.33 | 0.46 | 0.38 |
| Hex | 34 | 8E | 87 | 3F | 0 | 5 | 2C | AF | 2E | 26 |
| Octal | 64 | 216 | 207 | 77 | 0 | 5 | 54 | 257 | 56 | 46 |
| Binary | 110100 | 10001110 | 10000111 | 111111 | 0 | 101 | 101100 | 10101111 | 101110 | 100110 |
Color Harmonies of #348E87
Complementary color
Monochromatic Colors of #348E87
Black with #348E87
Text Example
Text Example
White with #348E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348E87; }
p { color: rgb(52,142,135); }
H1.HeaderClassName
{
color: #348E87;
}
.AnyTagClassName
{
color: #348E87;
}
</style>
background-color css
<style>
a { background-color: #348E87; }
a { background-color: rgb(52,142,135); }
div.DivClassName
{
background-color: #348E87;
}
.BgClassName
{
background-color: #348E87;
}
</style>
border-color css
<style>
span { border-color: #348E87; }
span { border-color: rgb(52,142,135); }
td.TdClassName
{
border-color: #348E87;
}
.TagClassName
{
border-color: #348E87;
}
</style>