Shades of Blue Chill #2D878B
Tints of Blue Chill #2D878B
RGB
CMYK
RGB Variations
Color information
#2D878B (or 0x2D878B) is known color: Blue Chill. HEX triplet: 2D, 87 and 8B. RGB value is (45,135,139). Sum of RGB (Red+Green+Blue) = 45+135+139=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D878B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D878B is #D27874. Grayscale: #6C6C6C. Windows color (decimal): -13793397 or 9144109. OLE color: 9144109.
HSL color Cylindrical-coordinate representation of color #2D878B: 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.68%. Process color model (Four color, CMYK) of #2D878B is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 135 | 139 | - |
| CMYK | 0.68 | 0.03 | 0 | 0.45 |
| HSL | 182.55º | 0.51% | 0.36% | - |
| HSV(B) | 182.55º | 0.68% | 0.55% | - |
| XYZ | 14.41 | 19.75 | 27.48 | - |
| YUV | 108.55 | 145.18 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 135 | 139 | 0.68 | 0.03 | 0 | 0.45 | 182.55 | 0.51 | 0.36 |
| Hex | 2D | 87 | 8B | 44 | 3 | 0 | 2D | B7 | 33 | 24 |
| Octal | 55 | 207 | 213 | 104 | 3 | 0 | 55 | 267 | 63 | 44 |
| Binary | 101101 | 10000111 | 10001011 | 1000100 | 11 | 0 | 101101 | 10110111 | 110011 | 100100 |
Color Harmonies of #2D878B
Complementary color
Monochromatic Colors of #2D878B
Black with #2D878B
Text Example
Text Example
White with #2D878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D878B; }
p { color: rgb(45,135,139); }
H1.HeaderClassName
{
color: #2D878B;
}
.AnyTagClassName
{
color: #2D878B;
}
</style>
background-color css
<style>
a { background-color: #2D878B; }
a { background-color: rgb(45,135,139); }
div.DivClassName
{
background-color: #2D878B;
}
.BgClassName
{
background-color: #2D878B;
}
</style>
border-color css
<style>
span { border-color: #2D878B; }
span { border-color: rgb(45,135,139); }
td.TdClassName
{
border-color: #2D878B;
}
.TagClassName
{
border-color: #2D878B;
}
</style>