Shades of Pelorous #2E9CBC
Tints of Pelorous #2E9CBC
RGB
CMYK
RGB Variations
Color information
#2E9CBC (or 0x2E9CBC) is known color: Pelorous. HEX triplet: 2E, 9C and BC. RGB value is (46,156,188). Sum of RGB (Red+Green+Blue) = 46+156+188=390 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.79% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E9CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9CBC is #D16343. Grayscale: #7E7E7E. Windows color (decimal): -13722436 or 12360750. OLE color: 12360750.
HSL color Cylindrical-coordinate representation of color #2E9CBC: hue angle of 193.52º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E9CBC is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 156 | 188 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.26 |
| HSL | 193.52º | 0.61% | 0.46% | - |
| HSV(B) | 193.52º | 0.76% | 0.74% | - |
| XYZ | 22.09 | 27.99 | 51.81 | - |
| YUV | 126.76 | 162.56 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 156 | 188 | 0.76 | 0.17 | 0 | 0.26 | 193.52 | 0.61 | 0.46 |
| Hex | 2E | 9C | BC | 4C | 11 | 0 | 1A | C2 | 3D | 2E |
| Octal | 56 | 234 | 274 | 114 | 21 | 0 | 32 | 302 | 75 | 56 |
| Binary | 101110 | 10011100 | 10111100 | 1001100 | 10001 | 0 | 11010 | 11000010 | 111101 | 101110 |
Color Harmonies of #2E9CBC
Complementary color
Monochromatic Colors of #2E9CBC
Black with #2E9CBC
Text Example
Text Example
White with #2E9CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9CBC; }
p { color: rgb(46,156,188); }
H1.HeaderClassName
{
color: #2E9CBC;
}
.AnyTagClassName
{
color: #2E9CBC;
}
</style>
background-color css
<style>
a { background-color: #2E9CBC; }
a { background-color: rgb(46,156,188); }
div.DivClassName
{
background-color: #2E9CBC;
}
.BgClassName
{
background-color: #2E9CBC;
}
</style>
border-color css
<style>
span { border-color: #2E9CBC; }
span { border-color: rgb(46,156,188); }
td.TdClassName
{
border-color: #2E9CBC;
}
.TagClassName
{
border-color: #2E9CBC;
}
</style>