Shades of Pelorous #2E92BA
Tints of Pelorous #2E92BA
RGB
CMYK
RGB Variations
Color information
#2E92BA (or 0x2E92BA) is known color: Pelorous. HEX triplet: 2E, 92 and BA. RGB value is (46,146,186). Sum of RGB (Red+Green+Blue) = 46+146+186=378 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.17% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E92BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E92BA is #D16D45. Grayscale: #787878. Windows color (decimal): -13724998 or 12227118. OLE color: 12227118.
HSL color Cylindrical-coordinate representation of color #2E92BA: hue angle of 197.14º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E92BA is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 146 | 186 | - |
| CMYK | 0.75 | 0.22 | 0 | 0.27 |
| HSL | 197.14º | 0.6% | 0.45% | - |
| HSV(B) | 197.14º | 0.75% | 0.73% | - |
| XYZ | 20.27 | 24.68 | 50.15 | - |
| YUV | 120.66 | 164.87 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 146 | 186 | 0.75 | 0.22 | 0 | 0.27 | 197.14 | 0.6 | 0.45 |
| Hex | 2E | 92 | BA | 4B | 16 | 0 | 1B | C5 | 3C | 2D |
| Octal | 56 | 222 | 272 | 113 | 26 | 0 | 33 | 305 | 74 | 55 |
| Binary | 101110 | 10010010 | 10111010 | 1001011 | 10110 | 0 | 11011 | 11000101 | 111100 | 101101 |
Color Harmonies of #2E92BA
Complementary color
Monochromatic Colors of #2E92BA
Black with #2E92BA
Text Example
Text Example
White with #2E92BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E92BA; }
p { color: rgb(46,146,186); }
H1.HeaderClassName
{
color: #2E92BA;
}
.AnyTagClassName
{
color: #2E92BA;
}
</style>
background-color css
<style>
a { background-color: #2E92BA; }
a { background-color: rgb(46,146,186); }
div.DivClassName
{
background-color: #2E92BA;
}
.BgClassName
{
background-color: #2E92BA;
}
</style>
border-color css
<style>
span { border-color: #2E92BA; }
span { border-color: rgb(46,146,186); }
td.TdClassName
{
border-color: #2E92BA;
}
.TagClassName
{
border-color: #2E92BA;
}
</style>