Shades of Pelorous #2994B3
Tints of Pelorous #2994B3
RGB
CMYK
RGB Variations
Color information
#2994B3 (or 0x2994B3) is known color: Pelorous. HEX triplet: 29, 94 and B3. RGB value is (41,148,179). Sum of RGB (Red+Green+Blue) = 41+148+179=368 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.14% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 179 (70.31% from 255 or 48.64% from 368); Max value from RGB is 179 - color contains mainly: blue. Hex color #2994B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2994B3 is #D66B4C. Grayscale: #777777. Windows color (decimal): -14052173 or 11768873. OLE color: 11768873.
HSL color Cylindrical-coordinate representation of color #2994B3: hue angle of 193.48º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2994B3 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 41 | 148 | 179 | - |
| CMYK | 0.77 | 0.17 | 0 | 0.30 |
| HSL | 193.48º | 0.63% | 0.43% | - |
| HSV(B) | 193.48º | 0.77% | 0.7% | - |
| XYZ | 19.64 | 24.91 | 46.42 | - |
| YUV | 119.54 | 161.55 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 148 | 179 | 0.77 | 0.17 | 0 | 0.30 | 193.48 | 0.63 | 0.43 |
| Hex | 29 | 94 | B3 | 4D | 11 | 0 | 1E | C1 | 3F | 2B |
| Octal | 51 | 224 | 263 | 115 | 21 | 0 | 36 | 301 | 77 | 53 |
| Binary | 101001 | 10010100 | 10110011 | 1001101 | 10001 | 0 | 11110 | 11000001 | 111111 | 101011 |
Color Harmonies of #2994B3
Complementary color
Monochromatic Colors of #2994B3
Black with #2994B3
Text Example
Text Example
White with #2994B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2994B3; }
p { color: rgb(41,148,179); }
H1.HeaderClassName
{
color: #2994B3;
}
.AnyTagClassName
{
color: #2994B3;
}
</style>
background-color css
<style>
a { background-color: #2994B3; }
a { background-color: rgb(41,148,179); }
div.DivClassName
{
background-color: #2994B3;
}
.BgClassName
{
background-color: #2994B3;
}
</style>
border-color css
<style>
span { border-color: #2994B3; }
span { border-color: rgb(41,148,179); }
td.TdClassName
{
border-color: #2994B3;
}
.TagClassName
{
border-color: #2994B3;
}
</style>