Shades of Blue Chill #348F8C
Tints of Blue Chill #348F8C
RGB
CMYK
RGB Variations
Color information
#348F8C (or 0x348F8C) is known color: Blue Chill. HEX triplet: 34, 8F and 8C. RGB value is (52,143,140). Sum of RGB (Red+Green+Blue) = 52+143+140=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 143 - color contains mainly: green. Hex color #348F8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348F8C is #CB7073. Grayscale: #737373. Windows color (decimal): -13332596 or 9211700. OLE color: 9211700.
HSL color Cylindrical-coordinate representation of color #348F8C: hue angle of 178.02º 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 #348F8C is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 143 | 140 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.44 |
| HSL | 178.02º | 0.47% | 0.38% | - |
| HSV(B) | 178.02º | 0.64% | 0.56% | - |
| XYZ | 15.97 | 22.27 | 28.27 | - |
| YUV | 115.45 | 141.85 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 140 | 0.64 | 0 | 0.02 | 0.44 | 178.02 | 0.47 | 0.38 |
| Hex | 34 | 8F | 8C | 40 | 0 | 2 | 2C | B2 | 2F | 26 |
| Octal | 64 | 217 | 214 | 100 | 0 | 2 | 54 | 262 | 57 | 46 |
| Binary | 110100 | 10001111 | 10001100 | 1000000 | 0 | 10 | 101100 | 10110010 | 101111 | 100110 |
Color Harmonies of #348F8C
Complementary color
Monochromatic Colors of #348F8C
Black with #348F8C
Text Example
Text Example
White with #348F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348F8C; }
p { color: rgb(52,143,140); }
H1.HeaderClassName
{
color: #348F8C;
}
.AnyTagClassName
{
color: #348F8C;
}
</style>
background-color css
<style>
a { background-color: #348F8C; }
a { background-color: rgb(52,143,140); }
div.DivClassName
{
background-color: #348F8C;
}
.BgClassName
{
background-color: #348F8C;
}
</style>
border-color css
<style>
span { border-color: #348F8C; }
span { border-color: rgb(52,143,140); }
td.TdClassName
{
border-color: #348F8C;
}
.TagClassName
{
border-color: #348F8C;
}
</style>