Shades of Pelorous #2996AC
Tints of Pelorous #2996AC
RGB
CMYK
RGB Variations
Color information
#2996AC (or 0x2996AC) is known color: Pelorous. HEX triplet: 29, 96 and AC. RGB value is (41,150,172). Sum of RGB (Red+Green+Blue) = 41+150+172=363 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.29% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #2996AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2996AC is #D66953. Grayscale: #777777. Windows color (decimal): -14051668 or 11310633. OLE color: 11310633.
HSL color Cylindrical-coordinate representation of color #2996AC: hue angle of 190.08º 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 #2996AC is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 150 | 172 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.33 |
| HSL | 190.08º | 0.62% | 0.42% | - |
| HSV(B) | 190.08º | 0.76% | 0.67% | - |
| XYZ | 19.27 | 25.26 | 42.89 | - |
| YUV | 119.92 | 157.39 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 150 | 172 | 0.76 | 0.13 | 0 | 0.33 | 190.08 | 0.62 | 0.42 |
| Hex | 29 | 96 | AC | 4C | D | 0 | 21 | BE | 3E | 2A |
| Octal | 51 | 226 | 254 | 114 | 15 | 0 | 41 | 276 | 76 | 52 |
| Binary | 101001 | 10010110 | 10101100 | 1001100 | 1101 | 0 | 100001 | 10111110 | 111110 | 101010 |
Color Harmonies of #2996AC
Complementary color
Monochromatic Colors of #2996AC
Black with #2996AC
Text Example
Text Example
White with #2996AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2996AC; }
p { color: rgb(41,150,172); }
H1.HeaderClassName
{
color: #2996AC;
}
.AnyTagClassName
{
color: #2996AC;
}
</style>
background-color css
<style>
a { background-color: #2996AC; }
a { background-color: rgb(41,150,172); }
div.DivClassName
{
background-color: #2996AC;
}
.BgClassName
{
background-color: #2996AC;
}
</style>
border-color css
<style>
span { border-color: #2996AC; }
span { border-color: rgb(41,150,172); }
td.TdClassName
{
border-color: #2996AC;
}
.TagClassName
{
border-color: #2996AC;
}
</style>