Shades of Curious Blue #2991CB
Tints of Curious Blue #2991CB
RGB
CMYK
RGB Variations
Color information
#2991CB (or 0x2991CB) is known color: Curious Blue. HEX triplet: 29, 91 and CB. RGB value is (41,145,203). Sum of RGB (Red+Green+Blue) = 41+145+203=389 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.54% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #2991CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2991CB is #D66E34. Grayscale: #787878. Windows color (decimal): -14052917 or 13340969. OLE color: 13340969.
HSL color Cylindrical-coordinate representation of color #2991CB: hue angle of 201.48º degrees, saturation: 0.66, 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 #2991CB is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 145 | 203 | - |
| CMYK | 0.80 | 0.29 | 0 | 0.20 |
| HSL | 201.48º | 0.66% | 0.48% | - |
| HSV(B) | 201.48º | 0.8% | 0.8% | - |
| XYZ | 21.82 | 25.03 | 60.18 | - |
| YUV | 120.52 | 174.54 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 145 | 203 | 0.80 | 0.29 | 0 | 0.20 | 201.48 | 0.66 | 0.48 |
| Hex | 29 | 91 | CB | 50 | 1D | 0 | 14 | C9 | 42 | 30 |
| Octal | 51 | 221 | 313 | 120 | 35 | 0 | 24 | 311 | 102 | 60 |
| Binary | 101001 | 10010001 | 11001011 | 1010000 | 11101 | 0 | 10100 | 11001001 | 1000010 | 110000 |
Color Harmonies of #2991CB
Complementary color
Monochromatic Colors of #2991CB
Black with #2991CB
Text Example
Text Example
White with #2991CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2991CB; }
p { color: rgb(41,145,203); }
H1.HeaderClassName
{
color: #2991CB;
}
.AnyTagClassName
{
color: #2991CB;
}
</style>
background-color css
<style>
a { background-color: #2991CB; }
a { background-color: rgb(41,145,203); }
div.DivClassName
{
background-color: #2991CB;
}
.BgClassName
{
background-color: #2991CB;
}
</style>
border-color css
<style>
span { border-color: #2991CB; }
span { border-color: rgb(41,145,203); }
td.TdClassName
{
border-color: #2991CB;
}
.TagClassName
{
border-color: #2991CB;
}
</style>