Shades of Pelorous #2E9BBC
Tints of Pelorous #2E9BBC
RGB
CMYK
RGB Variations
Color information
#2E9BBC (or 0x2E9BBC) is known color: Pelorous. HEX triplet: 2E, 9B and BC. RGB value is (46,155,188). Sum of RGB (Red+Green+Blue) = 46+155+188=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E9BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9BBC is #D16443. Grayscale: #7D7D7D. Windows color (decimal): -13722692 or 12360494. OLE color: 12360494.
HSL color Cylindrical-coordinate representation of color #2E9BBC: hue angle of 193.94º 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 #2E9BBC is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 155 | 188 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.26 |
| HSL | 193.94º | 0.61% | 0.46% | - |
| HSV(B) | 193.94º | 0.76% | 0.74% | - |
| XYZ | 21.93 | 27.65 | 51.76 | - |
| YUV | 126.17 | 162.89 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 155 | 188 | 0.76 | 0.18 | 0 | 0.26 | 193.94 | 0.61 | 0.46 |
| Hex | 2E | 9B | BC | 4C | 12 | 0 | 1A | C2 | 3D | 2E |
| Octal | 56 | 233 | 274 | 114 | 22 | 0 | 32 | 302 | 75 | 56 |
| Binary | 101110 | 10011011 | 10111100 | 1001100 | 10010 | 0 | 11010 | 11000010 | 111101 | 101110 |
Color Harmonies of #2E9BBC
Complementary color
Monochromatic Colors of #2E9BBC
Black with #2E9BBC
Text Example
Text Example
White with #2E9BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9BBC; }
p { color: rgb(46,155,188); }
H1.HeaderClassName
{
color: #2E9BBC;
}
.AnyTagClassName
{
color: #2E9BBC;
}
</style>
background-color css
<style>
a { background-color: #2E9BBC; }
a { background-color: rgb(46,155,188); }
div.DivClassName
{
background-color: #2E9BBC;
}
.BgClassName
{
background-color: #2E9BBC;
}
</style>
border-color css
<style>
span { border-color: #2E9BBC; }
span { border-color: rgb(46,155,188); }
td.TdClassName
{
border-color: #2E9BBC;
}
.TagClassName
{
border-color: #2E9BBC;
}
</style>