Shades of Blue Chill #2E888C
Tints of Blue Chill #2E888C
RGB
CMYK
RGB Variations
Color information
#2E888C (or 0x2E888C) is known color: Blue Chill. HEX triplet: 2E, 88 and 8C. RGB value is (46,136,140). Sum of RGB (Red+Green+Blue) = 46+136+140=322 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.29% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E888C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E888C is #D17773. Grayscale: #6D6D6D. Windows color (decimal): -13727604 or 9209902. OLE color: 9209902.
HSL color Cylindrical-coordinate representation of color #2E888C: hue angle of 182.55º 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 #2E888C is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 136 | 140 | - |
| CMYK | 0.67 | 0.03 | 0 | 0.45 |
| HSL | 182.55º | 0.51% | 0.36% | - |
| HSV(B) | 182.55º | 0.67% | 0.55% | - |
| XYZ | 14.66 | 20.08 | 27.91 | - |
| YUV | 109.55 | 145.18 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 136 | 140 | 0.67 | 0.03 | 0 | 0.45 | 182.55 | 0.51 | 0.36 |
| Hex | 2E | 88 | 8C | 43 | 3 | 0 | 2D | B7 | 33 | 24 |
| Octal | 56 | 210 | 214 | 103 | 3 | 0 | 55 | 267 | 63 | 44 |
| Binary | 101110 | 10001000 | 10001100 | 1000011 | 11 | 0 | 101101 | 10110111 | 110011 | 100100 |
Color Harmonies of #2E888C
Complementary color
Monochromatic Colors of #2E888C
Black with #2E888C
Text Example
Text Example
White with #2E888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E888C; }
p { color: rgb(46,136,140); }
H1.HeaderClassName
{
color: #2E888C;
}
.AnyTagClassName
{
color: #2E888C;
}
</style>
background-color css
<style>
a { background-color: #2E888C; }
a { background-color: rgb(46,136,140); }
div.DivClassName
{
background-color: #2E888C;
}
.BgClassName
{
background-color: #2E888C;
}
</style>
border-color css
<style>
span { border-color: #2E888C; }
span { border-color: rgb(46,136,140); }
td.TdClassName
{
border-color: #2E888C;
}
.TagClassName
{
border-color: #2E888C;
}
</style>