Shades of Curious Blue #2988CC
Tints of Curious Blue #2988CC
RGB
CMYK
RGB Variations
Color information
#2988CC (or 0x2988CC) is known color: Curious Blue. HEX triplet: 29, 88 and CC. RGB value is (41,136,204). Sum of RGB (Red+Green+Blue) = 41+136+204=381 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.76% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #2988CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2988CC is #D67733. Grayscale: #727272. Windows color (decimal): -14055220 or 13404201. OLE color: 13404201.
HSL color Cylindrical-coordinate representation of color #2988CC: hue angle of 205.03º degrees, saturation: 0.67, 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 #2988CC is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 136 | 204 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.2 |
| HSL | 205.03º | 0.67% | 0.48% | - |
| HSV(B) | 205.03º | 0.8% | 0.8% | - |
| XYZ | 20.62 | 22.44 | 60.37 | - |
| YUV | 115.35 | 178.03 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 136 | 204 | 0.80 | 0.33 | 0 | 0.2 | 205.03 | 0.67 | 0.48 |
| Hex | 29 | 88 | CC | 50 | 21 | 0 | 14 | CD | 43 | 30 |
| Octal | 51 | 210 | 314 | 120 | 41 | 0 | 24 | 315 | 103 | 60 |
| Binary | 101001 | 10001000 | 11001100 | 1010000 | 100001 | 0 | 10100 | 11001101 | 1000011 | 110000 |
Color Harmonies of #2988CC
Complementary color
Monochromatic Colors of #2988CC
Black with #2988CC
Text Example
Text Example
White with #2988CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2988CC; }
p { color: rgb(41,136,204); }
H1.HeaderClassName
{
color: #2988CC;
}
.AnyTagClassName
{
color: #2988CC;
}
</style>
background-color css
<style>
a { background-color: #2988CC; }
a { background-color: rgb(41,136,204); }
div.DivClassName
{
background-color: #2988CC;
}
.BgClassName
{
background-color: #2988CC;
}
</style>
border-color css
<style>
span { border-color: #2988CC; }
span { border-color: rgb(41,136,204); }
td.TdClassName
{
border-color: #2988CC;
}
.TagClassName
{
border-color: #2988CC;
}
</style>