Shades of Pelorous #2993AE
Tints of Pelorous #2993AE
RGB
CMYK
RGB Variations
Color information
#2993AE (or 0x2993AE) is known color: Pelorous. HEX triplet: 29, 93 and AE. RGB value is (41,147,174). Sum of RGB (Red+Green+Blue) = 41+147+174=362 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.33% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #2993AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2993AE is #D66C51. Grayscale: #767676. Windows color (decimal): -14052434 or 11440937. OLE color: 11440937.
HSL color Cylindrical-coordinate representation of color #2993AE: hue angle of 192.18º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2993AE is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 147 | 174 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.32 |
| HSL | 192.18º | 0.62% | 0.42% | - |
| HSV(B) | 192.18º | 0.76% | 0.68% | - |
| XYZ | 18.99 | 24.39 | 43.75 | - |
| YUV | 118.38 | 159.38 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 147 | 174 | 0.76 | 0.16 | 0 | 0.32 | 192.18 | 0.62 | 0.42 |
| Hex | 29 | 93 | AE | 4C | 10 | 0 | 20 | C0 | 3E | 2A |
| Octal | 51 | 223 | 256 | 114 | 20 | 0 | 40 | 300 | 76 | 52 |
| Binary | 101001 | 10010011 | 10101110 | 1001100 | 10000 | 0 | 100000 | 11000000 | 111110 | 101010 |
Color Harmonies of #2993AE
Complementary color
Monochromatic Colors of #2993AE
Black with #2993AE
Text Example
Text Example
White with #2993AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2993AE; }
p { color: rgb(41,147,174); }
H1.HeaderClassName
{
color: #2993AE;
}
.AnyTagClassName
{
color: #2993AE;
}
</style>
background-color css
<style>
a { background-color: #2993AE; }
a { background-color: rgb(41,147,174); }
div.DivClassName
{
background-color: #2993AE;
}
.BgClassName
{
background-color: #2993AE;
}
</style>
border-color css
<style>
span { border-color: #2993AE; }
span { border-color: rgb(41,147,174); }
td.TdClassName
{
border-color: #2993AE;
}
.TagClassName
{
border-color: #2993AE;
}
</style>