Shades of Pelorous #2994BF
Tints of Pelorous #2994BF
RGB
CMYK
RGB Variations
Color information
#2994BF (or 0x2994BF) is known color: Pelorous. HEX triplet: 29, 94 and BF. RGB value is (41,148,191). Sum of RGB (Red+Green+Blue) = 41+148+191=380 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.79% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #2994BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2994BF is #D66B40. Grayscale: #787878. Windows color (decimal): -14052161 or 12555305. OLE color: 12555305.
HSL color Cylindrical-coordinate representation of color #2994BF: hue angle of 197.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2994BF is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 148 | 191 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.25 |
| HSL | 197.2º | 0.65% | 0.45% | - |
| HSV(B) | 197.2º | 0.79% | 0.75% | - |
| XYZ | 20.91 | 25.41 | 53.09 | - |
| YUV | 120.91 | 167.55 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 148 | 191 | 0.79 | 0.23 | 0 | 0.25 | 197.2 | 0.65 | 0.45 |
| Hex | 29 | 94 | BF | 4F | 17 | 0 | 19 | C5 | 41 | 2D |
| Octal | 51 | 224 | 277 | 117 | 27 | 0 | 31 | 305 | 101 | 55 |
| Binary | 101001 | 10010100 | 10111111 | 1001111 | 10111 | 0 | 11001 | 11000101 | 1000001 | 101101 |
Color Harmonies of #2994BF
Complementary color
Monochromatic Colors of #2994BF
Black with #2994BF
Text Example
Text Example
White with #2994BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2994BF; }
p { color: rgb(41,148,191); }
H1.HeaderClassName
{
color: #2994BF;
}
.AnyTagClassName
{
color: #2994BF;
}
</style>
background-color css
<style>
a { background-color: #2994BF; }
a { background-color: rgb(41,148,191); }
div.DivClassName
{
background-color: #2994BF;
}
.BgClassName
{
background-color: #2994BF;
}
</style>
border-color css
<style>
span { border-color: #2994BF; }
span { border-color: rgb(41,148,191); }
td.TdClassName
{
border-color: #2994BF;
}
.TagClassName
{
border-color: #2994BF;
}
</style>