Shades of Blue Chill #42918C
Tints of Blue Chill #42918C
RGB
CMYK
RGB Variations
Color information
#42918C (or 0x42918C) is known color: Blue Chill. HEX triplet: 42, 91 and 8C. RGB value is (66,145,140). Sum of RGB (Red+Green+Blue) = 66+145+140=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 145 - color contains mainly: green. Hex color #42918C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42918C is #BD6E73. Grayscale: #787878. Windows color (decimal): -12414580 or 9212226. OLE color: 9212226.
HSL color Cylindrical-coordinate representation of color #42918C: hue angle of 176.2º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42918C is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 145 | 140 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.43 |
| HSL | 176.2º | 0.37% | 0.41% | - |
| HSV(B) | 176.2º | 0.54% | 0.57% | - |
| XYZ | 17.11 | 23.3 | 28.41 | - |
| YUV | 120.81 | 138.83 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 145 | 140 | 0.54 | 0 | 0.03 | 0.43 | 176.2 | 0.37 | 0.41 |
| Hex | 42 | 91 | 8C | 36 | 0 | 3 | 2B | B0 | 25 | 29 |
| Octal | 102 | 221 | 214 | 66 | 0 | 3 | 53 | 260 | 45 | 51 |
| Binary | 1000010 | 10010001 | 10001100 | 110110 | 0 | 11 | 101011 | 10110000 | 100101 | 101001 |
Color Harmonies of #42918C
Complementary color
Monochromatic Colors of #42918C
Black with #42918C
Text Example
Text Example
White with #42918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42918C; }
p { color: rgb(66,145,140); }
H1.HeaderClassName
{
color: #42918C;
}
.AnyTagClassName
{
color: #42918C;
}
</style>
background-color css
<style>
a { background-color: #42918C; }
a { background-color: rgb(66,145,140); }
div.DivClassName
{
background-color: #42918C;
}
.BgClassName
{
background-color: #42918C;
}
</style>
border-color css
<style>
span { border-color: #42918C; }
span { border-color: rgb(66,145,140); }
td.TdClassName
{
border-color: #42918C;
}
.TagClassName
{
border-color: #42918C;
}
</style>