Shades of Blue Chill #44A3A0
Tints of Blue Chill #44A3A0
RGB
CMYK
RGB Variations
Color information
#44A3A0 (or 0x44A3A0) is known color: Blue Chill. HEX triplet: 44, A3 and A0. RGB value is (68,163,160). Sum of RGB (Red+Green+Blue) = 68+163+160=391 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.39% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 160 (62.89% from 255 or 40.92% from 391); Max value from RGB is 163 - color contains mainly: green. Hex color #44A3A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A3A0 is #BB5C5F. Grayscale: #868686. Windows color (decimal): -12278880 or 10527556. OLE color: 10527556.
HSL color Cylindrical-coordinate representation of color #44A3A0: hue angle of 178.11º 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 #44A3A0 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 68 | 163 | 160 | - |
| CMYK | 0.58 | 0 | 0.02 | 0.36 |
| HSL | 178.11º | 0.41% | 0.45% | - |
| HSV(B) | 178.11º | 0.58% | 0.64% | - |
| XYZ | 21.83 | 29.96 | 37.89 | - |
| YUV | 134.25 | 142.53 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 163 | 160 | 0.58 | 0 | 0.02 | 0.36 | 178.11 | 0.41 | 0.45 |
| Hex | 44 | A3 | A0 | 3A | 0 | 2 | 24 | B2 | 29 | 2D |
| Octal | 104 | 243 | 240 | 72 | 0 | 2 | 44 | 262 | 51 | 55 |
| Binary | 1000100 | 10100011 | 10100000 | 111010 | 0 | 10 | 100100 | 10110010 | 101001 | 101101 |
Color Harmonies of #44A3A0
Complementary color
Monochromatic Colors of #44A3A0
Black with #44A3A0
Text Example
Text Example
White with #44A3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A3A0; }
p { color: rgb(68,163,160); }
H1.HeaderClassName
{
color: #44A3A0;
}
.AnyTagClassName
{
color: #44A3A0;
}
</style>
background-color css
<style>
a { background-color: #44A3A0; }
a { background-color: rgb(68,163,160); }
div.DivClassName
{
background-color: #44A3A0;
}
.BgClassName
{
background-color: #44A3A0;
}
</style>
border-color css
<style>
span { border-color: #44A3A0; }
span { border-color: rgb(68,163,160); }
td.TdClassName
{
border-color: #44A3A0;
}
.TagClassName
{
border-color: #44A3A0;
}
</style>