Shades of Curious Blue #2982BC
Tints of Curious Blue #2982BC
RGB
CMYK
RGB Variations
Color information
#2982BC (or 0x2982BC) is known color: Curious Blue. HEX triplet: 29, 82 and BC. RGB value is (41,130,188). Sum of RGB (Red+Green+Blue) = 41+130+188=359 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.42% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #2982BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2982BC is #D67D43. Grayscale: #6D6D6D. Windows color (decimal): -14056772 or 12354089. OLE color: 12354089.
HSL color Cylindrical-coordinate representation of color #2982BC: hue angle of 203.67º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2982BC is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 130 | 188 | - |
| CMYK | 0.78 | 0.31 | 0 | 0.26 |
| HSL | 203.67º | 0.64% | 0.45% | - |
| HSV(B) | 203.67º | 0.78% | 0.74% | - |
| XYZ | 17.97 | 20.07 | 50.5 | - |
| YUV | 110 | 172.01 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 130 | 188 | 0.78 | 0.31 | 0 | 0.26 | 203.67 | 0.64 | 0.45 |
| Hex | 29 | 82 | BC | 4E | 1F | 0 | 1A | CC | 40 | 2D |
| Octal | 51 | 202 | 274 | 116 | 37 | 0 | 32 | 314 | 100 | 55 |
| Binary | 101001 | 10000010 | 10111100 | 1001110 | 11111 | 0 | 11010 | 11001100 | 1000000 | 101101 |
Color Harmonies of #2982BC
Complementary color
Monochromatic Colors of #2982BC
Black with #2982BC
Text Example
Text Example
White with #2982BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2982BC; }
p { color: rgb(41,130,188); }
H1.HeaderClassName
{
color: #2982BC;
}
.AnyTagClassName
{
color: #2982BC;
}
</style>
background-color css
<style>
a { background-color: #2982BC; }
a { background-color: rgb(41,130,188); }
div.DivClassName
{
background-color: #2982BC;
}
.BgClassName
{
background-color: #2982BC;
}
</style>
border-color css
<style>
span { border-color: #2982BC; }
span { border-color: rgb(41,130,188); }
td.TdClassName
{
border-color: #2982BC;
}
.TagClassName
{
border-color: #2982BC;
}
</style>