Shades of Curious Blue #2981BC
Tints of Curious Blue #2981BC
RGB
CMYK
RGB Variations
Color information
#2981BC (or 0x2981BC) is known color: Curious Blue. HEX triplet: 29, 81 and BC. RGB value is (41,129,188). Sum of RGB (Red+Green+Blue) = 41+129+188=358 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.45% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #2981BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2981BC is #D67E43. Grayscale: #6D6D6D. Windows color (decimal): -14057028 or 12353833. OLE color: 12353833.
HSL color Cylindrical-coordinate representation of color #2981BC: hue angle of 204.08º 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 #2981BC is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 129 | 188 | - |
| CMYK | 0.78 | 0.31 | 0 | 0.26 |
| HSL | 204.08º | 0.64% | 0.45% | - |
| HSV(B) | 204.08º | 0.78% | 0.74% | - |
| XYZ | 17.84 | 19.8 | 50.46 | - |
| YUV | 109.41 | 172.35 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 129 | 188 | 0.78 | 0.31 | 0 | 0.26 | 204.08 | 0.64 | 0.45 |
| Hex | 29 | 81 | BC | 4E | 1F | 0 | 1A | CC | 40 | 2D |
| Octal | 51 | 201 | 274 | 116 | 37 | 0 | 32 | 314 | 100 | 55 |
| Binary | 101001 | 10000001 | 10111100 | 1001110 | 11111 | 0 | 11010 | 11001100 | 1000000 | 101101 |
Color Harmonies of #2981BC
Complementary color
Monochromatic Colors of #2981BC
Black with #2981BC
Text Example
Text Example
White with #2981BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2981BC; }
p { color: rgb(41,129,188); }
H1.HeaderClassName
{
color: #2981BC;
}
.AnyTagClassName
{
color: #2981BC;
}
</style>
background-color css
<style>
a { background-color: #2981BC; }
a { background-color: rgb(41,129,188); }
div.DivClassName
{
background-color: #2981BC;
}
.BgClassName
{
background-color: #2981BC;
}
</style>
border-color css
<style>
span { border-color: #2981BC; }
span { border-color: rgb(41,129,188); }
td.TdClassName
{
border-color: #2981BC;
}
.TagClassName
{
border-color: #2981BC;
}
</style>