Shades of Blue Chill #2E8B8B
Tints of Blue Chill #2E8B8B
RGB
CMYK
RGB Variations
Color information
#2E8B8B (or 0x2E8B8B) is known color: Blue Chill. HEX triplet: 2E, 8B and 8B. RGB value is (46,139,139). Sum of RGB (Red+Green+Blue) = 46+139+139=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #2E8B8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8B8B is #D17474. Grayscale: #6F6F6F. Windows color (decimal): -13726837 or 9145134. OLE color: 9145134.
HSL color Cylindrical-coordinate representation of color #2E8B8B: hue angle of 180º degrees, saturation: 0.5, 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 #2E8B8B is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 139 | 139 | - |
| CMYK | 0.67 | 0 | 0 | 0.45 |
| HSL | 180º | 0.5% | 0.36% | - |
| HSV(B) | 180º | 0.67% | 0.55% | - |
| XYZ | 15.02 | 20.91 | 27.67 | - |
| YUV | 111.19 | 143.69 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 139 | 139 | 0.67 | 0 | 0 | 0.45 | 180 | 0.5 | 0.36 |
| Hex | 2E | 8B | 8B | 43 | 0 | 0 | 2D | B4 | 32 | 24 |
| Octal | 56 | 213 | 213 | 103 | 0 | 0 | 55 | 264 | 62 | 44 |
| Binary | 101110 | 10001011 | 10001011 | 1000011 | 0 | 0 | 101101 | 10110100 | 110010 | 100100 |
Color Harmonies of #2E8B8B
Complementary color
Monochromatic Colors of #2E8B8B
Black with #2E8B8B
Text Example
Text Example
White with #2E8B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8B8B; }
p { color: rgb(46,139,139); }
H1.HeaderClassName
{
color: #2E8B8B;
}
.AnyTagClassName
{
color: #2E8B8B;
}
</style>
background-color css
<style>
a { background-color: #2E8B8B; }
a { background-color: rgb(46,139,139); }
div.DivClassName
{
background-color: #2E8B8B;
}
.BgClassName
{
background-color: #2E8B8B;
}
</style>
border-color css
<style>
span { border-color: #2E8B8B; }
span { border-color: rgb(46,139,139); }
td.TdClassName
{
border-color: #2E8B8B;
}
.TagClassName
{
border-color: #2E8B8B;
}
</style>