Shades of Blue Chill #42898C
Tints of Blue Chill #42898C
RGB
CMYK
RGB Variations
Color information
#42898C (or 0x42898C) is known color: Blue Chill. HEX triplet: 42, 89 and 8C. RGB value is (66,137,140). Sum of RGB (Red+Green+Blue) = 66+137+140=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 140 - color contains mainly: blue. Hex color #42898C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42898C is #BD7673. Grayscale: #747474. Windows color (decimal): -12416628 or 9210178. OLE color: 9210178.
HSL color Cylindrical-coordinate representation of color #42898C: hue angle of 182.43º 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 #42898C is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 137 | 140 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.45 |
| HSL | 182.43º | 0.36% | 0.4% | - |
| HSV(B) | 182.43º | 0.53% | 0.55% | - |
| XYZ | 15.93 | 20.94 | 28.01 | - |
| YUV | 116.11 | 141.48 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 137 | 140 | 0.53 | 0.02 | 0 | 0.45 | 182.43 | 0.36 | 0.4 |
| Hex | 42 | 89 | 8C | 35 | 2 | 0 | 2D | B6 | 24 | 28 |
| Octal | 102 | 211 | 214 | 65 | 2 | 0 | 55 | 266 | 44 | 50 |
| Binary | 1000010 | 10001001 | 10001100 | 110101 | 10 | 0 | 101101 | 10110110 | 100100 | 101000 |
Color Harmonies of #42898C
Complementary color
Monochromatic Colors of #42898C
Black with #42898C
Text Example
Text Example
White with #42898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42898C; }
p { color: rgb(66,137,140); }
H1.HeaderClassName
{
color: #42898C;
}
.AnyTagClassName
{
color: #42898C;
}
</style>
background-color css
<style>
a { background-color: #42898C; }
a { background-color: rgb(66,137,140); }
div.DivClassName
{
background-color: #42898C;
}
.BgClassName
{
background-color: #42898C;
}
</style>
border-color css
<style>
span { border-color: #42898C; }
span { border-color: rgb(66,137,140); }
td.TdClassName
{
border-color: #42898C;
}
.TagClassName
{
border-color: #42898C;
}
</style>