Shades of Pelorous #2994CB
Tints of Pelorous #2994CB
RGB
CMYK
RGB Variations
Color information
#2994CB (or 0x2994CB) is known color: Pelorous. HEX triplet: 29, 94 and CB. RGB value is (41,148,203). Sum of RGB (Red+Green+Blue) = 41+148+203=392 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.46% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #2994CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2994CB is #D66B34. Grayscale: #797979. Windows color (decimal): -14052149 or 13341737. OLE color: 13341737.
HSL color Cylindrical-coordinate representation of color #2994CB: hue angle of 200.37º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2994CB is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 148 | 203 | - |
| CMYK | 0.80 | 0.27 | 0 | 0.20 |
| HSL | 200.37º | 0.66% | 0.48% | - |
| HSV(B) | 200.37º | 0.8% | 0.8% | - |
| XYZ | 22.28 | 25.96 | 60.34 | - |
| YUV | 122.28 | 173.55 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 148 | 203 | 0.80 | 0.27 | 0 | 0.20 | 200.37 | 0.66 | 0.48 |
| Hex | 29 | 94 | CB | 50 | 1B | 0 | 14 | C8 | 42 | 30 |
| Octal | 51 | 224 | 313 | 120 | 33 | 0 | 24 | 310 | 102 | 60 |
| Binary | 101001 | 10010100 | 11001011 | 1010000 | 11011 | 0 | 10100 | 11001000 | 1000010 | 110000 |
Color Harmonies of #2994CB
Complementary color
Monochromatic Colors of #2994CB
Black with #2994CB
Text Example
Text Example
White with #2994CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2994CB; }
p { color: rgb(41,148,203); }
H1.HeaderClassName
{
color: #2994CB;
}
.AnyTagClassName
{
color: #2994CB;
}
</style>
background-color css
<style>
a { background-color: #2994CB; }
a { background-color: rgb(41,148,203); }
div.DivClassName
{
background-color: #2994CB;
}
.BgClassName
{
background-color: #2994CB;
}
</style>
border-color css
<style>
span { border-color: #2994CB; }
span { border-color: rgb(41,148,203); }
td.TdClassName
{
border-color: #2994CB;
}
.TagClassName
{
border-color: #2994CB;
}
</style>