Shades of Pelorous #2E9FB4
Tints of Pelorous #2E9FB4
RGB
CMYK
RGB Variations
Color information
#2E9FB4 (or 0x2E9FB4) is known color: Pelorous. HEX triplet: 2E, 9F and B4. RGB value is (46,159,180). Sum of RGB (Red+Green+Blue) = 46+159+180=385 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.95% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 180 - color contains mainly: blue. Hex color #2E9FB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9FB4 is #D1604B. Grayscale: #7F7F7F. Windows color (decimal): -13721676 or 11837230. OLE color: 11837230.
HSL color Cylindrical-coordinate representation of color #2E9FB4: hue angle of 189.4º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E9FB4 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 159 | 180 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.29 |
| HSL | 189.4º | 0.59% | 0.44% | - |
| HSV(B) | 189.4º | 0.74% | 0.71% | - |
| XYZ | 21.76 | 28.67 | 47.57 | - |
| YUV | 127.61 | 157.56 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 159 | 180 | 0.74 | 0.12 | 0 | 0.29 | 189.4 | 0.59 | 0.44 |
| Hex | 2E | 9F | B4 | 4A | C | 0 | 1D | BD | 3B | 2C |
| Octal | 56 | 237 | 264 | 112 | 14 | 0 | 35 | 275 | 73 | 54 |
| Binary | 101110 | 10011111 | 10110100 | 1001010 | 1100 | 0 | 11101 | 10111101 | 111011 | 101100 |
Color Harmonies of #2E9FB4
Complementary color
Monochromatic Colors of #2E9FB4
Black with #2E9FB4
Text Example
Text Example
White with #2E9FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9FB4; }
p { color: rgb(46,159,180); }
H1.HeaderClassName
{
color: #2E9FB4;
}
.AnyTagClassName
{
color: #2E9FB4;
}
</style>
background-color css
<style>
a { background-color: #2E9FB4; }
a { background-color: rgb(46,159,180); }
div.DivClassName
{
background-color: #2E9FB4;
}
.BgClassName
{
background-color: #2E9FB4;
}
</style>
border-color css
<style>
span { border-color: #2E9FB4; }
span { border-color: rgb(46,159,180); }
td.TdClassName
{
border-color: #2E9FB4;
}
.TagClassName
{
border-color: #2E9FB4;
}
</style>