Shades of Blue Chill #429299
Tints of Blue Chill #429299
RGB
CMYK
RGB Variations
Color information
#429299 (or 0x429299) is known color: Blue Chill. HEX triplet: 42, 92 and 99. RGB value is (66,146,153). Sum of RGB (Red+Green+Blue) = 66+146+153=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #429299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429299 is #BD6D66. Grayscale: #7A7A7A. Windows color (decimal): -12414311 or 10064450. OLE color: 10064450.
HSL color Cylindrical-coordinate representation of color #429299: hue angle of 184.83º 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 #429299 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 66 | 146 | 153 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.4 |
| HSL | 184.83º | 0.4% | 0.43% | - |
| HSV(B) | 184.83º | 0.57% | 0.6% | - |
| XYZ | 18.28 | 24.02 | 33.81 | - |
| YUV | 122.88 | 145 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 146 | 153 | 0.57 | 0.05 | 0 | 0.4 | 184.83 | 0.4 | 0.43 |
| Hex | 42 | 92 | 99 | 39 | 5 | 0 | 28 | B9 | 28 | 2B |
| Octal | 102 | 222 | 231 | 71 | 5 | 0 | 50 | 271 | 50 | 53 |
| Binary | 1000010 | 10010010 | 10011001 | 111001 | 101 | 0 | 101000 | 10111001 | 101000 | 101011 |
Color Harmonies of #429299
Complementary color
Monochromatic Colors of #429299
Black with #429299
Text Example
Text Example
White with #429299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429299; }
p { color: rgb(66,146,153); }
H1.HeaderClassName
{
color: #429299;
}
.AnyTagClassName
{
color: #429299;
}
</style>
background-color css
<style>
a { background-color: #429299; }
a { background-color: rgb(66,146,153); }
div.DivClassName
{
background-color: #429299;
}
.BgClassName
{
background-color: #429299;
}
</style>
border-color css
<style>
span { border-color: #429299; }
span { border-color: rgb(66,146,153); }
td.TdClassName
{
border-color: #429299;
}
.TagClassName
{
border-color: #429299;
}
</style>