Shades of Pelorous #2E9BBD
Tints of Pelorous #2E9BBD
RGB
CMYK
RGB Variations
Color information
#2E9BBD (or 0x2E9BBD) is known color: Pelorous. HEX triplet: 2E, 9B and BD. RGB value is (46,155,189). Sum of RGB (Red+Green+Blue) = 46+155+189=390 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.79% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E9BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9BBD is #D16442. Grayscale: #7E7E7E. Windows color (decimal): -13722691 or 12426030. OLE color: 12426030.
HSL color Cylindrical-coordinate representation of color #2E9BBD: hue angle of 194.27º 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 #2E9BBD is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 155 | 189 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.26 |
| HSL | 194.27º | 0.61% | 0.46% | - |
| HSV(B) | 194.27º | 0.76% | 0.74% | - |
| XYZ | 22.03 | 27.7 | 52.33 | - |
| YUV | 126.29 | 163.39 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 155 | 189 | 0.76 | 0.18 | 0 | 0.26 | 194.27 | 0.61 | 0.46 |
| Hex | 2E | 9B | BD | 4C | 12 | 0 | 1A | C2 | 3D | 2E |
| Octal | 56 | 233 | 275 | 114 | 22 | 0 | 32 | 302 | 75 | 56 |
| Binary | 101110 | 10011011 | 10111101 | 1001100 | 10010 | 0 | 11010 | 11000010 | 111101 | 101110 |
Color Harmonies of #2E9BBD
Complementary color
Monochromatic Colors of #2E9BBD
Black with #2E9BBD
Text Example
Text Example
White with #2E9BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9BBD; }
p { color: rgb(46,155,189); }
H1.HeaderClassName
{
color: #2E9BBD;
}
.AnyTagClassName
{
color: #2E9BBD;
}
</style>
background-color css
<style>
a { background-color: #2E9BBD; }
a { background-color: rgb(46,155,189); }
div.DivClassName
{
background-color: #2E9BBD;
}
.BgClassName
{
background-color: #2E9BBD;
}
</style>
border-color css
<style>
span { border-color: #2E9BBD; }
span { border-color: rgb(46,155,189); }
td.TdClassName
{
border-color: #2E9BBD;
}
.TagClassName
{
border-color: #2E9BBD;
}
</style>