Shades of Blue Chill #348986
Tints of Blue Chill #348986
RGB
CMYK
RGB Variations
Color information
#348986 (or 0x348986) is known color: Blue Chill. HEX triplet: 34, 89 and 86. RGB value is (52,137,134). Sum of RGB (Red+Green+Blue) = 52+137+134=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 137 - color contains mainly: green. Hex color #348986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348986 is #CB7679. Grayscale: #6F6F6F. Windows color (decimal): -13334138 or 8816948. OLE color: 8816948.
HSL color Cylindrical-coordinate representation of color #348986: hue angle of 177.88º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348986 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 137 | 134 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.46 |
| HSL | 177.88º | 0.45% | 0.37% | - |
| HSV(B) | 177.88º | 0.62% | 0.54% | - |
| XYZ | 14.66 | 20.34 | 25.71 | - |
| YUV | 111.24 | 140.84 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 137 | 134 | 0.62 | 0 | 0.02 | 0.46 | 177.88 | 0.45 | 0.37 |
| Hex | 34 | 89 | 86 | 3E | 0 | 2 | 2E | B2 | 2D | 25 |
| Octal | 64 | 211 | 206 | 76 | 0 | 2 | 56 | 262 | 55 | 45 |
| Binary | 110100 | 10001001 | 10000110 | 111110 | 0 | 10 | 101110 | 10110010 | 101101 | 100101 |
Color Harmonies of #348986
Complementary color
Monochromatic Colors of #348986
Black with #348986
Text Example
Text Example
White with #348986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348986; }
p { color: rgb(52,137,134); }
H1.HeaderClassName
{
color: #348986;
}
.AnyTagClassName
{
color: #348986;
}
</style>
background-color css
<style>
a { background-color: #348986; }
a { background-color: rgb(52,137,134); }
div.DivClassName
{
background-color: #348986;
}
.BgClassName
{
background-color: #348986;
}
</style>
border-color css
<style>
span { border-color: #348986; }
span { border-color: rgb(52,137,134); }
td.TdClassName
{
border-color: #348986;
}
.TagClassName
{
border-color: #348986;
}
</style>