Shades of Pelorous #2996CE
Tints of Pelorous #2996CE
RGB
CMYK
RGB Variations
Color information
#2996CE (or 0x2996CE) is known color: Pelorous. HEX triplet: 29, 96 and CE. RGB value is (41,150,206). Sum of RGB (Red+Green+Blue) = 41+150+206=397 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.33% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #2996CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2996CE is #D66931. Grayscale: #7B7B7B. Windows color (decimal): -14051634 or 13538857. OLE color: 13538857.
HSL color Cylindrical-coordinate representation of color #2996CE: hue angle of 200.36º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2996CE is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 150 | 206 | - |
| CMYK | 0.80 | 0.27 | 0 | 0.19 |
| HSL | 200.36º | 0.67% | 0.48% | - |
| HSV(B) | 200.36º | 0.8% | 0.81% | - |
| XYZ | 22.96 | 26.74 | 62.34 | - |
| YUV | 123.79 | 174.39 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 150 | 206 | 0.80 | 0.27 | 0 | 0.19 | 200.36 | 0.67 | 0.48 |
| Hex | 29 | 96 | CE | 50 | 1B | 0 | 13 | C8 | 43 | 30 |
| Octal | 51 | 226 | 316 | 120 | 33 | 0 | 23 | 310 | 103 | 60 |
| Binary | 101001 | 10010110 | 11001110 | 1010000 | 11011 | 0 | 10011 | 11001000 | 1000011 | 110000 |
Color Harmonies of #2996CE
Complementary color
Monochromatic Colors of #2996CE
Black with #2996CE
Text Example
Text Example
White with #2996CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2996CE; }
p { color: rgb(41,150,206); }
H1.HeaderClassName
{
color: #2996CE;
}
.AnyTagClassName
{
color: #2996CE;
}
</style>
background-color css
<style>
a { background-color: #2996CE; }
a { background-color: rgb(41,150,206); }
div.DivClassName
{
background-color: #2996CE;
}
.BgClassName
{
background-color: #2996CE;
}
</style>
border-color css
<style>
span { border-color: #2996CE; }
span { border-color: rgb(41,150,206); }
td.TdClassName
{
border-color: #2996CE;
}
.TagClassName
{
border-color: #2996CE;
}
</style>