Shades of Blue Chill #428991
Tints of Blue Chill #428991
RGB
CMYK
RGB Variations
Color information
#428991 (or 0x428991) is known color: Blue Chill. HEX triplet: 42, 89 and 91. RGB value is (66,137,145). Sum of RGB (Red+Green+Blue) = 66+137+145=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 145 - color contains mainly: blue. Hex color #428991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428991 is #BD766E. Grayscale: #747474. Windows color (decimal): -12416623 or 9537858. OLE color: 9537858.
HSL color Cylindrical-coordinate representation of color #428991: hue angle of 186.08º 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 #428991 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 137 | 145 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.43 |
| HSL | 186.08º | 0.37% | 0.41% | - |
| HSV(B) | 186.08º | 0.54% | 0.57% | - |
| XYZ | 16.3 | 21.09 | 30 | - |
| YUV | 116.68 | 143.98 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 137 | 145 | 0.54 | 0.06 | 0 | 0.43 | 186.08 | 0.37 | 0.41 |
| Hex | 42 | 89 | 91 | 36 | 6 | 0 | 2B | BA | 25 | 29 |
| Octal | 102 | 211 | 221 | 66 | 6 | 0 | 53 | 272 | 45 | 51 |
| Binary | 1000010 | 10001001 | 10010001 | 110110 | 110 | 0 | 101011 | 10111010 | 100101 | 101001 |
Color Harmonies of #428991
Complementary color
Monochromatic Colors of #428991
Black with #428991
Text Example
Text Example
White with #428991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428991; }
p { color: rgb(66,137,145); }
H1.HeaderClassName
{
color: #428991;
}
.AnyTagClassName
{
color: #428991;
}
</style>
background-color css
<style>
a { background-color: #428991; }
a { background-color: rgb(66,137,145); }
div.DivClassName
{
background-color: #428991;
}
.BgClassName
{
background-color: #428991;
}
</style>
border-color css
<style>
span { border-color: #428991; }
span { border-color: rgb(66,137,145); }
td.TdClassName
{
border-color: #428991;
}
.TagClassName
{
border-color: #428991;
}
</style>