Shades of Blue Chill #348490
Tints of Blue Chill #348490
RGB
CMYK
RGB Variations
Color information
#348490 (or 0x348490) is known color: Blue Chill. HEX triplet: 34, 84 and 90. RGB value is (52,132,144). Sum of RGB (Red+Green+Blue) = 52+132+144=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #348490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348490 is #CB7B6F. Grayscale: #6D6D6D. Windows color (decimal): -13335408 or 9471028. OLE color: 9471028.
HSL color Cylindrical-coordinate representation of color #348490: hue angle of 187.83º 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 #348490 is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 132 | 144 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.44 |
| HSL | 187.83º | 0.47% | 0.38% | - |
| HSV(B) | 187.83º | 0.64% | 0.56% | - |
| XYZ | 14.7 | 19.25 | 29.33 | - |
| YUV | 109.45 | 147.5 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 132 | 144 | 0.64 | 0.08 | 0 | 0.44 | 187.83 | 0.47 | 0.38 |
| Hex | 34 | 84 | 90 | 40 | 8 | 0 | 2C | BC | 2F | 26 |
| Octal | 64 | 204 | 220 | 100 | 10 | 0 | 54 | 274 | 57 | 46 |
| Binary | 110100 | 10000100 | 10010000 | 1000000 | 1000 | 0 | 101100 | 10111100 | 101111 | 100110 |
Color Harmonies of #348490
Complementary color
Monochromatic Colors of #348490
Black with #348490
Text Example
Text Example
White with #348490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348490; }
p { color: rgb(52,132,144); }
H1.HeaderClassName
{
color: #348490;
}
.AnyTagClassName
{
color: #348490;
}
</style>
background-color css
<style>
a { background-color: #348490; }
a { background-color: rgb(52,132,144); }
div.DivClassName
{
background-color: #348490;
}
.BgClassName
{
background-color: #348490;
}
</style>
border-color css
<style>
span { border-color: #348490; }
span { border-color: rgb(52,132,144); }
td.TdClassName
{
border-color: #348490;
}
.TagClassName
{
border-color: #348490;
}
</style>