Shades of Pelorous #2996AF
Tints of Pelorous #2996AF
RGB
CMYK
RGB Variations
Color information
#2996AF (or 0x2996AF) is known color: Pelorous. HEX triplet: 29, 96 and AF. RGB value is (41,150,175). Sum of RGB (Red+Green+Blue) = 41+150+175=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #2996AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2996AF is #D66950. Grayscale: #787878. Windows color (decimal): -14051665 or 11507241. OLE color: 11507241.
HSL color Cylindrical-coordinate representation of color #2996AF: hue angle of 191.19º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2996AF is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 150 | 175 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.31 |
| HSL | 191.19º | 0.62% | 0.42% | - |
| HSV(B) | 191.19º | 0.77% | 0.69% | - |
| XYZ | 19.56 | 25.38 | 44.43 | - |
| YUV | 120.26 | 158.89 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 150 | 175 | 0.77 | 0.14 | 0 | 0.31 | 191.19 | 0.62 | 0.42 |
| Hex | 29 | 96 | AF | 4D | E | 0 | 1F | BF | 3E | 2A |
| Octal | 51 | 226 | 257 | 115 | 16 | 0 | 37 | 277 | 76 | 52 |
| Binary | 101001 | 10010110 | 10101111 | 1001101 | 1110 | 0 | 11111 | 10111111 | 111110 | 101010 |
Color Harmonies of #2996AF
Complementary color
Monochromatic Colors of #2996AF
Black with #2996AF
Text Example
Text Example
White with #2996AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2996AF; }
p { color: rgb(41,150,175); }
H1.HeaderClassName
{
color: #2996AF;
}
.AnyTagClassName
{
color: #2996AF;
}
</style>
background-color css
<style>
a { background-color: #2996AF; }
a { background-color: rgb(41,150,175); }
div.DivClassName
{
background-color: #2996AF;
}
.BgClassName
{
background-color: #2996AF;
}
</style>
border-color css
<style>
span { border-color: #2996AF; }
span { border-color: rgb(41,150,175); }
td.TdClassName
{
border-color: #2996AF;
}
.TagClassName
{
border-color: #2996AF;
}
</style>