Shades of Pelorous #2994AF
Tints of Pelorous #2994AF
RGB
CMYK
RGB Variations
Color information
#2994AF (or 0x2994AF) is known color: Pelorous. HEX triplet: 29, 94 and AF. RGB value is (41,148,175). Sum of RGB (Red+Green+Blue) = 41+148+175=364 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.26% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #2994AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2994AF is #D66B50. Grayscale: #767676. Windows color (decimal): -14052177 or 11506729. OLE color: 11506729.
HSL color Cylindrical-coordinate representation of color #2994AF: hue angle of 192.09º 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 #2994AF is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 148 | 175 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.31 |
| HSL | 192.09º | 0.62% | 0.42% | - |
| HSV(B) | 192.09º | 0.77% | 0.69% | - |
| XYZ | 19.24 | 24.75 | 44.32 | - |
| YUV | 119.09 | 159.55 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 148 | 175 | 0.77 | 0.15 | 0 | 0.31 | 192.09 | 0.62 | 0.42 |
| Hex | 29 | 94 | AF | 4D | F | 0 | 1F | C0 | 3E | 2A |
| Octal | 51 | 224 | 257 | 115 | 17 | 0 | 37 | 300 | 76 | 52 |
| Binary | 101001 | 10010100 | 10101111 | 1001101 | 1111 | 0 | 11111 | 11000000 | 111110 | 101010 |
Color Harmonies of #2994AF
Complementary color
Monochromatic Colors of #2994AF
Black with #2994AF
Text Example
Text Example
White with #2994AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2994AF; }
p { color: rgb(41,148,175); }
H1.HeaderClassName
{
color: #2994AF;
}
.AnyTagClassName
{
color: #2994AF;
}
</style>
background-color css
<style>
a { background-color: #2994AF; }
a { background-color: rgb(41,148,175); }
div.DivClassName
{
background-color: #2994AF;
}
.BgClassName
{
background-color: #2994AF;
}
</style>
border-color css
<style>
span { border-color: #2994AF; }
span { border-color: rgb(41,148,175); }
td.TdClassName
{
border-color: #2994AF;
}
.TagClassName
{
border-color: #2994AF;
}
</style>