Shades of Pelorous #2995BC
Tints of Pelorous #2995BC
RGB
CMYK
RGB Variations
Color information
#2995BC (or 0x2995BC) is known color: Pelorous. HEX triplet: 29, 95 and BC. RGB value is (41,149,188). Sum of RGB (Red+Green+Blue) = 41+149+188=378 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.85% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #2995BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2995BC is #D66A43. Grayscale: #787878. Windows color (decimal): -14051908 or 12358953. OLE color: 12358953.
HSL color Cylindrical-coordinate representation of color #2995BC: hue angle of 195.92º 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 #2995BC is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 149 | 188 | - |
| CMYK | 0.78 | 0.21 | 0 | 0.26 |
| HSL | 195.92º | 0.64% | 0.45% | - |
| HSV(B) | 195.92º | 0.78% | 0.74% | - |
| XYZ | 20.74 | 25.6 | 51.42 | - |
| YUV | 121.15 | 165.72 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 149 | 188 | 0.78 | 0.21 | 0 | 0.26 | 195.92 | 0.64 | 0.45 |
| Hex | 29 | 95 | BC | 4E | 15 | 0 | 1A | C4 | 40 | 2D |
| Octal | 51 | 225 | 274 | 116 | 25 | 0 | 32 | 304 | 100 | 55 |
| Binary | 101001 | 10010101 | 10111100 | 1001110 | 10101 | 0 | 11010 | 11000100 | 1000000 | 101101 |
Color Harmonies of #2995BC
Complementary color
Monochromatic Colors of #2995BC
Black with #2995BC
Text Example
Text Example
White with #2995BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2995BC; }
p { color: rgb(41,149,188); }
H1.HeaderClassName
{
color: #2995BC;
}
.AnyTagClassName
{
color: #2995BC;
}
</style>
background-color css
<style>
a { background-color: #2995BC; }
a { background-color: rgb(41,149,188); }
div.DivClassName
{
background-color: #2995BC;
}
.BgClassName
{
background-color: #2995BC;
}
</style>
border-color css
<style>
span { border-color: #2995BC; }
span { border-color: rgb(41,149,188); }
td.TdClassName
{
border-color: #2995BC;
}
.TagClassName
{
border-color: #2995BC;
}
</style>