Shades of Pelorous #2995CC
Tints of Pelorous #2995CC
RGB
CMYK
RGB Variations
Color information
#2995CC (or 0x2995CC) is known color: Pelorous. HEX triplet: 29, 95 and CC. RGB value is (41,149,204). Sum of RGB (Red+Green+Blue) = 41+149+204=394 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.41% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #2995CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2995CC is #D66A33. Grayscale: #7A7A7A. Windows color (decimal): -14051892 or 13407529. OLE color: 13407529.
HSL color Cylindrical-coordinate representation of color #2995CC: hue angle of 200.25º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2995CC is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 149 | 204 | - |
| CMYK | 0.80 | 0.27 | 0 | 0.2 |
| HSL | 200.25º | 0.67% | 0.48% | - |
| HSV(B) | 200.25º | 0.8% | 0.8% | - |
| XYZ | 22.56 | 26.33 | 61.02 | - |
| YUV | 122.98 | 173.72 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 149 | 204 | 0.80 | 0.27 | 0 | 0.2 | 200.25 | 0.67 | 0.48 |
| Hex | 29 | 95 | CC | 50 | 1B | 0 | 14 | C8 | 43 | 30 |
| Octal | 51 | 225 | 314 | 120 | 33 | 0 | 24 | 310 | 103 | 60 |
| Binary | 101001 | 10010101 | 11001100 | 1010000 | 11011 | 0 | 10100 | 11001000 | 1000011 | 110000 |
Color Harmonies of #2995CC
Complementary color
Monochromatic Colors of #2995CC
Black with #2995CC
Text Example
Text Example
White with #2995CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2995CC; }
p { color: rgb(41,149,204); }
H1.HeaderClassName
{
color: #2995CC;
}
.AnyTagClassName
{
color: #2995CC;
}
</style>
background-color css
<style>
a { background-color: #2995CC; }
a { background-color: rgb(41,149,204); }
div.DivClassName
{
background-color: #2995CC;
}
.BgClassName
{
background-color: #2995CC;
}
</style>
border-color css
<style>
span { border-color: #2995CC; }
span { border-color: rgb(41,149,204); }
td.TdClassName
{
border-color: #2995CC;
}
.TagClassName
{
border-color: #2995CC;
}
</style>