Shades of Curious Blue #2988BC
Tints of Curious Blue #2988BC
RGB
CMYK
RGB Variations
Color information
#2988BC (or 0x2988BC) is known color: Curious Blue. HEX triplet: 29, 88 and BC. RGB value is (41,136,188). Sum of RGB (Red+Green+Blue) = 41+136+188=365 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.23% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #2988BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2988BC is #D67743. Grayscale: #717171. Windows color (decimal): -14055236 or 12355625. OLE color: 12355625.
HSL color Cylindrical-coordinate representation of color #2988BC: hue angle of 201.22º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2988BC is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 136 | 188 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.26 |
| HSL | 201.22º | 0.64% | 0.45% | - |
| HSV(B) | 201.22º | 0.78% | 0.74% | - |
| XYZ | 18.8 | 21.71 | 50.78 | - |
| YUV | 113.52 | 170.03 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 136 | 188 | 0.78 | 0.28 | 0 | 0.26 | 201.22 | 0.64 | 0.45 |
| Hex | 29 | 88 | BC | 4E | 1C | 0 | 1A | C9 | 40 | 2D |
| Octal | 51 | 210 | 274 | 116 | 34 | 0 | 32 | 311 | 100 | 55 |
| Binary | 101001 | 10001000 | 10111100 | 1001110 | 11100 | 0 | 11010 | 11001001 | 1000000 | 101101 |
Color Harmonies of #2988BC
Complementary color
Monochromatic Colors of #2988BC
Black with #2988BC
Text Example
Text Example
White with #2988BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2988BC; }
p { color: rgb(41,136,188); }
H1.HeaderClassName
{
color: #2988BC;
}
.AnyTagClassName
{
color: #2988BC;
}
</style>
background-color css
<style>
a { background-color: #2988BC; }
a { background-color: rgb(41,136,188); }
div.DivClassName
{
background-color: #2988BC;
}
.BgClassName
{
background-color: #2988BC;
}
</style>
border-color css
<style>
span { border-color: #2988BC; }
span { border-color: rgb(41,136,188); }
td.TdClassName
{
border-color: #2988BC;
}
.TagClassName
{
border-color: #2988BC;
}
</style>