Shades of Blue Chill #348D85
Tints of Blue Chill #348D85
RGB
CMYK
RGB Variations
Color information
#348D85 (or 0x348D85) is known color: Blue Chill. HEX triplet: 34, 8D and 85. RGB value is (52,141,133). Sum of RGB (Red+Green+Blue) = 52+141+133=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 141 - color contains mainly: green. Hex color #348D85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348D85 is #CB727A. Grayscale: #717171. Windows color (decimal): -13333115 or 8752436. OLE color: 8752436.
HSL color Cylindrical-coordinate representation of color #348D85: hue angle of 174.61º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348D85 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 141 | 133 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.45 |
| HSL | 174.61º | 0.46% | 0.38% | - |
| HSV(B) | 174.61º | 0.63% | 0.55% | - |
| XYZ | 15.17 | 21.47 | 25.54 | - |
| YUV | 113.48 | 139.01 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 141 | 133 | 0.63 | 0 | 0.06 | 0.45 | 174.61 | 0.46 | 0.38 |
| Hex | 34 | 8D | 85 | 3F | 0 | 6 | 2D | AF | 2E | 26 |
| Octal | 64 | 215 | 205 | 77 | 0 | 6 | 55 | 257 | 56 | 46 |
| Binary | 110100 | 10001101 | 10000101 | 111111 | 0 | 110 | 101101 | 10101111 | 101110 | 100110 |
Color Harmonies of #348D85
Complementary color
Monochromatic Colors of #348D85
Black with #348D85
Text Example
Text Example
White with #348D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348D85; }
p { color: rgb(52,141,133); }
H1.HeaderClassName
{
color: #348D85;
}
.AnyTagClassName
{
color: #348D85;
}
</style>
background-color css
<style>
a { background-color: #348D85; }
a { background-color: rgb(52,141,133); }
div.DivClassName
{
background-color: #348D85;
}
.BgClassName
{
background-color: #348D85;
}
</style>
border-color css
<style>
span { border-color: #348D85; }
span { border-color: rgb(52,141,133); }
td.TdClassName
{
border-color: #348D85;
}
.TagClassName
{
border-color: #348D85;
}
</style>