Shades of Blue Chill #44898A
Tints of Blue Chill #44898A
RGB
CMYK
RGB Variations
Color information
#44898A (or 0x44898A) is known color: Blue Chill. HEX triplet: 44, 89 and 8A. RGB value is (68,137,138). Sum of RGB (Red+Green+Blue) = 68+137+138=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 138 - color contains mainly: blue. Hex color #44898A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44898A is #BB7675. Grayscale: #747474. Windows color (decimal): -12285558 or 9079108. OLE color: 9079108.
HSL color Cylindrical-coordinate representation of color #44898A: hue angle of 180.86º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44898A is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 137 | 138 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.46 |
| HSL | 180.86º | 0.34% | 0.4% | - |
| HSV(B) | 180.86º | 0.51% | 0.54% | - |
| XYZ | 15.92 | 20.96 | 27.25 | - |
| YUV | 116.48 | 140.14 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 137 | 138 | 0.51 | 0.01 | 0 | 0.46 | 180.86 | 0.34 | 0.4 |
| Hex | 44 | 89 | 8A | 33 | 1 | 0 | 2E | B5 | 22 | 28 |
| Octal | 104 | 211 | 212 | 63 | 1 | 0 | 56 | 265 | 42 | 50 |
| Binary | 1000100 | 10001001 | 10001010 | 110011 | 1 | 0 | 101110 | 10110101 | 100010 | 101000 |
Color Harmonies of #44898A
Complementary color
Monochromatic Colors of #44898A
Black with #44898A
Text Example
Text Example
White with #44898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44898A; }
p { color: rgb(68,137,138); }
H1.HeaderClassName
{
color: #44898A;
}
.AnyTagClassName
{
color: #44898A;
}
</style>
background-color css
<style>
a { background-color: #44898A; }
a { background-color: rgb(68,137,138); }
div.DivClassName
{
background-color: #44898A;
}
.BgClassName
{
background-color: #44898A;
}
</style>
border-color css
<style>
span { border-color: #44898A; }
span { border-color: rgb(68,137,138); }
td.TdClassName
{
border-color: #44898A;
}
.TagClassName
{
border-color: #44898A;
}
</style>