Shades of Curious Blue #2981AF
Tints of Curious Blue #2981AF
RGB
CMYK
RGB Variations
Color information
#2981AF (or 0x2981AF) is known color: Curious Blue. HEX triplet: 29, 81 and AF. RGB value is (41,129,175). Sum of RGB (Red+Green+Blue) = 41+129+175=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #2981AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2981AF is #D67E50. Grayscale: #6B6B6B. Windows color (decimal): -14057041 or 11501865. OLE color: 11501865.
HSL color Cylindrical-coordinate representation of color #2981AF: hue angle of 200.6º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2981AF is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 129 | 175 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.31 |
| HSL | 200.6º | 0.62% | 0.42% | - |
| HSV(B) | 200.6º | 0.77% | 0.69% | - |
| XYZ | 16.5 | 19.27 | 43.41 | - |
| YUV | 107.93 | 165.85 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 129 | 175 | 0.77 | 0.26 | 0 | 0.31 | 200.6 | 0.62 | 0.42 |
| Hex | 29 | 81 | AF | 4D | 1A | 0 | 1F | C9 | 3E | 2A |
| Octal | 51 | 201 | 257 | 115 | 32 | 0 | 37 | 311 | 76 | 52 |
| Binary | 101001 | 10000001 | 10101111 | 1001101 | 11010 | 0 | 11111 | 11001001 | 111110 | 101010 |
Color Harmonies of #2981AF
Complementary color
Monochromatic Colors of #2981AF
Black with #2981AF
Text Example
Text Example
White with #2981AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2981AF; }
p { color: rgb(41,129,175); }
H1.HeaderClassName
{
color: #2981AF;
}
.AnyTagClassName
{
color: #2981AF;
}
</style>
background-color css
<style>
a { background-color: #2981AF; }
a { background-color: rgb(41,129,175); }
div.DivClassName
{
background-color: #2981AF;
}
.BgClassName
{
background-color: #2981AF;
}
</style>
border-color css
<style>
span { border-color: #2981AF; }
span { border-color: rgb(41,129,175); }
td.TdClassName
{
border-color: #2981AF;
}
.TagClassName
{
border-color: #2981AF;
}
</style>