Shades of Curious Blue #2981CC
Tints of Curious Blue #2981CC
RGB
CMYK
RGB Variations
Color information
#2981CC (or 0x2981CC) is known color: Curious Blue. HEX triplet: 29, 81 and CC. RGB value is (41,129,204). Sum of RGB (Red+Green+Blue) = 41+129+204=374 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.96% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #2981CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2981CC is #D67E33. Grayscale: #6E6E6E. Windows color (decimal): -14057012 or 13402409. OLE color: 13402409.
HSL color Cylindrical-coordinate representation of color #2981CC: hue angle of 207.61º 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 #2981CC is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 129 | 204 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.2 |
| HSL | 207.61º | 0.67% | 0.48% | - |
| HSV(B) | 207.61º | 0.8% | 0.8% | - |
| XYZ | 19.66 | 20.53 | 60.05 | - |
| YUV | 111.24 | 180.35 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 129 | 204 | 0.80 | 0.37 | 0 | 0.2 | 207.61 | 0.67 | 0.48 |
| Hex | 29 | 81 | CC | 50 | 25 | 0 | 14 | D0 | 43 | 30 |
| Octal | 51 | 201 | 314 | 120 | 45 | 0 | 24 | 320 | 103 | 60 |
| Binary | 101001 | 10000001 | 11001100 | 1010000 | 100101 | 0 | 10100 | 11010000 | 1000011 | 110000 |
Color Harmonies of #2981CC
Complementary color
Monochromatic Colors of #2981CC
Black with #2981CC
Text Example
Text Example
White with #2981CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2981CC; }
p { color: rgb(41,129,204); }
H1.HeaderClassName
{
color: #2981CC;
}
.AnyTagClassName
{
color: #2981CC;
}
</style>
background-color css
<style>
a { background-color: #2981CC; }
a { background-color: rgb(41,129,204); }
div.DivClassName
{
background-color: #2981CC;
}
.BgClassName
{
background-color: #2981CC;
}
</style>
border-color css
<style>
span { border-color: #2981CC; }
span { border-color: rgb(41,129,204); }
td.TdClassName
{
border-color: #2981CC;
}
.TagClassName
{
border-color: #2981CC;
}
</style>