Shades of Pelorous #2E9BAC
Tints of Pelorous #2E9BAC
RGB
CMYK
RGB Variations
Color information
#2E9BAC (or 0x2E9BAC) is known color: Pelorous. HEX triplet: 2E, 9B and AC. RGB value is (46,155,172). Sum of RGB (Red+Green+Blue) = 46+155+172=373 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.33% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E9BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9BAC is #D16453. Grayscale: #7C7C7C. Windows color (decimal): -13722708 or 11311918. OLE color: 11311918.
HSL color Cylindrical-coordinate representation of color #2E9BAC: hue angle of 188.1º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E9BAC is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 155 | 172 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.33 |
| HSL | 188.1º | 0.58% | 0.43% | - |
| HSV(B) | 188.1º | 0.73% | 0.67% | - |
| XYZ | 20.29 | 27 | 43.17 | - |
| YUV | 124.35 | 154.89 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 155 | 172 | 0.73 | 0.10 | 0 | 0.33 | 188.1 | 0.58 | 0.43 |
| Hex | 2E | 9B | AC | 49 | A | 0 | 21 | BC | 3A | 2B |
| Octal | 56 | 233 | 254 | 111 | 12 | 0 | 41 | 274 | 72 | 53 |
| Binary | 101110 | 10011011 | 10101100 | 1001001 | 1010 | 0 | 100001 | 10111100 | 111010 | 101011 |
Color Harmonies of #2E9BAC
Complementary color
Monochromatic Colors of #2E9BAC
Black with #2E9BAC
Text Example
Text Example
White with #2E9BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9BAC; }
p { color: rgb(46,155,172); }
H1.HeaderClassName
{
color: #2E9BAC;
}
.AnyTagClassName
{
color: #2E9BAC;
}
</style>
background-color css
<style>
a { background-color: #2E9BAC; }
a { background-color: rgb(46,155,172); }
div.DivClassName
{
background-color: #2E9BAC;
}
.BgClassName
{
background-color: #2E9BAC;
}
</style>
border-color css
<style>
span { border-color: #2E9BAC; }
span { border-color: rgb(46,155,172); }
td.TdClassName
{
border-color: #2E9BAC;
}
.TagClassName
{
border-color: #2E9BAC;
}
</style>