Shades of Pelorous #2E96BA
Tints of Pelorous #2E96BA
RGB
CMYK
RGB Variations
Color information
#2E96BA (or 0x2E96BA) is known color: Pelorous. HEX triplet: 2E, 96 and BA. RGB value is (46,150,186). Sum of RGB (Red+Green+Blue) = 46+150+186=382 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.04% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E96BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E96BA is #D16945. Grayscale: #7A7A7A. Windows color (decimal): -13723974 or 12228142. OLE color: 12228142.
HSL color Cylindrical-coordinate representation of color #2E96BA: hue angle of 195.43º 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 #2E96BA is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 150 | 186 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.27 |
| HSL | 195.43º | 0.6% | 0.45% | - |
| HSV(B) | 195.43º | 0.75% | 0.73% | - |
| XYZ | 20.9 | 25.94 | 50.36 | - |
| YUV | 123.01 | 163.54 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 150 | 186 | 0.75 | 0.19 | 0 | 0.27 | 195.43 | 0.6 | 0.45 |
| Hex | 2E | 96 | BA | 4B | 13 | 0 | 1B | C3 | 3C | 2D |
| Octal | 56 | 226 | 272 | 113 | 23 | 0 | 33 | 303 | 74 | 55 |
| Binary | 101110 | 10010110 | 10111010 | 1001011 | 10011 | 0 | 11011 | 11000011 | 111100 | 101101 |
Color Harmonies of #2E96BA
Complementary color
Monochromatic Colors of #2E96BA
Black with #2E96BA
Text Example
Text Example
White with #2E96BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E96BA; }
p { color: rgb(46,150,186); }
H1.HeaderClassName
{
color: #2E96BA;
}
.AnyTagClassName
{
color: #2E96BA;
}
</style>
background-color css
<style>
a { background-color: #2E96BA; }
a { background-color: rgb(46,150,186); }
div.DivClassName
{
background-color: #2E96BA;
}
.BgClassName
{
background-color: #2E96BA;
}
</style>
border-color css
<style>
span { border-color: #2E96BA; }
span { border-color: rgb(46,150,186); }
td.TdClassName
{
border-color: #2E96BA;
}
.TagClassName
{
border-color: #2E96BA;
}
</style>