Shades of Blue Chill #349090
Tints of Blue Chill #349090
RGB
CMYK
RGB Variations
Color information
#349090 (or 0x349090) is known color: Blue Chill. HEX triplet: 34, 90 and 90. RGB value is (52,144,144). Sum of RGB (Red+Green+Blue) = 52+144+144=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #349090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349090 is #CB6F6F. Grayscale: #747474. Windows color (decimal): -13332336 or 9474100. OLE color: 9474100.
HSL color Cylindrical-coordinate representation of color #349090: hue angle of 180º 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 #349090 is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 144 | 144 | - |
| CMYK | 0.64 | 0 | 0 | 0.44 |
| HSL | 180º | 0.47% | 0.38% | - |
| HSV(B) | 180º | 0.64% | 0.56% | - |
| XYZ | 16.42 | 22.69 | 29.9 | - |
| YUV | 116.49 | 143.52 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 144 | 144 | 0.64 | 0 | 0 | 0.44 | 180 | 0.47 | 0.38 |
| Hex | 34 | 90 | 90 | 40 | 0 | 0 | 2C | B4 | 2F | 26 |
| Octal | 64 | 220 | 220 | 100 | 0 | 0 | 54 | 264 | 57 | 46 |
| Binary | 110100 | 10010000 | 10010000 | 1000000 | 0 | 0 | 101100 | 10110100 | 101111 | 100110 |
Color Harmonies of #349090
Complementary color
Monochromatic Colors of #349090
Black with #349090
Text Example
Text Example
White with #349090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349090; }
p { color: rgb(52,144,144); }
H1.HeaderClassName
{
color: #349090;
}
.AnyTagClassName
{
color: #349090;
}
</style>
background-color css
<style>
a { background-color: #349090; }
a { background-color: rgb(52,144,144); }
div.DivClassName
{
background-color: #349090;
}
.BgClassName
{
background-color: #349090;
}
</style>
border-color css
<style>
span { border-color: #349090; }
span { border-color: rgb(52,144,144); }
td.TdClassName
{
border-color: #349090;
}
.TagClassName
{
border-color: #349090;
}
</style>