Shades of Pelorous #2996B4
Tints of Pelorous #2996B4
RGB
CMYK
RGB Variations
Color information
#2996B4 (or 0x2996B4) is known color: Pelorous. HEX triplet: 29, 96 and B4. RGB value is (41,150,180). Sum of RGB (Red+Green+Blue) = 41+150+180=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #2996B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2996B4 is #D6694B. Grayscale: #787878. Windows color (decimal): -14051660 or 11834921. OLE color: 11834921.
HSL color Cylindrical-coordinate representation of color #2996B4: hue angle of 192.95º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2996B4 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 150 | 180 | - |
| CMYK | 0.77 | 0.17 | 0 | 0.29 |
| HSL | 192.95º | 0.63% | 0.43% | - |
| HSV(B) | 192.95º | 0.77% | 0.71% | - |
| XYZ | 20.06 | 25.58 | 47.06 | - |
| YUV | 120.83 | 161.39 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 150 | 180 | 0.77 | 0.17 | 0 | 0.29 | 192.95 | 0.63 | 0.43 |
| Hex | 29 | 96 | B4 | 4D | 11 | 0 | 1D | C1 | 3F | 2B |
| Octal | 51 | 226 | 264 | 115 | 21 | 0 | 35 | 301 | 77 | 53 |
| Binary | 101001 | 10010110 | 10110100 | 1001101 | 10001 | 0 | 11101 | 11000001 | 111111 | 101011 |
Color Harmonies of #2996B4
Complementary color
Monochromatic Colors of #2996B4
Black with #2996B4
Text Example
Text Example
White with #2996B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2996B4; }
p { color: rgb(41,150,180); }
H1.HeaderClassName
{
color: #2996B4;
}
.AnyTagClassName
{
color: #2996B4;
}
</style>
background-color css
<style>
a { background-color: #2996B4; }
a { background-color: rgb(41,150,180); }
div.DivClassName
{
background-color: #2996B4;
}
.BgClassName
{
background-color: #2996B4;
}
</style>
border-color css
<style>
span { border-color: #2996B4; }
span { border-color: rgb(41,150,180); }
td.TdClassName
{
border-color: #2996B4;
}
.TagClassName
{
border-color: #2996B4;
}
</style>