Shades of Blue Chill #2E878C
Tints of Blue Chill #2E878C
RGB
CMYK
RGB Variations
Color information
#2E878C (or 0x2E878C) is known color: Blue Chill. HEX triplet: 2E, 87 and 8C. RGB value is (46,135,140). Sum of RGB (Red+Green+Blue) = 46+135+140=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E878C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E878C is #D17873. Grayscale: #6C6C6C. Windows color (decimal): -13727860 or 9209646. OLE color: 9209646.
HSL color Cylindrical-coordinate representation of color #2E878C: hue angle of 183.19º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E878C is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 135 | 140 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.45 |
| HSL | 183.19º | 0.51% | 0.36% | - |
| HSV(B) | 183.19º | 0.67% | 0.55% | - |
| XYZ | 14.52 | 19.8 | 27.87 | - |
| YUV | 108.96 | 145.51 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 135 | 140 | 0.67 | 0.04 | 0 | 0.45 | 183.19 | 0.51 | 0.36 |
| Hex | 2E | 87 | 8C | 43 | 4 | 0 | 2D | B7 | 33 | 24 |
| Octal | 56 | 207 | 214 | 103 | 4 | 0 | 55 | 267 | 63 | 44 |
| Binary | 101110 | 10000111 | 10001100 | 1000011 | 100 | 0 | 101101 | 10110111 | 110011 | 100100 |
Color Harmonies of #2E878C
Complementary color
Monochromatic Colors of #2E878C
Black with #2E878C
Text Example
Text Example
White with #2E878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E878C; }
p { color: rgb(46,135,140); }
H1.HeaderClassName
{
color: #2E878C;
}
.AnyTagClassName
{
color: #2E878C;
}
</style>
background-color css
<style>
a { background-color: #2E878C; }
a { background-color: rgb(46,135,140); }
div.DivClassName
{
background-color: #2E878C;
}
.BgClassName
{
background-color: #2E878C;
}
</style>
border-color css
<style>
span { border-color: #2E878C; }
span { border-color: rgb(46,135,140); }
td.TdClassName
{
border-color: #2E878C;
}
.TagClassName
{
border-color: #2E878C;
}
</style>