Shades of Blue Chill #428886
Tints of Blue Chill #428886
RGB
CMYK
RGB Variations
Color information
#428886 (or 0x428886) is known color: Blue Chill. HEX triplet: 42, 88 and 86. RGB value is (66,136,134). Sum of RGB (Red+Green+Blue) = 66+136+134=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 136 - color contains mainly: green. Hex color #428886 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428886 is #BD7779. Grayscale: #727272. Windows color (decimal): -12416890 or 8816706. OLE color: 8816706.
HSL color Cylindrical-coordinate representation of color #428886: hue angle of 178.29º 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 #428886 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 136 | 134 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.47 |
| HSL | 178.29º | 0.35% | 0.4% | - |
| HSV(B) | 178.29º | 0.51% | 0.53% | - |
| XYZ | 15.35 | 20.49 | 25.7 | - |
| YUV | 114.84 | 138.81 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 134 | 0.51 | 0 | 0.01 | 0.47 | 178.29 | 0.35 | 0.4 |
| Hex | 42 | 88 | 86 | 33 | 0 | 1 | 2F | B2 | 23 | 28 |
| Octal | 102 | 210 | 206 | 63 | 0 | 1 | 57 | 262 | 43 | 50 |
| Binary | 1000010 | 10001000 | 10000110 | 110011 | 0 | 1 | 101111 | 10110010 | 100011 | 101000 |
Color Harmonies of #428886
Complementary color
Monochromatic Colors of #428886
Black with #428886
Text Example
Text Example
White with #428886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428886; }
p { color: rgb(66,136,134); }
H1.HeaderClassName
{
color: #428886;
}
.AnyTagClassName
{
color: #428886;
}
</style>
background-color css
<style>
a { background-color: #428886; }
a { background-color: rgb(66,136,134); }
div.DivClassName
{
background-color: #428886;
}
.BgClassName
{
background-color: #428886;
}
</style>
border-color css
<style>
span { border-color: #428886; }
span { border-color: rgb(66,136,134); }
td.TdClassName
{
border-color: #428886;
}
.TagClassName
{
border-color: #428886;
}
</style>