Shades of Blue Chill #42939A
Tints of Blue Chill #42939A
RGB
CMYK
RGB Variations
Color information
#42939A (or 0x42939A) is known color: Blue Chill. HEX triplet: 42, 93 and 9A. RGB value is (66,147,154). Sum of RGB (Red+Green+Blue) = 66+147+154=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 154 - color contains mainly: blue. Hex color #42939A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42939A is #BD6C65. Grayscale: #7B7B7B. Windows color (decimal): -12414054 or 10130242. OLE color: 10130242.
HSL color Cylindrical-coordinate representation of color #42939A: hue angle of 184.77º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42939A is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 147 | 154 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.40 |
| HSL | 184.77º | 0.4% | 0.43% | - |
| HSV(B) | 184.77º | 0.57% | 0.6% | - |
| XYZ | 18.51 | 24.36 | 34.3 | - |
| YUV | 123.58 | 145.16 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 147 | 154 | 0.57 | 0.05 | 0 | 0.40 | 184.77 | 0.4 | 0.43 |
| Hex | 42 | 93 | 9A | 39 | 5 | 0 | 28 | B9 | 28 | 2B |
| Octal | 102 | 223 | 232 | 71 | 5 | 0 | 50 | 271 | 50 | 53 |
| Binary | 1000010 | 10010011 | 10011010 | 111001 | 101 | 0 | 101000 | 10111001 | 101000 | 101011 |
Color Harmonies of #42939A
Complementary color
Monochromatic Colors of #42939A
Black with #42939A
Text Example
Text Example
White with #42939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42939A; }
p { color: rgb(66,147,154); }
H1.HeaderClassName
{
color: #42939A;
}
.AnyTagClassName
{
color: #42939A;
}
</style>
background-color css
<style>
a { background-color: #42939A; }
a { background-color: rgb(66,147,154); }
div.DivClassName
{
background-color: #42939A;
}
.BgClassName
{
background-color: #42939A;
}
</style>
border-color css
<style>
span { border-color: #42939A; }
span { border-color: rgb(66,147,154); }
td.TdClassName
{
border-color: #42939A;
}
.TagClassName
{
border-color: #42939A;
}
</style>