Shades of Curious Blue #2981AD
Tints of Curious Blue #2981AD
RGB
CMYK
RGB Variations
Color information
#2981AD (or 0x2981AD) is known color: Curious Blue. HEX triplet: 29, 81 and AD. RGB value is (41,129,173). Sum of RGB (Red+Green+Blue) = 41+129+173=343 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.95% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #2981AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2981AD is #D67E52. Grayscale: #6B6B6B. Windows color (decimal): -14057043 or 11370793. OLE color: 11370793.
HSL color Cylindrical-coordinate representation of color #2981AD: hue angle of 200º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2981AD is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 129 | 173 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.32 |
| HSL | 200º | 0.62% | 0.42% | - |
| HSV(B) | 200º | 0.76% | 0.68% | - |
| XYZ | 16.31 | 19.19 | 42.38 | - |
| YUV | 107.7 | 164.85 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 129 | 173 | 0.76 | 0.25 | 0 | 0.32 | 200 | 0.62 | 0.42 |
| Hex | 29 | 81 | AD | 4C | 19 | 0 | 20 | C8 | 3E | 2A |
| Octal | 51 | 201 | 255 | 114 | 31 | 0 | 40 | 310 | 76 | 52 |
| Binary | 101001 | 10000001 | 10101101 | 1001100 | 11001 | 0 | 100000 | 11001000 | 111110 | 101010 |
Color Harmonies of #2981AD
Complementary color
Monochromatic Colors of #2981AD
Black with #2981AD
Text Example
Text Example
White with #2981AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2981AD; }
p { color: rgb(41,129,173); }
H1.HeaderClassName
{
color: #2981AD;
}
.AnyTagClassName
{
color: #2981AD;
}
</style>
background-color css
<style>
a { background-color: #2981AD; }
a { background-color: rgb(41,129,173); }
div.DivClassName
{
background-color: #2981AD;
}
.BgClassName
{
background-color: #2981AD;
}
</style>
border-color css
<style>
span { border-color: #2981AD; }
span { border-color: rgb(41,129,173); }
td.TdClassName
{
border-color: #2981AD;
}
.TagClassName
{
border-color: #2981AD;
}
</style>