Shades of Pelorous #2995C6
Tints of Pelorous #2995C6
RGB
CMYK
RGB Variations
Color information
#2995C6 (or 0x2995C6) is known color: Pelorous. HEX triplet: 29, 95 and C6. RGB value is (41,149,198). Sum of RGB (Red+Green+Blue) = 41+149+198=388 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.57% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 198 (77.73% from 255 or 51.03% from 388); Max value from RGB is 198 - color contains mainly: blue. Hex color #2995C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2995C6 is #D66A39. Grayscale: #797979. Windows color (decimal): -14051898 or 13014313. OLE color: 13014313.
HSL color Cylindrical-coordinate representation of color #2995C6: hue angle of 198.73º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2995C6 is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 41 | 149 | 198 | - |
| CMYK | 0.79 | 0.25 | 0 | 0.22 |
| HSL | 198.73º | 0.66% | 0.47% | - |
| HSV(B) | 198.73º | 0.79% | 0.78% | - |
| XYZ | 21.85 | 26.04 | 57.3 | - |
| YUV | 122.29 | 170.72 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 149 | 198 | 0.79 | 0.25 | 0 | 0.22 | 198.73 | 0.66 | 0.47 |
| Hex | 29 | 95 | C6 | 4F | 19 | 0 | 16 | C7 | 42 | 2F |
| Octal | 51 | 225 | 306 | 117 | 31 | 0 | 26 | 307 | 102 | 57 |
| Binary | 101001 | 10010101 | 11000110 | 1001111 | 11001 | 0 | 10110 | 11000111 | 1000010 | 101111 |
Color Harmonies of #2995C6
Complementary color
Monochromatic Colors of #2995C6
Black with #2995C6
Text Example
Text Example
White with #2995C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2995C6; }
p { color: rgb(41,149,198); }
H1.HeaderClassName
{
color: #2995C6;
}
.AnyTagClassName
{
color: #2995C6;
}
</style>
background-color css
<style>
a { background-color: #2995C6; }
a { background-color: rgb(41,149,198); }
div.DivClassName
{
background-color: #2995C6;
}
.BgClassName
{
background-color: #2995C6;
}
</style>
border-color css
<style>
span { border-color: #2995C6; }
span { border-color: rgb(41,149,198); }
td.TdClassName
{
border-color: #2995C6;
}
.TagClassName
{
border-color: #2995C6;
}
</style>