Shades of Blue Chill #348786
Tints of Blue Chill #348786
RGB
CMYK
RGB Variations
Color information
#348786 (or 0x348786) is known color: Blue Chill. HEX triplet: 34, 87 and 86. RGB value is (52,135,134). Sum of RGB (Red+Green+Blue) = 52+135+134=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 135 - color contains mainly: green. Hex color #348786 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348786 is #CB7879. Grayscale: #6D6D6D. Windows color (decimal): -13334650 or 8816436. OLE color: 8816436.
HSL color Cylindrical-coordinate representation of color #348786: hue angle of 179.28º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348786 is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 135 | 134 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.47 |
| HSL | 179.28º | 0.44% | 0.37% | - |
| HSV(B) | 179.28º | 0.61% | 0.53% | - |
| XYZ | 14.38 | 19.78 | 25.61 | - |
| YUV | 110.07 | 141.5 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 135 | 134 | 0.61 | 0 | 0.01 | 0.47 | 179.28 | 0.44 | 0.37 |
| Hex | 34 | 87 | 86 | 3D | 0 | 1 | 2F | B3 | 2C | 25 |
| Octal | 64 | 207 | 206 | 75 | 0 | 1 | 57 | 263 | 54 | 45 |
| Binary | 110100 | 10000111 | 10000110 | 111101 | 0 | 1 | 101111 | 10110011 | 101100 | 100101 |
Color Harmonies of #348786
Complementary color
Monochromatic Colors of #348786
Black with #348786
Text Example
Text Example
White with #348786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348786; }
p { color: rgb(52,135,134); }
H1.HeaderClassName
{
color: #348786;
}
.AnyTagClassName
{
color: #348786;
}
</style>
background-color css
<style>
a { background-color: #348786; }
a { background-color: rgb(52,135,134); }
div.DivClassName
{
background-color: #348786;
}
.BgClassName
{
background-color: #348786;
}
</style>
border-color css
<style>
span { border-color: #348786; }
span { border-color: rgb(52,135,134); }
td.TdClassName
{
border-color: #348786;
}
.TagClassName
{
border-color: #348786;
}
</style>