Shades of Pelorous #2E97C2
Tints of Pelorous #2E97C2
RGB
CMYK
RGB Variations
Color information
#2E97C2 (or 0x2E97C2) is known color: Pelorous. HEX triplet: 2E, 97 and C2. RGB value is (46,151,194). Sum of RGB (Red+Green+Blue) = 46+151+194=391 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.76% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 194 (76.17% from 255 or 49.62% from 391); Max value from RGB is 194 - color contains mainly: blue. Hex color #2E97C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E97C2 is #D1683D. Grayscale: #7C7C7C. Windows color (decimal): -13723710 or 12752686. OLE color: 12752686.
HSL color Cylindrical-coordinate representation of color #2E97C2: hue angle of 197.43º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E97C2 is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 151 | 194 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.24 |
| HSL | 197.43º | 0.62% | 0.47% | - |
| HSV(B) | 197.43º | 0.76% | 0.76% | - |
| XYZ | 21.93 | 26.61 | 55.02 | - |
| YUV | 124.51 | 167.21 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 151 | 194 | 0.76 | 0.22 | 0 | 0.24 | 197.43 | 0.62 | 0.47 |
| Hex | 2E | 97 | C2 | 4C | 16 | 0 | 18 | C5 | 3E | 2F |
| Octal | 56 | 227 | 302 | 114 | 26 | 0 | 30 | 305 | 76 | 57 |
| Binary | 101110 | 10010111 | 11000010 | 1001100 | 10110 | 0 | 11000 | 11000101 | 111110 | 101111 |
Color Harmonies of #2E97C2
Complementary color
Monochromatic Colors of #2E97C2
Black with #2E97C2
Text Example
Text Example
White with #2E97C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E97C2; }
p { color: rgb(46,151,194); }
H1.HeaderClassName
{
color: #2E97C2;
}
.AnyTagClassName
{
color: #2E97C2;
}
</style>
background-color css
<style>
a { background-color: #2E97C2; }
a { background-color: rgb(46,151,194); }
div.DivClassName
{
background-color: #2E97C2;
}
.BgClassName
{
background-color: #2E97C2;
}
</style>
border-color css
<style>
span { border-color: #2E97C2; }
span { border-color: rgb(46,151,194); }
td.TdClassName
{
border-color: #2E97C2;
}
.TagClassName
{
border-color: #2E97C2;
}
</style>