Shades of Pelorous #2E94B3
Tints of Pelorous #2E94B3
RGB
CMYK
RGB Variations
Color information
#2E94B3 (or 0x2E94B3) is known color: Pelorous. HEX triplet: 2E, 94 and B3. RGB value is (46,148,179). Sum of RGB (Red+Green+Blue) = 46+148+179=373 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.33% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #2E94B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E94B3 is #D16B4C. Grayscale: #787878. Windows color (decimal): -13724493 or 11768878. OLE color: 11768878.
HSL color Cylindrical-coordinate representation of color #2E94B3: hue angle of 193.98º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E94B3 is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 148 | 179 | - |
| CMYK | 0.74 | 0.17 | 0 | 0.30 |
| HSL | 193.99º | 0.59% | 0.44% | - |
| HSV(B) | 193.99º | 0.74% | 0.7% | - |
| XYZ | 19.85 | 25.02 | 46.43 | - |
| YUV | 121.04 | 160.71 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 148 | 179 | 0.74 | 0.17 | 0 | 0.30 | 193.99 | 0.59 | 0.44 |
| Hex | 2E | 94 | B3 | 4A | 11 | 0 | 1E | C2 | 3B | 2C |
| Octal | 56 | 224 | 263 | 112 | 21 | 0 | 36 | 302 | 73 | 54 |
| Binary | 101110 | 10010100 | 10110011 | 1001010 | 10001 | 0 | 11110 | 11000010 | 111011 | 101100 |
Color Harmonies of #2E94B3
Complementary color
Monochromatic Colors of #2E94B3
Black with #2E94B3
Text Example
Text Example
White with #2E94B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E94B3; }
p { color: rgb(46,148,179); }
H1.HeaderClassName
{
color: #2E94B3;
}
.AnyTagClassName
{
color: #2E94B3;
}
</style>
background-color css
<style>
a { background-color: #2E94B3; }
a { background-color: rgb(46,148,179); }
div.DivClassName
{
background-color: #2E94B3;
}
.BgClassName
{
background-color: #2E94B3;
}
</style>
border-color css
<style>
span { border-color: #2E94B3; }
span { border-color: rgb(46,148,179); }
td.TdClassName
{
border-color: #2E94B3;
}
.TagClassName
{
border-color: #2E94B3;
}
</style>