Shades of Curious Blue #2981BA
Tints of Curious Blue #2981BA
RGB
CMYK
RGB Variations
Color information
#2981BA (or 0x2981BA) is known color: Curious Blue. HEX triplet: 29, 81 and BA. RGB value is (41,129,186). Sum of RGB (Red+Green+Blue) = 41+129+186=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #2981BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2981BA is #D67E45. Grayscale: #6C6C6C. Windows color (decimal): -14057030 or 12222761. OLE color: 12222761.
HSL color Cylindrical-coordinate representation of color #2981BA: hue angle of 203.59º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2981BA is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 129 | 186 | - |
| CMYK | 0.78 | 0.31 | 0 | 0.27 |
| HSL | 203.59º | 0.64% | 0.45% | - |
| HSV(B) | 203.59º | 0.78% | 0.73% | - |
| XYZ | 17.63 | 19.72 | 49.33 | - |
| YUV | 109.19 | 171.35 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 129 | 186 | 0.78 | 0.31 | 0 | 0.27 | 203.59 | 0.64 | 0.45 |
| Hex | 29 | 81 | BA | 4E | 1F | 0 | 1B | CC | 40 | 2D |
| Octal | 51 | 201 | 272 | 116 | 37 | 0 | 33 | 314 | 100 | 55 |
| Binary | 101001 | 10000001 | 10111010 | 1001110 | 11111 | 0 | 11011 | 11001100 | 1000000 | 101101 |
Color Harmonies of #2981BA
Complementary color
Monochromatic Colors of #2981BA
Black with #2981BA
Text Example
Text Example
White with #2981BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2981BA; }
p { color: rgb(41,129,186); }
H1.HeaderClassName
{
color: #2981BA;
}
.AnyTagClassName
{
color: #2981BA;
}
</style>
background-color css
<style>
a { background-color: #2981BA; }
a { background-color: rgb(41,129,186); }
div.DivClassName
{
background-color: #2981BA;
}
.BgClassName
{
background-color: #2981BA;
}
</style>
border-color css
<style>
span { border-color: #2981BA; }
span { border-color: rgb(41,129,186); }
td.TdClassName
{
border-color: #2981BA;
}
.TagClassName
{
border-color: #2981BA;
}
</style>