Shades of Pelorous #2994BC
Tints of Pelorous #2994BC
RGB
CMYK
RGB Variations
Color information
#2994BC (or 0x2994BC) is known color: Pelorous. HEX triplet: 29, 94 and BC. RGB value is (41,148,188). Sum of RGB (Red+Green+Blue) = 41+148+188=377 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.88% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #2994BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2994BC is #D66B43. Grayscale: #787878. Windows color (decimal): -14052164 or 12358697. OLE color: 12358697.
HSL color Cylindrical-coordinate representation of color #2994BC: hue angle of 196.33º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2994BC is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 148 | 188 | - |
| CMYK | 0.78 | 0.21 | 0 | 0.26 |
| HSL | 196.33º | 0.64% | 0.45% | - |
| HSV(B) | 196.33º | 0.78% | 0.74% | - |
| XYZ | 20.58 | 25.28 | 51.37 | - |
| YUV | 120.57 | 166.05 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 148 | 188 | 0.78 | 0.21 | 0 | 0.26 | 196.33 | 0.64 | 0.45 |
| Hex | 29 | 94 | BC | 4E | 15 | 0 | 1A | C4 | 40 | 2D |
| Octal | 51 | 224 | 274 | 116 | 25 | 0 | 32 | 304 | 100 | 55 |
| Binary | 101001 | 10010100 | 10111100 | 1001110 | 10101 | 0 | 11010 | 11000100 | 1000000 | 101101 |
Color Harmonies of #2994BC
Complementary color
Monochromatic Colors of #2994BC
Black with #2994BC
Text Example
Text Example
White with #2994BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2994BC; }
p { color: rgb(41,148,188); }
H1.HeaderClassName
{
color: #2994BC;
}
.AnyTagClassName
{
color: #2994BC;
}
</style>
background-color css
<style>
a { background-color: #2994BC; }
a { background-color: rgb(41,148,188); }
div.DivClassName
{
background-color: #2994BC;
}
.BgClassName
{
background-color: #2994BC;
}
</style>
border-color css
<style>
span { border-color: #2994BC; }
span { border-color: rgb(41,148,188); }
td.TdClassName
{
border-color: #2994BC;
}
.TagClassName
{
border-color: #2994BC;
}
</style>