Shades of Pelorous #2E9DB6
Tints of Pelorous #2E9DB6
RGB
CMYK
RGB Variations
Color information
#2E9DB6 (or 0x2E9DB6) is known color: Pelorous. HEX triplet: 2E, 9D and B6. RGB value is (46,157,182). Sum of RGB (Red+Green+Blue) = 46+157+182=385 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.95% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 182 - color contains mainly: blue. Hex color #2E9DB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9DB6 is #D16249. Grayscale: #7E7E7E. Windows color (decimal): -13722186 or 11967790. OLE color: 11967790.
HSL color Cylindrical-coordinate representation of color #2E9DB6: hue angle of 191.03º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E9DB6 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 157 | 182 | - |
| CMYK | 0.75 | 0.14 | 0 | 0.29 |
| HSL | 191.03º | 0.6% | 0.45% | - |
| HSV(B) | 191.03º | 0.75% | 0.71% | - |
| XYZ | 21.63 | 28.07 | 48.53 | - |
| YUV | 126.66 | 159.23 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 157 | 182 | 0.75 | 0.14 | 0 | 0.29 | 191.03 | 0.6 | 0.45 |
| Hex | 2E | 9D | B6 | 4B | E | 0 | 1D | BF | 3C | 2D |
| Octal | 56 | 235 | 266 | 113 | 16 | 0 | 35 | 277 | 74 | 55 |
| Binary | 101110 | 10011101 | 10110110 | 1001011 | 1110 | 0 | 11101 | 10111111 | 111100 | 101101 |
Color Harmonies of #2E9DB6
Complementary color
Monochromatic Colors of #2E9DB6
Black with #2E9DB6
Text Example
Text Example
White with #2E9DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9DB6; }
p { color: rgb(46,157,182); }
H1.HeaderClassName
{
color: #2E9DB6;
}
.AnyTagClassName
{
color: #2E9DB6;
}
</style>
background-color css
<style>
a { background-color: #2E9DB6; }
a { background-color: rgb(46,157,182); }
div.DivClassName
{
background-color: #2E9DB6;
}
.BgClassName
{
background-color: #2E9DB6;
}
</style>
border-color css
<style>
span { border-color: #2E9DB6; }
span { border-color: rgb(46,157,182); }
td.TdClassName
{
border-color: #2E9DB6;
}
.TagClassName
{
border-color: #2E9DB6;
}
</style>