Shades of Pelorous #2993AD
Tints of Pelorous #2993AD
RGB
CMYK
RGB Variations
Color information
#2993AD (or 0x2993AD) is known color: Pelorous. HEX triplet: 29, 93 and AD. RGB value is (41,147,173). Sum of RGB (Red+Green+Blue) = 41+147+173=361 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.36% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #2993AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2993AD is #D66C52. Grayscale: #767676. Windows color (decimal): -14052435 or 11375401. OLE color: 11375401.
HSL color Cylindrical-coordinate representation of color #2993AD: hue angle of 191.82º 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 #2993AD is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 147 | 173 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.32 |
| HSL | 191.82º | 0.62% | 0.42% | - |
| HSV(B) | 191.82º | 0.76% | 0.68% | - |
| XYZ | 18.89 | 24.36 | 43.24 | - |
| YUV | 118.27 | 158.88 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 147 | 173 | 0.76 | 0.15 | 0 | 0.32 | 191.82 | 0.62 | 0.42 |
| Hex | 29 | 93 | AD | 4C | F | 0 | 20 | C0 | 3E | 2A |
| Octal | 51 | 223 | 255 | 114 | 17 | 0 | 40 | 300 | 76 | 52 |
| Binary | 101001 | 10010011 | 10101101 | 1001100 | 1111 | 0 | 100000 | 11000000 | 111110 | 101010 |
Color Harmonies of #2993AD
Complementary color
Monochromatic Colors of #2993AD
Black with #2993AD
Text Example
Text Example
White with #2993AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2993AD; }
p { color: rgb(41,147,173); }
H1.HeaderClassName
{
color: #2993AD;
}
.AnyTagClassName
{
color: #2993AD;
}
</style>
background-color css
<style>
a { background-color: #2993AD; }
a { background-color: rgb(41,147,173); }
div.DivClassName
{
background-color: #2993AD;
}
.BgClassName
{
background-color: #2993AD;
}
</style>
border-color css
<style>
span { border-color: #2993AD; }
span { border-color: rgb(41,147,173); }
td.TdClassName
{
border-color: #2993AD;
}
.TagClassName
{
border-color: #2993AD;
}
</style>