Shades of Blue Chill #42868C
Tints of Blue Chill #42868C
RGB
CMYK
RGB Variations
Color information
#42868C (or 0x42868C) is known color: Blue Chill. HEX triplet: 42, 86 and 8C. RGB value is (66,134,140). Sum of RGB (Red+Green+Blue) = 66+134+140=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 140 - color contains mainly: blue. Hex color #42868C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42868C is #BD7973. Grayscale: #727272. Windows color (decimal): -12417396 or 9209410. OLE color: 9209410.
HSL color Cylindrical-coordinate representation of color #42868C: hue angle of 184.86º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42868C is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 134 | 140 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.45 |
| HSL | 184.86º | 0.36% | 0.4% | - |
| HSV(B) | 184.86º | 0.53% | 0.55% | - |
| XYZ | 15.51 | 20.1 | 27.87 | - |
| YUV | 114.35 | 142.47 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 140 | 0.53 | 0.04 | 0 | 0.45 | 184.86 | 0.36 | 0.4 |
| Hex | 42 | 86 | 8C | 35 | 4 | 0 | 2D | B9 | 24 | 28 |
| Octal | 102 | 206 | 214 | 65 | 4 | 0 | 55 | 271 | 44 | 50 |
| Binary | 1000010 | 10000110 | 10001100 | 110101 | 100 | 0 | 101101 | 10111001 | 100100 | 101000 |
Color Harmonies of #42868C
Complementary color
Monochromatic Colors of #42868C
Black with #42868C
Text Example
Text Example
White with #42868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42868C; }
p { color: rgb(66,134,140); }
H1.HeaderClassName
{
color: #42868C;
}
.AnyTagClassName
{
color: #42868C;
}
</style>
background-color css
<style>
a { background-color: #42868C; }
a { background-color: rgb(66,134,140); }
div.DivClassName
{
background-color: #42868C;
}
.BgClassName
{
background-color: #42868C;
}
</style>
border-color css
<style>
span { border-color: #42868C; }
span { border-color: rgb(66,134,140); }
td.TdClassName
{
border-color: #42868C;
}
.TagClassName
{
border-color: #42868C;
}
</style>