Shades of Pelorous #2990AF
Tints of Pelorous #2990AF
RGB
CMYK
RGB Variations
Color information
#2990AF (or 0x2990AF) is known color: Pelorous. HEX triplet: 29, 90 and AF. RGB value is (41,144,175). Sum of RGB (Red+Green+Blue) = 41+144+175=360 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.39% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #2990AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2990AF is #D66F50. Grayscale: #747474. Windows color (decimal): -14053201 or 11505705. OLE color: 11505705.
HSL color Cylindrical-coordinate representation of color #2990AF: hue angle of 193.88º 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 #2990AF is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 144 | 175 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.31 |
| HSL | 193.88º | 0.62% | 0.42% | - |
| HSV(B) | 193.88º | 0.77% | 0.69% | - |
| XYZ | 18.63 | 23.51 | 44.11 | - |
| YUV | 116.74 | 160.88 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 144 | 175 | 0.77 | 0.18 | 0 | 0.31 | 193.88 | 0.62 | 0.42 |
| Hex | 29 | 90 | AF | 4D | 12 | 0 | 1F | C2 | 3E | 2A |
| Octal | 51 | 220 | 257 | 115 | 22 | 0 | 37 | 302 | 76 | 52 |
| Binary | 101001 | 10010000 | 10101111 | 1001101 | 10010 | 0 | 11111 | 11000010 | 111110 | 101010 |
Color Harmonies of #2990AF
Complementary color
Monochromatic Colors of #2990AF
Black with #2990AF
Text Example
Text Example
White with #2990AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2990AF; }
p { color: rgb(41,144,175); }
H1.HeaderClassName
{
color: #2990AF;
}
.AnyTagClassName
{
color: #2990AF;
}
</style>
background-color css
<style>
a { background-color: #2990AF; }
a { background-color: rgb(41,144,175); }
div.DivClassName
{
background-color: #2990AF;
}
.BgClassName
{
background-color: #2990AF;
}
</style>
border-color css
<style>
span { border-color: #2990AF; }
span { border-color: rgb(41,144,175); }
td.TdClassName
{
border-color: #2990AF;
}
.TagClassName
{
border-color: #2990AF;
}
</style>