Shades of Blue Chill #348B87
Tints of Blue Chill #348B87
RGB
CMYK
RGB Variations
Color information
#348B87 (or 0x348B87) is known color: Blue Chill. HEX triplet: 34, 8B and 87. RGB value is (52,139,135). Sum of RGB (Red+Green+Blue) = 52+139+135=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 139 - color contains mainly: green. Hex color #348B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348B87 is #CB7478. Grayscale: #707070. Windows color (decimal): -13333625 or 8882996. OLE color: 8882996.
HSL color Cylindrical-coordinate representation of color #348B87: hue angle of 177.24º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348B87 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 139 | 135 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.45 |
| HSL | 177.24º | 0.46% | 0.37% | - |
| HSV(B) | 177.24º | 0.63% | 0.55% | - |
| XYZ | 15.02 | 20.94 | 26.17 | - |
| YUV | 112.53 | 140.68 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 135 | 0.63 | 0 | 0.03 | 0.45 | 177.24 | 0.46 | 0.37 |
| Hex | 34 | 8B | 87 | 3F | 0 | 3 | 2D | B1 | 2E | 25 |
| Octal | 64 | 213 | 207 | 77 | 0 | 3 | 55 | 261 | 56 | 45 |
| Binary | 110100 | 10001011 | 10000111 | 111111 | 0 | 11 | 101101 | 10110001 | 101110 | 100101 |
Color Harmonies of #348B87
Complementary color
Monochromatic Colors of #348B87
Black with #348B87
Text Example
Text Example
White with #348B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348B87; }
p { color: rgb(52,139,135); }
H1.HeaderClassName
{
color: #348B87;
}
.AnyTagClassName
{
color: #348B87;
}
</style>
background-color css
<style>
a { background-color: #348B87; }
a { background-color: rgb(52,139,135); }
div.DivClassName
{
background-color: #348B87;
}
.BgClassName
{
background-color: #348B87;
}
</style>
border-color css
<style>
span { border-color: #348B87; }
span { border-color: rgb(52,139,135); }
td.TdClassName
{
border-color: #348B87;
}
.TagClassName
{
border-color: #348B87;
}
</style>