Shades of Blue Chill #349188
Tints of Blue Chill #349188
RGB
CMYK
RGB Variations
Color information
#349188 (or 0x349188) is known color: Blue Chill. HEX triplet: 34, 91 and 88. RGB value is (52,145,136). Sum of RGB (Red+Green+Blue) = 52+145+136=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 145 - color contains mainly: green. Hex color #349188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349188 is #CB6E77. Grayscale: #747474. Windows color (decimal): -13332088 or 8950068. OLE color: 8950068.
HSL color Cylindrical-coordinate representation of color #349188: hue angle of 174.19º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349188 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 145 | 136 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.43 |
| HSL | 174.19º | 0.47% | 0.39% | - |
| HSV(B) | 174.19º | 0.64% | 0.57% | - |
| XYZ | 15.99 | 22.76 | 26.84 | - |
| YUV | 116.17 | 139.19 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 145 | 136 | 0.64 | 0 | 0.06 | 0.43 | 174.19 | 0.47 | 0.39 |
| Hex | 34 | 91 | 88 | 40 | 0 | 6 | 2B | AE | 2F | 27 |
| Octal | 64 | 221 | 210 | 100 | 0 | 6 | 53 | 256 | 57 | 47 |
| Binary | 110100 | 10010001 | 10001000 | 1000000 | 0 | 110 | 101011 | 10101110 | 101111 | 100111 |
Color Harmonies of #349188
Complementary color
Monochromatic Colors of #349188
Black with #349188
Text Example
Text Example
White with #349188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349188; }
p { color: rgb(52,145,136); }
H1.HeaderClassName
{
color: #349188;
}
.AnyTagClassName
{
color: #349188;
}
</style>
background-color css
<style>
a { background-color: #349188; }
a { background-color: rgb(52,145,136); }
div.DivClassName
{
background-color: #349188;
}
.BgClassName
{
background-color: #349188;
}
</style>
border-color css
<style>
span { border-color: #349188; }
span { border-color: rgb(52,145,136); }
td.TdClassName
{
border-color: #349188;
}
.TagClassName
{
border-color: #349188;
}
</style>