Shades of Pelorous #2E94BF
Tints of Pelorous #2E94BF
RGB
CMYK
RGB Variations
Color information
#2E94BF (or 0x2E94BF) is known color: Pelorous. HEX triplet: 2E, 94 and BF. RGB value is (46,148,191). Sum of RGB (Red+Green+Blue) = 46+148+191=385 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.95% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E94BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E94BF is #D16B40. Grayscale: #7A7A7A. Windows color (decimal): -13724481 or 12555310. OLE color: 12555310.
HSL color Cylindrical-coordinate representation of color #2E94BF: hue angle of 197.79º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E94BF is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 148 | 191 | - |
| CMYK | 0.76 | 0.23 | 0 | 0.25 |
| HSL | 197.79º | 0.61% | 0.46% | - |
| HSV(B) | 197.79º | 0.76% | 0.75% | - |
| XYZ | 21.12 | 25.52 | 53.1 | - |
| YUV | 122.4 | 166.71 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 148 | 191 | 0.76 | 0.23 | 0 | 0.25 | 197.79 | 0.61 | 0.46 |
| Hex | 2E | 94 | BF | 4C | 17 | 0 | 19 | C6 | 3D | 2E |
| Octal | 56 | 224 | 277 | 114 | 27 | 0 | 31 | 306 | 75 | 56 |
| Binary | 101110 | 10010100 | 10111111 | 1001100 | 10111 | 0 | 11001 | 11000110 | 111101 | 101110 |
Color Harmonies of #2E94BF
Complementary color
Monochromatic Colors of #2E94BF
Black with #2E94BF
Text Example
Text Example
White with #2E94BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E94BF; }
p { color: rgb(46,148,191); }
H1.HeaderClassName
{
color: #2E94BF;
}
.AnyTagClassName
{
color: #2E94BF;
}
</style>
background-color css
<style>
a { background-color: #2E94BF; }
a { background-color: rgb(46,148,191); }
div.DivClassName
{
background-color: #2E94BF;
}
.BgClassName
{
background-color: #2E94BF;
}
</style>
border-color css
<style>
span { border-color: #2E94BF; }
span { border-color: rgb(46,148,191); }
td.TdClassName
{
border-color: #2E94BF;
}
.TagClassName
{
border-color: #2E94BF;
}
</style>