Shades of Blue Chill #428A89
Tints of Blue Chill #428A89
RGB
CMYK
RGB Variations
Color information
#428A89 (or 0x428A89) is known color: Blue Chill. HEX triplet: 42, 8A and 89. RGB value is (66,138,137). Sum of RGB (Red+Green+Blue) = 66+138+137=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 138 - color contains mainly: green. Hex color #428A89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428A89 is #BD7576. Grayscale: #747474. Windows color (decimal): -12416375 or 9013826. OLE color: 9013826.
HSL color Cylindrical-coordinate representation of color #428A89: hue angle of 179.17º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428A89 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 138 | 137 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.46 |
| HSL | 179.17º | 0.35% | 0.4% | - |
| HSV(B) | 179.17º | 0.52% | 0.54% | - |
| XYZ | 15.85 | 21.14 | 26.91 | - |
| YUV | 116.36 | 139.65 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 138 | 137 | 0.52 | 0 | 0.01 | 0.46 | 179.17 | 0.35 | 0.4 |
| Hex | 42 | 8A | 89 | 34 | 0 | 1 | 2E | B3 | 23 | 28 |
| Octal | 102 | 212 | 211 | 64 | 0 | 1 | 56 | 263 | 43 | 50 |
| Binary | 1000010 | 10001010 | 10001001 | 110100 | 0 | 1 | 101110 | 10110011 | 100011 | 101000 |
Color Harmonies of #428A89
Complementary color
Monochromatic Colors of #428A89
Black with #428A89
Text Example
Text Example
White with #428A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428A89; }
p { color: rgb(66,138,137); }
H1.HeaderClassName
{
color: #428A89;
}
.AnyTagClassName
{
color: #428A89;
}
</style>
background-color css
<style>
a { background-color: #428A89; }
a { background-color: rgb(66,138,137); }
div.DivClassName
{
background-color: #428A89;
}
.BgClassName
{
background-color: #428A89;
}
</style>
border-color css
<style>
span { border-color: #428A89; }
span { border-color: rgb(66,138,137); }
td.TdClassName
{
border-color: #428A89;
}
.TagClassName
{
border-color: #428A89;
}
</style>