Shades of Blue Chill #44938C
Tints of Blue Chill #44938C
RGB
CMYK
RGB Variations
Color information
#44938C (or 0x44938C) is known color: Blue Chill. HEX triplet: 44, 93 and 8C. RGB value is (68,147,140). Sum of RGB (Red+Green+Blue) = 68+147+140=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 147 - color contains mainly: green. Hex color #44938C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44938C is #BB6C73. Grayscale: #7A7A7A. Windows color (decimal): -12282996 or 9212740. OLE color: 9212740.
HSL color Cylindrical-coordinate representation of color #44938C: hue angle of 174.68º 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 #44938C is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 147 | 140 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.42 |
| HSL | 174.68º | 0.37% | 0.42% | - |
| HSV(B) | 174.68º | 0.54% | 0.58% | - |
| XYZ | 17.55 | 23.99 | 28.52 | - |
| YUV | 122.58 | 137.83 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 147 | 140 | 0.54 | 0 | 0.05 | 0.42 | 174.68 | 0.37 | 0.42 |
| Hex | 44 | 93 | 8C | 36 | 0 | 5 | 2A | AF | 25 | 2A |
| Octal | 104 | 223 | 214 | 66 | 0 | 5 | 52 | 257 | 45 | 52 |
| Binary | 1000100 | 10010011 | 10001100 | 110110 | 0 | 101 | 101010 | 10101111 | 100101 | 101010 |
Color Harmonies of #44938C
Complementary color
Monochromatic Colors of #44938C
Black with #44938C
Text Example
Text Example
White with #44938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44938C; }
p { color: rgb(68,147,140); }
H1.HeaderClassName
{
color: #44938C;
}
.AnyTagClassName
{
color: #44938C;
}
</style>
background-color css
<style>
a { background-color: #44938C; }
a { background-color: rgb(68,147,140); }
div.DivClassName
{
background-color: #44938C;
}
.BgClassName
{
background-color: #44938C;
}
</style>
border-color css
<style>
span { border-color: #44938C; }
span { border-color: rgb(68,147,140); }
td.TdClassName
{
border-color: #44938C;
}
.TagClassName
{
border-color: #44938C;
}
</style>