Shades of Blue Chill #428D91
Tints of Blue Chill #428D91
RGB
CMYK
RGB Variations
Color information
#428D91 (or 0x428D91) is known color: Blue Chill. HEX triplet: 42, 8D and 91. RGB value is (66,141,145). Sum of RGB (Red+Green+Blue) = 66+141+145=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 145 - color contains mainly: blue. Hex color #428D91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428D91 is #BD726E. Grayscale: #767676. Windows color (decimal): -12415599 or 9538882. OLE color: 9538882.
HSL color Cylindrical-coordinate representation of color #428D91: hue angle of 183.04º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428D91 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 141 | 145 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.43 |
| HSL | 183.04º | 0.37% | 0.41% | - |
| HSV(B) | 183.04º | 0.54% | 0.57% | - |
| XYZ | 16.88 | 22.25 | 30.19 | - |
| YUV | 119.03 | 142.65 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 141 | 145 | 0.54 | 0.03 | 0 | 0.43 | 183.04 | 0.37 | 0.41 |
| Hex | 42 | 8D | 91 | 36 | 3 | 0 | 2B | B7 | 25 | 29 |
| Octal | 102 | 215 | 221 | 66 | 3 | 0 | 53 | 267 | 45 | 51 |
| Binary | 1000010 | 10001101 | 10010001 | 110110 | 11 | 0 | 101011 | 10110111 | 100101 | 101001 |
Color Harmonies of #428D91
Complementary color
Monochromatic Colors of #428D91
Black with #428D91
Text Example
Text Example
White with #428D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428D91; }
p { color: rgb(66,141,145); }
H1.HeaderClassName
{
color: #428D91;
}
.AnyTagClassName
{
color: #428D91;
}
</style>
background-color css
<style>
a { background-color: #428D91; }
a { background-color: rgb(66,141,145); }
div.DivClassName
{
background-color: #428D91;
}
.BgClassName
{
background-color: #428D91;
}
</style>
border-color css
<style>
span { border-color: #428D91; }
span { border-color: rgb(66,141,145); }
td.TdClassName
{
border-color: #428D91;
}
.TagClassName
{
border-color: #428D91;
}
</style>