Shades of Curious Blue #2988C2
Tints of Curious Blue #2988C2
RGB
CMYK
RGB Variations
Color information
#2988C2 (or 0x2988C2) is known color: Curious Blue. HEX triplet: 29, 88 and C2. RGB value is (41,136,194). Sum of RGB (Red+Green+Blue) = 41+136+194=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 194 (76.17% from 255 or 52.29% from 371); Max value from RGB is 194 - color contains mainly: blue. Hex color #2988C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2988C2 is #D6773D. Grayscale: #717171. Windows color (decimal): -14055230 or 12748841. OLE color: 12748841.
HSL color Cylindrical-coordinate representation of color #2988C2: hue angle of 202.75º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2988C2 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 136 | 194 | - |
| CMYK | 0.79 | 0.30 | 0 | 0.24 |
| HSL | 202.75º | 0.65% | 0.46% | - |
| HSV(B) | 202.75º | 0.79% | 0.76% | - |
| XYZ | 19.46 | 21.97 | 54.26 | - |
| YUV | 114.21 | 173.03 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 136 | 194 | 0.79 | 0.30 | 0 | 0.24 | 202.75 | 0.65 | 0.46 |
| Hex | 29 | 88 | C2 | 4F | 1E | 0 | 18 | CB | 41 | 2E |
| Octal | 51 | 210 | 302 | 117 | 36 | 0 | 30 | 313 | 101 | 56 |
| Binary | 101001 | 10001000 | 11000010 | 1001111 | 11110 | 0 | 11000 | 11001011 | 1000001 | 101110 |
Color Harmonies of #2988C2
Complementary color
Monochromatic Colors of #2988C2
Black with #2988C2
Text Example
Text Example
White with #2988C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2988C2; }
p { color: rgb(41,136,194); }
H1.HeaderClassName
{
color: #2988C2;
}
.AnyTagClassName
{
color: #2988C2;
}
</style>
background-color css
<style>
a { background-color: #2988C2; }
a { background-color: rgb(41,136,194); }
div.DivClassName
{
background-color: #2988C2;
}
.BgClassName
{
background-color: #2988C2;
}
</style>
border-color css
<style>
span { border-color: #2988C2; }
span { border-color: rgb(41,136,194); }
td.TdClassName
{
border-color: #2988C2;
}
.TagClassName
{
border-color: #2988C2;
}
</style>