Shades of Blue Chill #348F88
Tints of Blue Chill #348F88
RGB
CMYK
RGB Variations
Color information
#348F88 (or 0x348F88) is known color: Blue Chill. HEX triplet: 34, 8F and 88. RGB value is (52,143,136). Sum of RGB (Red+Green+Blue) = 52+143+136=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 143 - color contains mainly: green. Hex color #348F88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348F88 is #CB7077. Grayscale: #727272. Windows color (decimal): -13332600 or 8949556. OLE color: 8949556.
HSL color Cylindrical-coordinate representation of color #348F88: hue angle of 175.38º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #348F88 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 143 | 136 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.44 |
| HSL | 175.38º | 0.47% | 0.38% | - |
| HSV(B) | 175.38º | 0.64% | 0.56% | - |
| XYZ | 15.68 | 22.15 | 26.74 | - |
| YUV | 114.99 | 139.85 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 136 | 0.64 | 0 | 0.05 | 0.44 | 175.38 | 0.47 | 0.38 |
| Hex | 34 | 8F | 88 | 40 | 0 | 5 | 2C | AF | 2F | 26 |
| Octal | 64 | 217 | 210 | 100 | 0 | 5 | 54 | 257 | 57 | 46 |
| Binary | 110100 | 10001111 | 10001000 | 1000000 | 0 | 101 | 101100 | 10101111 | 101111 | 100110 |
Color Harmonies of #348F88
Complementary color
Monochromatic Colors of #348F88
Black with #348F88
Text Example
Text Example
White with #348F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348F88; }
p { color: rgb(52,143,136); }
H1.HeaderClassName
{
color: #348F88;
}
.AnyTagClassName
{
color: #348F88;
}
</style>
background-color css
<style>
a { background-color: #348F88; }
a { background-color: rgb(52,143,136); }
div.DivClassName
{
background-color: #348F88;
}
.BgClassName
{
background-color: #348F88;
}
</style>
border-color css
<style>
span { border-color: #348F88; }
span { border-color: rgb(52,143,136); }
td.TdClassName
{
border-color: #348F88;
}
.TagClassName
{
border-color: #348F88;
}
</style>