Shades of Curious Blue #2984BA
Tints of Curious Blue #2984BA
RGB
CMYK
RGB Variations
Color information
#2984BA (or 0x2984BA) is known color: Curious Blue. HEX triplet: 29, 84 and BA. RGB value is (41,132,186). Sum of RGB (Red+Green+Blue) = 41+132+186=359 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.42% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #2984BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2984BA is #D67B45. Grayscale: #6E6E6E. Windows color (decimal): -14056262 or 12223529. OLE color: 12223529.
HSL color Cylindrical-coordinate representation of color #2984BA: hue angle of 202.34º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2984BA is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 132 | 186 | - |
| CMYK | 0.78 | 0.29 | 0 | 0.27 |
| HSL | 202.34º | 0.64% | 0.45% | - |
| HSV(B) | 202.34º | 0.78% | 0.73% | - |
| XYZ | 18.03 | 20.52 | 49.46 | - |
| YUV | 110.95 | 170.35 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 132 | 186 | 0.78 | 0.29 | 0 | 0.27 | 202.34 | 0.64 | 0.45 |
| Hex | 29 | 84 | BA | 4E | 1D | 0 | 1B | CA | 40 | 2D |
| Octal | 51 | 204 | 272 | 116 | 35 | 0 | 33 | 312 | 100 | 55 |
| Binary | 101001 | 10000100 | 10111010 | 1001110 | 11101 | 0 | 11011 | 11001010 | 1000000 | 101101 |
Color Harmonies of #2984BA
Complementary color
Monochromatic Colors of #2984BA
Black with #2984BA
Text Example
Text Example
White with #2984BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2984BA; }
p { color: rgb(41,132,186); }
H1.HeaderClassName
{
color: #2984BA;
}
.AnyTagClassName
{
color: #2984BA;
}
</style>
background-color css
<style>
a { background-color: #2984BA; }
a { background-color: rgb(41,132,186); }
div.DivClassName
{
background-color: #2984BA;
}
.BgClassName
{
background-color: #2984BA;
}
</style>
border-color css
<style>
span { border-color: #2984BA; }
span { border-color: rgb(41,132,186); }
td.TdClassName
{
border-color: #2984BA;
}
.TagClassName
{
border-color: #2984BA;
}
</style>