Shades of Pelorous #2E9EC6
Tints of Pelorous #2E9EC6
RGB
CMYK
RGB Variations
Color information
#2E9EC6 (or 0x2E9EC6) is known color: Pelorous. HEX triplet: 2E, 9E and C6. RGB value is (46,158,198). Sum of RGB (Red+Green+Blue) = 46+158+198=402 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.44% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 198 (77.73% from 255 or 49.25% from 402); Max value from RGB is 198 - color contains mainly: blue. Hex color #2E9EC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9EC6 is #D16139. Grayscale: #808080. Windows color (decimal): -13721914 or 13016622. OLE color: 13016622.
HSL color Cylindrical-coordinate representation of color #2E9EC6: hue angle of 195.79º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E9EC6 is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 158 | 198 | - |
| CMYK | 0.77 | 0.20 | 0 | 0.22 |
| HSL | 195.79º | 0.62% | 0.48% | - |
| HSV(B) | 195.79º | 0.77% | 0.78% | - |
| XYZ | 23.55 | 29.11 | 57.8 | - |
| YUV | 129.07 | 166.89 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 158 | 198 | 0.77 | 0.20 | 0 | 0.22 | 195.79 | 0.62 | 0.48 |
| Hex | 2E | 9E | C6 | 4D | 14 | 0 | 16 | C4 | 3E | 30 |
| Octal | 56 | 236 | 306 | 115 | 24 | 0 | 26 | 304 | 76 | 60 |
| Binary | 101110 | 10011110 | 11000110 | 1001101 | 10100 | 0 | 10110 | 11000100 | 111110 | 110000 |
Color Harmonies of #2E9EC6
Complementary color
Monochromatic Colors of #2E9EC6
Black with #2E9EC6
Text Example
Text Example
White with #2E9EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9EC6; }
p { color: rgb(46,158,198); }
H1.HeaderClassName
{
color: #2E9EC6;
}
.AnyTagClassName
{
color: #2E9EC6;
}
</style>
background-color css
<style>
a { background-color: #2E9EC6; }
a { background-color: rgb(46,158,198); }
div.DivClassName
{
background-color: #2E9EC6;
}
.BgClassName
{
background-color: #2E9EC6;
}
</style>
border-color css
<style>
span { border-color: #2E9EC6; }
span { border-color: rgb(46,158,198); }
td.TdClassName
{
border-color: #2E9EC6;
}
.TagClassName
{
border-color: #2E9EC6;
}
</style>