Shades of Blue Chill #42938C
Tints of Blue Chill #42938C
RGB
CMYK
RGB Variations
Color information
#42938C (or 0x42938C) is known color: Blue Chill. HEX triplet: 42, 93 and 8C. RGB value is (66,147,140). Sum of RGB (Red+Green+Blue) = 66+147+140=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #42938C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42938C is #BD6C73. Grayscale: #797979. Windows color (decimal): -12414068 or 9212738. OLE color: 9212738.
HSL color Cylindrical-coordinate representation of color #42938C: hue angle of 174.81º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42938C is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 147 | 140 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.42 |
| HSL | 174.81º | 0.38% | 0.42% | - |
| HSV(B) | 174.81º | 0.55% | 0.58% | - |
| XYZ | 17.41 | 23.92 | 28.51 | - |
| YUV | 121.98 | 138.16 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 147 | 140 | 0.55 | 0 | 0.05 | 0.42 | 174.81 | 0.38 | 0.42 |
| Hex | 42 | 93 | 8C | 37 | 0 | 5 | 2A | AF | 26 | 2A |
| Octal | 102 | 223 | 214 | 67 | 0 | 5 | 52 | 257 | 46 | 52 |
| Binary | 1000010 | 10010011 | 10001100 | 110111 | 0 | 101 | 101010 | 10101111 | 100110 | 101010 |
Color Harmonies of #42938C
Complementary color
Monochromatic Colors of #42938C
Black with #42938C
Text Example
Text Example
White with #42938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42938C; }
p { color: rgb(66,147,140); }
H1.HeaderClassName
{
color: #42938C;
}
.AnyTagClassName
{
color: #42938C;
}
</style>
background-color css
<style>
a { background-color: #42938C; }
a { background-color: rgb(66,147,140); }
div.DivClassName
{
background-color: #42938C;
}
.BgClassName
{
background-color: #42938C;
}
</style>
border-color css
<style>
span { border-color: #42938C; }
span { border-color: rgb(66,147,140); }
td.TdClassName
{
border-color: #42938C;
}
.TagClassName
{
border-color: #42938C;
}
</style>