Shades of Curious Blue #2990CE
Tints of Curious Blue #2990CE
RGB
CMYK
RGB Variations
Color information
#2990CE (or 0x2990CE) is known color: Curious Blue. HEX triplet: 29, 90 and CE. RGB value is (41,144,206). Sum of RGB (Red+Green+Blue) = 41+144+206=391 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.49% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #2990CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2990CE is #D66F31. Grayscale: #777777. Windows color (decimal): -14053170 or 13537321. OLE color: 13537321.
HSL color Cylindrical-coordinate representation of color #2990CE: hue angle of 202.55º 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 #2990CE is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 144 | 206 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.19 |
| HSL | 202.55º | 0.67% | 0.48% | - |
| HSV(B) | 202.55º | 0.8% | 0.81% | - |
| XYZ | 22.03 | 24.87 | 62.03 | - |
| YUV | 120.27 | 176.38 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 144 | 206 | 0.80 | 0.30 | 0 | 0.19 | 202.55 | 0.67 | 0.48 |
| Hex | 29 | 90 | CE | 50 | 1E | 0 | 13 | CB | 43 | 30 |
| Octal | 51 | 220 | 316 | 120 | 36 | 0 | 23 | 313 | 103 | 60 |
| Binary | 101001 | 10010000 | 11001110 | 1010000 | 11110 | 0 | 10011 | 11001011 | 1000011 | 110000 |
Color Harmonies of #2990CE
Complementary color
Monochromatic Colors of #2990CE
Black with #2990CE
Text Example
Text Example
White with #2990CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2990CE; }
p { color: rgb(41,144,206); }
H1.HeaderClassName
{
color: #2990CE;
}
.AnyTagClassName
{
color: #2990CE;
}
</style>
background-color css
<style>
a { background-color: #2990CE; }
a { background-color: rgb(41,144,206); }
div.DivClassName
{
background-color: #2990CE;
}
.BgClassName
{
background-color: #2990CE;
}
</style>
border-color css
<style>
span { border-color: #2990CE; }
span { border-color: rgb(41,144,206); }
td.TdClassName
{
border-color: #2990CE;
}
.TagClassName
{
border-color: #2990CE;
}
</style>