Shades of Blue Chill #448988
Tints of Blue Chill #448988
RGB
CMYK
RGB Variations
Color information
#448988 (or 0x448988) is known color: Blue Chill. HEX triplet: 44, 89 and 88. RGB value is (68,137,136). Sum of RGB (Red+Green+Blue) = 68+137+136=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 137 - color contains mainly: green. Hex color #448988 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448988 is #BB7677. Grayscale: #747474. Windows color (decimal): -12285560 or 8948036. OLE color: 8948036.
HSL color Cylindrical-coordinate representation of color #448988: hue angle of 179.13º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448988 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 137 | 136 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.46 |
| HSL | 179.13º | 0.34% | 0.4% | - |
| HSV(B) | 179.13º | 0.5% | 0.54% | - |
| XYZ | 15.77 | 20.9 | 26.49 | - |
| YUV | 116.26 | 139.14 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 137 | 136 | 0.50 | 0 | 0.01 | 0.46 | 179.13 | 0.34 | 0.4 |
| Hex | 44 | 89 | 88 | 32 | 0 | 1 | 2E | B3 | 22 | 28 |
| Octal | 104 | 211 | 210 | 62 | 0 | 1 | 56 | 263 | 42 | 50 |
| Binary | 1000100 | 10001001 | 10001000 | 110010 | 0 | 1 | 101110 | 10110011 | 100010 | 101000 |
Color Harmonies of #448988
Complementary color
Monochromatic Colors of #448988
Black with #448988
Text Example
Text Example
White with #448988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448988; }
p { color: rgb(68,137,136); }
H1.HeaderClassName
{
color: #448988;
}
.AnyTagClassName
{
color: #448988;
}
</style>
background-color css
<style>
a { background-color: #448988; }
a { background-color: rgb(68,137,136); }
div.DivClassName
{
background-color: #448988;
}
.BgClassName
{
background-color: #448988;
}
</style>
border-color css
<style>
span { border-color: #448988; }
span { border-color: rgb(68,137,136); }
td.TdClassName
{
border-color: #448988;
}
.TagClassName
{
border-color: #448988;
}
</style>