Shades of Pelorous #2999AF
Tints of Pelorous #2999AF
RGB
CMYK
RGB Variations
Color information
#2999AF (or 0x2999AF) is known color: Pelorous. HEX triplet: 29, 99 and AF. RGB value is (41,153,175). Sum of RGB (Red+Green+Blue) = 41+153+175=369 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.11% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #2999AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2999AF is #D66650. Grayscale: #797979. Windows color (decimal): -14050897 or 11508009. OLE color: 11508009.
HSL color Cylindrical-coordinate representation of color #2999AF: hue angle of 189.85º 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 #2999AF is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 153 | 175 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.31 |
| HSL | 189.85º | 0.62% | 0.42% | - |
| HSV(B) | 189.85º | 0.77% | 0.69% | - |
| XYZ | 20.04 | 26.35 | 44.59 | - |
| YUV | 122.02 | 157.89 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 153 | 175 | 0.77 | 0.13 | 0 | 0.31 | 189.85 | 0.62 | 0.42 |
| Hex | 29 | 99 | AF | 4D | D | 0 | 1F | BE | 3E | 2A |
| Octal | 51 | 231 | 257 | 115 | 15 | 0 | 37 | 276 | 76 | 52 |
| Binary | 101001 | 10011001 | 10101111 | 1001101 | 1101 | 0 | 11111 | 10111110 | 111110 | 101010 |
Color Harmonies of #2999AF
Complementary color
Monochromatic Colors of #2999AF
Black with #2999AF
Text Example
Text Example
White with #2999AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2999AF; }
p { color: rgb(41,153,175); }
H1.HeaderClassName
{
color: #2999AF;
}
.AnyTagClassName
{
color: #2999AF;
}
</style>
background-color css
<style>
a { background-color: #2999AF; }
a { background-color: rgb(41,153,175); }
div.DivClassName
{
background-color: #2999AF;
}
.BgClassName
{
background-color: #2999AF;
}
</style>
border-color css
<style>
span { border-color: #2999AF; }
span { border-color: rgb(41,153,175); }
td.TdClassName
{
border-color: #2999AF;
}
.TagClassName
{
border-color: #2999AF;
}
</style>