Shades of Blue Chill #42868D
Tints of Blue Chill #42868D
RGB
CMYK
RGB Variations
Color information
#42868D (or 0x42868D) is known color: Blue Chill. HEX triplet: 42, 86 and 8D. RGB value is (66,134,141). Sum of RGB (Red+Green+Blue) = 66+134+141=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #42868D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42868D is #BD7972. Grayscale: #727272. Windows color (decimal): -12417395 or 9274946. OLE color: 9274946.
HSL color Cylindrical-coordinate representation of color #42868D: hue angle of 185.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42868D is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 134 | 141 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.45 |
| HSL | 185.6º | 0.36% | 0.41% | - |
| HSV(B) | 185.6º | 0.53% | 0.55% | - |
| XYZ | 15.58 | 20.13 | 28.26 | - |
| YUV | 114.47 | 142.97 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 141 | 0.53 | 0.05 | 0 | 0.45 | 185.6 | 0.36 | 0.41 |
| Hex | 42 | 86 | 8D | 35 | 5 | 0 | 2D | BA | 24 | 29 |
| Octal | 102 | 206 | 215 | 65 | 5 | 0 | 55 | 272 | 44 | 51 |
| Binary | 1000010 | 10000110 | 10001101 | 110101 | 101 | 0 | 101101 | 10111010 | 100100 | 101001 |
Color Harmonies of #42868D
Complementary color
Monochromatic Colors of #42868D
Black with #42868D
Text Example
Text Example
White with #42868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42868D; }
p { color: rgb(66,134,141); }
H1.HeaderClassName
{
color: #42868D;
}
.AnyTagClassName
{
color: #42868D;
}
</style>
background-color css
<style>
a { background-color: #42868D; }
a { background-color: rgb(66,134,141); }
div.DivClassName
{
background-color: #42868D;
}
.BgClassName
{
background-color: #42868D;
}
</style>
border-color css
<style>
span { border-color: #42868D; }
span { border-color: rgb(66,134,141); }
td.TdClassName
{
border-color: #42868D;
}
.TagClassName
{
border-color: #42868D;
}
</style>