Shades of Blue Chill #429095
Tints of Blue Chill #429095
RGB
CMYK
RGB Variations
Color information
#429095 (or 0x429095) is known color: Blue Chill. HEX triplet: 42, 90 and 95. RGB value is (66,144,149). Sum of RGB (Red+Green+Blue) = 66+144+149=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #429095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429095 is #BD6F6A. Grayscale: #797979. Windows color (decimal): -12414827 or 9801794. OLE color: 9801794.
HSL color Cylindrical-coordinate representation of color #429095: hue angle of 183.61º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #429095 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 144 | 149 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.42 |
| HSL | 183.61º | 0.39% | 0.42% | - |
| HSV(B) | 183.61º | 0.56% | 0.58% | - |
| XYZ | 17.64 | 23.27 | 32 | - |
| YUV | 121.25 | 143.66 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 144 | 149 | 0.56 | 0.03 | 0 | 0.42 | 183.61 | 0.39 | 0.42 |
| Hex | 42 | 90 | 95 | 38 | 3 | 0 | 2A | B8 | 27 | 2A |
| Octal | 102 | 220 | 225 | 70 | 3 | 0 | 52 | 270 | 47 | 52 |
| Binary | 1000010 | 10010000 | 10010101 | 111000 | 11 | 0 | 101010 | 10111000 | 100111 | 101010 |
Color Harmonies of #429095
Complementary color
Monochromatic Colors of #429095
Black with #429095
Text Example
Text Example
White with #429095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429095; }
p { color: rgb(66,144,149); }
H1.HeaderClassName
{
color: #429095;
}
.AnyTagClassName
{
color: #429095;
}
</style>
background-color css
<style>
a { background-color: #429095; }
a { background-color: rgb(66,144,149); }
div.DivClassName
{
background-color: #429095;
}
.BgClassName
{
background-color: #429095;
}
</style>
border-color css
<style>
span { border-color: #429095; }
span { border-color: rgb(66,144,149); }
td.TdClassName
{
border-color: #429095;
}
.TagClassName
{
border-color: #429095;
}
</style>