Shades of Blue Chill #44A39B
Tints of Blue Chill #44A39B
RGB
CMYK
RGB Variations
Color information
#44A39B (or 0x44A39B) is known color: Blue Chill. HEX triplet: 44, A3 and 9B. RGB value is (68,163,155). Sum of RGB (Red+Green+Blue) = 68+163+155=386 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.62% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #44A39B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A39B is #BB5C64. Grayscale: #858585. Windows color (decimal): -12278885 or 10199876. OLE color: 10199876.
HSL color Cylindrical-coordinate representation of color #44A39B: hue angle of 174.95º 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 #44A39B is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 68 | 163 | 155 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.36 |
| HSL | 174.95º | 0.41% | 0.45% | - |
| HSV(B) | 174.95º | 0.58% | 0.64% | - |
| XYZ | 21.4 | 29.79 | 35.63 | - |
| YUV | 133.68 | 140.03 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 163 | 155 | 0.58 | 0 | 0.05 | 0.36 | 174.95 | 0.41 | 0.45 |
| Hex | 44 | A3 | 9B | 3A | 0 | 5 | 24 | AF | 29 | 2D |
| Octal | 104 | 243 | 233 | 72 | 0 | 5 | 44 | 257 | 51 | 55 |
| Binary | 1000100 | 10100011 | 10011011 | 111010 | 0 | 101 | 100100 | 10101111 | 101001 | 101101 |
Color Harmonies of #44A39B
Complementary color
Monochromatic Colors of #44A39B
Black with #44A39B
Text Example
Text Example
White with #44A39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A39B; }
p { color: rgb(68,163,155); }
H1.HeaderClassName
{
color: #44A39B;
}
.AnyTagClassName
{
color: #44A39B;
}
</style>
background-color css
<style>
a { background-color: #44A39B; }
a { background-color: rgb(68,163,155); }
div.DivClassName
{
background-color: #44A39B;
}
.BgClassName
{
background-color: #44A39B;
}
</style>
border-color css
<style>
span { border-color: #44A39B; }
span { border-color: rgb(68,163,155); }
td.TdClassName
{
border-color: #44A39B;
}
.TagClassName
{
border-color: #44A39B;
}
</style>