Shades of Pelorous #2E99AF
Tints of Pelorous #2E99AF
RGB
CMYK
RGB Variations
Color information
#2E99AF (or 0x2E99AF) is known color: Pelorous. HEX triplet: 2E, 99 and AF. RGB value is (46,153,175). Sum of RGB (Red+Green+Blue) = 46+153+175=374 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.30% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #2E99AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E99AF is #D16650. Grayscale: #7B7B7B. Windows color (decimal): -13723217 or 11508014. OLE color: 11508014.
HSL color Cylindrical-coordinate representation of color #2E99AF: hue angle of 190.23º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E99AF is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 153 | 175 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.31 |
| HSL | 190.23º | 0.58% | 0.43% | - |
| HSV(B) | 190.23º | 0.74% | 0.69% | - |
| XYZ | 20.26 | 26.46 | 44.6 | - |
| YUV | 123.52 | 157.05 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 153 | 175 | 0.74 | 0.13 | 0 | 0.31 | 190.23 | 0.58 | 0.43 |
| Hex | 2E | 99 | AF | 4A | D | 0 | 1F | BE | 3A | 2B |
| Octal | 56 | 231 | 257 | 112 | 15 | 0 | 37 | 276 | 72 | 53 |
| Binary | 101110 | 10011001 | 10101111 | 1001010 | 1101 | 0 | 11111 | 10111110 | 111010 | 101011 |
Color Harmonies of #2E99AF
Complementary color
Monochromatic Colors of #2E99AF
Black with #2E99AF
Text Example
Text Example
White with #2E99AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E99AF; }
p { color: rgb(46,153,175); }
H1.HeaderClassName
{
color: #2E99AF;
}
.AnyTagClassName
{
color: #2E99AF;
}
</style>
background-color css
<style>
a { background-color: #2E99AF; }
a { background-color: rgb(46,153,175); }
div.DivClassName
{
background-color: #2E99AF;
}
.BgClassName
{
background-color: #2E99AF;
}
</style>
border-color css
<style>
span { border-color: #2E99AF; }
span { border-color: rgb(46,153,175); }
td.TdClassName
{
border-color: #2E99AF;
}
.TagClassName
{
border-color: #2E99AF;
}
</style>