Shades of Pelorous #2991AC
Tints of Pelorous #2991AC
RGB
CMYK
RGB Variations
Color information
#2991AC (or 0x2991AC) is known color: Pelorous. HEX triplet: 29, 91 and AC. RGB value is (41,145,172). Sum of RGB (Red+Green+Blue) = 41+145+172=358 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.45% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #2991AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2991AC is #D66E53. Grayscale: #747474. Windows color (decimal): -14052948 or 11309353. OLE color: 11309353.
HSL color Cylindrical-coordinate representation of color #2991AC: hue angle of 192.37º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2991AC is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 145 | 172 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.33 |
| HSL | 192.37º | 0.62% | 0.42% | - |
| HSV(B) | 192.37º | 0.76% | 0.67% | - |
| XYZ | 18.49 | 23.7 | 42.63 | - |
| YUV | 116.98 | 159.04 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 145 | 172 | 0.76 | 0.16 | 0 | 0.33 | 192.37 | 0.62 | 0.42 |
| Hex | 29 | 91 | AC | 4C | 10 | 0 | 21 | C0 | 3E | 2A |
| Octal | 51 | 221 | 254 | 114 | 20 | 0 | 41 | 300 | 76 | 52 |
| Binary | 101001 | 10010001 | 10101100 | 1001100 | 10000 | 0 | 100001 | 11000000 | 111110 | 101010 |
Color Harmonies of #2991AC
Complementary color
Monochromatic Colors of #2991AC
Black with #2991AC
Text Example
Text Example
White with #2991AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2991AC; }
p { color: rgb(41,145,172); }
H1.HeaderClassName
{
color: #2991AC;
}
.AnyTagClassName
{
color: #2991AC;
}
</style>
background-color css
<style>
a { background-color: #2991AC; }
a { background-color: rgb(41,145,172); }
div.DivClassName
{
background-color: #2991AC;
}
.BgClassName
{
background-color: #2991AC;
}
</style>
border-color css
<style>
span { border-color: #2991AC; }
span { border-color: rgb(41,145,172); }
td.TdClassName
{
border-color: #2991AC;
}
.TagClassName
{
border-color: #2991AC;
}
</style>