Shades of Blue Chill #44A2A0
Tints of Blue Chill #44A2A0
RGB
CMYK
RGB Variations
Color information
#44A2A0 (or 0x44A2A0) is known color: Blue Chill. HEX triplet: 44, A2 and A0. RGB value is (68,162,160). Sum of RGB (Red+Green+Blue) = 68+162+160=390 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.44% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 162 - color contains mainly: green. Hex color #44A2A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A2A0 is #BB5D5F. Grayscale: #858585. Windows color (decimal): -12279136 or 10527300. OLE color: 10527300.
HSL color Cylindrical-coordinate representation of color #44A2A0: hue angle of 178.72º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44A2A0 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 68 | 162 | 160 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.36 |
| HSL | 178.72º | 0.41% | 0.45% | - |
| HSV(B) | 178.72º | 0.58% | 0.64% | - |
| XYZ | 21.65 | 29.61 | 37.83 | - |
| YUV | 133.67 | 142.86 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 162 | 160 | 0.58 | 0 | 0.01 | 0.36 | 178.72 | 0.41 | 0.45 |
| Hex | 44 | A2 | A0 | 3A | 0 | 1 | 24 | B3 | 29 | 2D |
| Octal | 104 | 242 | 240 | 72 | 0 | 1 | 44 | 263 | 51 | 55 |
| Binary | 1000100 | 10100010 | 10100000 | 111010 | 0 | 1 | 100100 | 10110011 | 101001 | 101101 |
Color Harmonies of #44A2A0
Complementary color
Monochromatic Colors of #44A2A0
Black with #44A2A0
Text Example
Text Example
White with #44A2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A2A0; }
p { color: rgb(68,162,160); }
H1.HeaderClassName
{
color: #44A2A0;
}
.AnyTagClassName
{
color: #44A2A0;
}
</style>
background-color css
<style>
a { background-color: #44A2A0; }
a { background-color: rgb(68,162,160); }
div.DivClassName
{
background-color: #44A2A0;
}
.BgClassName
{
background-color: #44A2A0;
}
</style>
border-color css
<style>
span { border-color: #44A2A0; }
span { border-color: rgb(68,162,160); }
td.TdClassName
{
border-color: #44A2A0;
}
.TagClassName
{
border-color: #44A2A0;
}
</style>