Shades of Pelorous #2997CF
Tints of Pelorous #2997CF
RGB
CMYK
RGB Variations
Color information
#2997CF (or 0x2997CF) is known color: Pelorous. HEX triplet: 29, 97 and CF. RGB value is (41,151,207). Sum of RGB (Red+Green+Blue) = 41+151+207=399 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.28% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #2997CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2997CF is #D66830. Grayscale: #7C7C7C. Windows color (decimal): -14051377 or 13604649. OLE color: 13604649.
HSL color Cylindrical-coordinate representation of color #2997CF: hue angle of 200.24º 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 #2997CF is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 151 | 207 | - |
| CMYK | 0.80 | 0.27 | 0 | 0.19 |
| HSL | 200.24º | 0.67% | 0.49% | - |
| HSV(B) | 200.24º | 0.8% | 0.81% | - |
| XYZ | 23.24 | 27.11 | 63.04 | - |
| YUV | 124.49 | 174.56 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 151 | 207 | 0.80 | 0.27 | 0 | 0.19 | 200.24 | 0.67 | 0.49 |
| Hex | 29 | 97 | CF | 50 | 1B | 0 | 13 | C8 | 43 | 31 |
| Octal | 51 | 227 | 317 | 120 | 33 | 0 | 23 | 310 | 103 | 61 |
| Binary | 101001 | 10010111 | 11001111 | 1010000 | 11011 | 0 | 10011 | 11001000 | 1000011 | 110001 |
Color Harmonies of #2997CF
Complementary color
Monochromatic Colors of #2997CF
Black with #2997CF
Text Example
Text Example
White with #2997CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2997CF; }
p { color: rgb(41,151,207); }
H1.HeaderClassName
{
color: #2997CF;
}
.AnyTagClassName
{
color: #2997CF;
}
</style>
background-color css
<style>
a { background-color: #2997CF; }
a { background-color: rgb(41,151,207); }
div.DivClassName
{
background-color: #2997CF;
}
.BgClassName
{
background-color: #2997CF;
}
</style>
border-color css
<style>
span { border-color: #2997CF; }
span { border-color: rgb(41,151,207); }
td.TdClassName
{
border-color: #2997CF;
}
.TagClassName
{
border-color: #2997CF;
}
</style>