Shades of Pelorous #2995CF
Tints of Pelorous #2995CF
RGB
CMYK
RGB Variations
Color information
#2995CF (or 0x2995CF) is known color: Pelorous. HEX triplet: 29, 95 and CF. RGB value is (41,149,207). Sum of RGB (Red+Green+Blue) = 41+149+207=397 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.33% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #2995CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2995CF is #D66A30. Grayscale: #7A7A7A. Windows color (decimal): -14051889 or 13604137. OLE color: 13604137.
HSL color Cylindrical-coordinate representation of color #2995CF: hue angle of 200.96º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2995CF is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 149 | 207 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.19 |
| HSL | 200.96º | 0.67% | 0.49% | - |
| HSV(B) | 200.96º | 0.8% | 0.81% | - |
| XYZ | 22.92 | 26.47 | 62.93 | - |
| YUV | 123.32 | 175.22 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 149 | 207 | 0.80 | 0.28 | 0 | 0.19 | 200.96 | 0.67 | 0.49 |
| Hex | 29 | 95 | CF | 50 | 1C | 0 | 13 | C9 | 43 | 31 |
| Octal | 51 | 225 | 317 | 120 | 34 | 0 | 23 | 311 | 103 | 61 |
| Binary | 101001 | 10010101 | 11001111 | 1010000 | 11100 | 0 | 10011 | 11001001 | 1000011 | 110001 |
Color Harmonies of #2995CF
Complementary color
Monochromatic Colors of #2995CF
Black with #2995CF
Text Example
Text Example
White with #2995CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2995CF; }
p { color: rgb(41,149,207); }
H1.HeaderClassName
{
color: #2995CF;
}
.AnyTagClassName
{
color: #2995CF;
}
</style>
background-color css
<style>
a { background-color: #2995CF; }
a { background-color: rgb(41,149,207); }
div.DivClassName
{
background-color: #2995CF;
}
.BgClassName
{
background-color: #2995CF;
}
</style>
border-color css
<style>
span { border-color: #2995CF; }
span { border-color: rgb(41,149,207); }
td.TdClassName
{
border-color: #2995CF;
}
.TagClassName
{
border-color: #2995CF;
}
</style>