Shades of Pelorous #2992AD
Tints of Pelorous #2992AD
RGB
CMYK
RGB Variations
Color information
#2992AD (or 0x2992AD) is known color: Pelorous. HEX triplet: 29, 92 and AD. RGB value is (41,146,173). Sum of RGB (Red+Green+Blue) = 41+146+173=360 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.39% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #2992AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2992AD is #D66D52. Grayscale: #757575. Windows color (decimal): -14052691 or 11375145. OLE color: 11375145.
HSL color Cylindrical-coordinate representation of color #2992AD: hue angle of 192.27º 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 #2992AD is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 146 | 173 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.32 |
| HSL | 192.27º | 0.62% | 0.42% | - |
| HSV(B) | 192.27º | 0.76% | 0.68% | - |
| XYZ | 18.74 | 24.05 | 43.19 | - |
| YUV | 117.68 | 159.21 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 146 | 173 | 0.76 | 0.16 | 0 | 0.32 | 192.27 | 0.62 | 0.42 |
| Hex | 29 | 92 | AD | 4C | 10 | 0 | 20 | C0 | 3E | 2A |
| Octal | 51 | 222 | 255 | 114 | 20 | 0 | 40 | 300 | 76 | 52 |
| Binary | 101001 | 10010010 | 10101101 | 1001100 | 10000 | 0 | 100000 | 11000000 | 111110 | 101010 |
Color Harmonies of #2992AD
Complementary color
Monochromatic Colors of #2992AD
Black with #2992AD
Text Example
Text Example
White with #2992AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2992AD; }
p { color: rgb(41,146,173); }
H1.HeaderClassName
{
color: #2992AD;
}
.AnyTagClassName
{
color: #2992AD;
}
</style>
background-color css
<style>
a { background-color: #2992AD; }
a { background-color: rgb(41,146,173); }
div.DivClassName
{
background-color: #2992AD;
}
.BgClassName
{
background-color: #2992AD;
}
</style>
border-color css
<style>
span { border-color: #2992AD; }
span { border-color: rgb(41,146,173); }
td.TdClassName
{
border-color: #2992AD;
}
.TagClassName
{
border-color: #2992AD;
}
</style>