Shades of Pelorous #2998CF
Tints of Pelorous #2998CF
RGB
CMYK
RGB Variations
Color information
#2998CF (or 0x2998CF) is known color: Pelorous. HEX triplet: 29, 98 and CF. RGB value is (41,152,207). Sum of RGB (Red+Green+Blue) = 41+152+207=400 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.25% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #2998CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2998CF is #D66730. Grayscale: #7C7C7C. Windows color (decimal): -14051121 or 13604905. OLE color: 13604905.
HSL color Cylindrical-coordinate representation of color #2998CF: hue angle of 199.88º 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 #2998CF is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 152 | 207 | - |
| CMYK | 0.80 | 0.27 | 0 | 0.19 |
| HSL | 199.88º | 0.67% | 0.49% | - |
| HSV(B) | 199.88º | 0.8% | 0.81% | - |
| XYZ | 23.41 | 27.43 | 63.09 | - |
| YUV | 125.08 | 174.23 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 152 | 207 | 0.80 | 0.27 | 0 | 0.19 | 199.88 | 0.67 | 0.49 |
| Hex | 29 | 98 | CF | 50 | 1B | 0 | 13 | C8 | 43 | 31 |
| Octal | 51 | 230 | 317 | 120 | 33 | 0 | 23 | 310 | 103 | 61 |
| Binary | 101001 | 10011000 | 11001111 | 1010000 | 11011 | 0 | 10011 | 11001000 | 1000011 | 110001 |
Color Harmonies of #2998CF
Complementary color
Monochromatic Colors of #2998CF
Black with #2998CF
Text Example
Text Example
White with #2998CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2998CF; }
p { color: rgb(41,152,207); }
H1.HeaderClassName
{
color: #2998CF;
}
.AnyTagClassName
{
color: #2998CF;
}
</style>
background-color css
<style>
a { background-color: #2998CF; }
a { background-color: rgb(41,152,207); }
div.DivClassName
{
background-color: #2998CF;
}
.BgClassName
{
background-color: #2998CF;
}
</style>
border-color css
<style>
span { border-color: #2998CF; }
span { border-color: rgb(41,152,207); }
td.TdClassName
{
border-color: #2998CF;
}
.TagClassName
{
border-color: #2998CF;
}
</style>