Shades of Blue Chill #44938E
Tints of Blue Chill #44938E
RGB
CMYK
RGB Variations
Color information
#44938E (or 0x44938E) is known color: Blue Chill. HEX triplet: 44, 93 and 8E. RGB value is (68,147,142). Sum of RGB (Red+Green+Blue) = 68+147+142=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #44938E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44938E is #BB6C71. Grayscale: #7A7A7A. Windows color (decimal): -12282994 or 9343812. OLE color: 9343812.
HSL color Cylindrical-coordinate representation of color #44938E: hue angle of 176.2º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44938E is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 147 | 142 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.42 |
| HSL | 176.2º | 0.37% | 0.42% | - |
| HSV(B) | 176.2º | 0.54% | 0.58% | - |
| XYZ | 17.7 | 24.05 | 29.3 | - |
| YUV | 122.81 | 138.83 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 147 | 142 | 0.54 | 0 | 0.03 | 0.42 | 176.2 | 0.37 | 0.42 |
| Hex | 44 | 93 | 8E | 36 | 0 | 3 | 2A | B0 | 25 | 2A |
| Octal | 104 | 223 | 216 | 66 | 0 | 3 | 52 | 260 | 45 | 52 |
| Binary | 1000100 | 10010011 | 10001110 | 110110 | 0 | 11 | 101010 | 10110000 | 100101 | 101010 |
Color Harmonies of #44938E
Complementary color
Monochromatic Colors of #44938E
Black with #44938E
Text Example
Text Example
White with #44938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44938E; }
p { color: rgb(68,147,142); }
H1.HeaderClassName
{
color: #44938E;
}
.AnyTagClassName
{
color: #44938E;
}
</style>
background-color css
<style>
a { background-color: #44938E; }
a { background-color: rgb(68,147,142); }
div.DivClassName
{
background-color: #44938E;
}
.BgClassName
{
background-color: #44938E;
}
</style>
border-color css
<style>
span { border-color: #44938E; }
span { border-color: rgb(68,147,142); }
td.TdClassName
{
border-color: #44938E;
}
.TagClassName
{
border-color: #44938E;
}
</style>