Shades of Blue Chill #2E858D
Tints of Blue Chill #2E858D
RGB
CMYK
RGB Variations
Color information
#2E858D (or 0x2E858D) is known color: Blue Chill. HEX triplet: 2E, 85 and 8D. RGB value is (46,133,141). Sum of RGB (Red+Green+Blue) = 46+133+141=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E858D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E858D is #D17A72. Grayscale: #6B6B6B. Windows color (decimal): -13728371 or 9274670. OLE color: 9274670.
HSL color Cylindrical-coordinate representation of color #2E858D: hue angle of 185.05º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E858D is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 133 | 141 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.45 |
| HSL | 185.05º | 0.51% | 0.37% | - |
| HSV(B) | 185.05º | 0.67% | 0.55% | - |
| XYZ | 14.32 | 19.28 | 28.17 | - |
| YUV | 107.9 | 146.68 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 133 | 141 | 0.67 | 0.06 | 0 | 0.45 | 185.05 | 0.51 | 0.37 |
| Hex | 2E | 85 | 8D | 43 | 6 | 0 | 2D | B9 | 33 | 25 |
| Octal | 56 | 205 | 215 | 103 | 6 | 0 | 55 | 271 | 63 | 45 |
| Binary | 101110 | 10000101 | 10001101 | 1000011 | 110 | 0 | 101101 | 10111001 | 110011 | 100101 |
Color Harmonies of #2E858D
Complementary color
Monochromatic Colors of #2E858D
Black with #2E858D
Text Example
Text Example
White with #2E858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E858D; }
p { color: rgb(46,133,141); }
H1.HeaderClassName
{
color: #2E858D;
}
.AnyTagClassName
{
color: #2E858D;
}
</style>
background-color css
<style>
a { background-color: #2E858D; }
a { background-color: rgb(46,133,141); }
div.DivClassName
{
background-color: #2E858D;
}
.BgClassName
{
background-color: #2E858D;
}
</style>
border-color css
<style>
span { border-color: #2E858D; }
span { border-color: rgb(46,133,141); }
td.TdClassName
{
border-color: #2E858D;
}
.TagClassName
{
border-color: #2E858D;
}
</style>