Shades of Blue Chill #429998
Tints of Blue Chill #429998
RGB
CMYK
RGB Variations
Color information
#429998 (or 0x429998) is known color: Blue Chill. HEX triplet: 42, 99 and 98. RGB value is (66,153,152). Sum of RGB (Red+Green+Blue) = 66+153+152=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #429998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429998 is #BD6667. Grayscale: #7E7E7E. Windows color (decimal): -12412520 or 10000706. OLE color: 10000706.
HSL color Cylindrical-coordinate representation of color #429998: hue angle of 179.31º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429998 is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 66 | 153 | 152 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.4 |
| HSL | 179.31º | 0.4% | 0.43% | - |
| HSV(B) | 179.31º | 0.57% | 0.6% | - |
| XYZ | 19.31 | 26.21 | 33.75 | - |
| YUV | 126.87 | 142.18 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 153 | 152 | 0.57 | 0 | 0.01 | 0.4 | 179.31 | 0.4 | 0.43 |
| Hex | 42 | 99 | 98 | 39 | 0 | 1 | 28 | B3 | 28 | 2B |
| Octal | 102 | 231 | 230 | 71 | 0 | 1 | 50 | 263 | 50 | 53 |
| Binary | 1000010 | 10011001 | 10011000 | 111001 | 0 | 1 | 101000 | 10110011 | 101000 | 101011 |
Color Harmonies of #429998
Complementary color
Monochromatic Colors of #429998
Black with #429998
Text Example
Text Example
White with #429998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429998; }
p { color: rgb(66,153,152); }
H1.HeaderClassName
{
color: #429998;
}
.AnyTagClassName
{
color: #429998;
}
</style>
background-color css
<style>
a { background-color: #429998; }
a { background-color: rgb(66,153,152); }
div.DivClassName
{
background-color: #429998;
}
.BgClassName
{
background-color: #429998;
}
</style>
border-color css
<style>
span { border-color: #429998; }
span { border-color: rgb(66,153,152); }
td.TdClassName
{
border-color: #429998;
}
.TagClassName
{
border-color: #429998;
}
</style>