Shades of Blue Chill #348E84
Tints of Blue Chill #348E84
RGB
CMYK
RGB Variations
Color information
#348E84 (or 0x348E84) is known color: Blue Chill. HEX triplet: 34, 8E and 84. RGB value is (52,142,132). Sum of RGB (Red+Green+Blue) = 52+142+132=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 142 (55.86% from 255 or 43.56% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 142 - color contains mainly: green. Hex color #348E84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348E84 is #CB717B. Grayscale: #717171. Windows color (decimal): -13332860 or 8687156. OLE color: 8687156.
HSL color Cylindrical-coordinate representation of color #348E84: hue angle of 173.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 #348E84 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 142 | 132 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.44 |
| HSL | 173.33º | 0.46% | 0.38% | - |
| HSV(B) | 173.33º | 0.63% | 0.56% | - |
| XYZ | 15.25 | 21.74 | 25.22 | - |
| YUV | 113.95 | 138.18 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 142 | 132 | 0.63 | 0 | 0.07 | 0.44 | 173.33 | 0.46 | 0.38 |
| Hex | 34 | 8E | 84 | 3F | 0 | 7 | 2C | AD | 2E | 26 |
| Octal | 64 | 216 | 204 | 77 | 0 | 7 | 54 | 255 | 56 | 46 |
| Binary | 110100 | 10001110 | 10000100 | 111111 | 0 | 111 | 101100 | 10101101 | 101110 | 100110 |
Color Harmonies of #348E84
Complementary color
Monochromatic Colors of #348E84
Black with #348E84
Text Example
Text Example
White with #348E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348E84; }
p { color: rgb(52,142,132); }
H1.HeaderClassName
{
color: #348E84;
}
.AnyTagClassName
{
color: #348E84;
}
</style>
background-color css
<style>
a { background-color: #348E84; }
a { background-color: rgb(52,142,132); }
div.DivClassName
{
background-color: #348E84;
}
.BgClassName
{
background-color: #348E84;
}
</style>
border-color css
<style>
span { border-color: #348E84; }
span { border-color: rgb(52,142,132); }
td.TdClassName
{
border-color: #348E84;
}
.TagClassName
{
border-color: #348E84;
}
</style>