Shades of Blue Chill #428887
Tints of Blue Chill #428887
RGB
CMYK
RGB Variations
Color information
#428887 (or 0x428887) is known color: Blue Chill. HEX triplet: 42, 88 and 87. RGB value is (66,136,135). Sum of RGB (Red+Green+Blue) = 66+136+135=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 136 - color contains mainly: green. Hex color #428887 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428887 is #BD7778. Grayscale: #727272. Windows color (decimal): -12416889 or 8882242. OLE color: 8882242.
HSL color Cylindrical-coordinate representation of color #428887: hue angle of 179.14º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428887 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 136 | 135 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.47 |
| HSL | 179.14º | 0.35% | 0.4% | - |
| HSV(B) | 179.14º | 0.51% | 0.53% | - |
| XYZ | 15.42 | 20.52 | 26.07 | - |
| YUV | 114.96 | 139.31 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 135 | 0.51 | 0 | 0.01 | 0.47 | 179.14 | 0.35 | 0.4 |
| Hex | 42 | 88 | 87 | 33 | 0 | 1 | 2F | B3 | 23 | 28 |
| Octal | 102 | 210 | 207 | 63 | 0 | 1 | 57 | 263 | 43 | 50 |
| Binary | 1000010 | 10001000 | 10000111 | 110011 | 0 | 1 | 101111 | 10110011 | 100011 | 101000 |
Color Harmonies of #428887
Complementary color
Monochromatic Colors of #428887
Black with #428887
Text Example
Text Example
White with #428887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428887; }
p { color: rgb(66,136,135); }
H1.HeaderClassName
{
color: #428887;
}
.AnyTagClassName
{
color: #428887;
}
</style>
background-color css
<style>
a { background-color: #428887; }
a { background-color: rgb(66,136,135); }
div.DivClassName
{
background-color: #428887;
}
.BgClassName
{
background-color: #428887;
}
</style>
border-color css
<style>
span { border-color: #428887; }
span { border-color: rgb(66,136,135); }
td.TdClassName
{
border-color: #428887;
}
.TagClassName
{
border-color: #428887;
}
</style>