Shades of Curious Blue #2980AF
Tints of Curious Blue #2980AF
RGB
CMYK
RGB Variations
Color information
#2980AF (or 0x2980AF) is known color: Curious Blue. HEX triplet: 29, 80 and AF. RGB value is (41,128,175). Sum of RGB (Red+Green+Blue) = 41+128+175=344 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.92% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #2980AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2980AF is #D67F50. Grayscale: #6B6B6B. Windows color (decimal): -14057297 or 11501609. OLE color: 11501609.
HSL color Cylindrical-coordinate representation of color #2980AF: hue angle of 201.04º 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 #2980AF is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 128 | 175 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.31 |
| HSL | 201.04º | 0.62% | 0.42% | - |
| HSV(B) | 201.04º | 0.77% | 0.69% | - |
| XYZ | 16.37 | 19 | 43.36 | - |
| YUV | 107.35 | 166.18 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 128 | 175 | 0.77 | 0.27 | 0 | 0.31 | 201.04 | 0.62 | 0.42 |
| Hex | 29 | 80 | AF | 4D | 1B | 0 | 1F | C9 | 3E | 2A |
| Octal | 51 | 200 | 257 | 115 | 33 | 0 | 37 | 311 | 76 | 52 |
| Binary | 101001 | 10000000 | 10101111 | 1001101 | 11011 | 0 | 11111 | 11001001 | 111110 | 101010 |
Color Harmonies of #2980AF
Complementary color
Monochromatic Colors of #2980AF
Black with #2980AF
Text Example
Text Example
White with #2980AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2980AF; }
p { color: rgb(41,128,175); }
H1.HeaderClassName
{
color: #2980AF;
}
.AnyTagClassName
{
color: #2980AF;
}
</style>
background-color css
<style>
a { background-color: #2980AF; }
a { background-color: rgb(41,128,175); }
div.DivClassName
{
background-color: #2980AF;
}
.BgClassName
{
background-color: #2980AF;
}
</style>
border-color css
<style>
span { border-color: #2980AF; }
span { border-color: rgb(41,128,175); }
td.TdClassName
{
border-color: #2980AF;
}
.TagClassName
{
border-color: #2980AF;
}
</style>