Shades of Curious Blue #2984BB
Tints of Curious Blue #2984BB
RGB
CMYK
RGB Variations
Color information
#2984BB (or 0x2984BB) is known color: Curious Blue. HEX triplet: 29, 84 and BB. RGB value is (41,132,187). Sum of RGB (Red+Green+Blue) = 41+132+187=360 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.39% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #2984BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2984BB is #D67B44. Grayscale: #6E6E6E. Windows color (decimal): -14056261 or 12289065. OLE color: 12289065.
HSL color Cylindrical-coordinate representation of color #2984BB: hue angle of 202.6º 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 #2984BB is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 132 | 187 | - |
| CMYK | 0.78 | 0.29 | 0 | 0.27 |
| HSL | 202.6º | 0.64% | 0.45% | - |
| HSV(B) | 202.6º | 0.78% | 0.73% | - |
| XYZ | 18.14 | 20.56 | 50.03 | - |
| YUV | 111.06 | 170.85 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 132 | 187 | 0.78 | 0.29 | 0 | 0.27 | 202.6 | 0.64 | 0.45 |
| Hex | 29 | 84 | BB | 4E | 1D | 0 | 1B | CB | 40 | 2D |
| Octal | 51 | 204 | 273 | 116 | 35 | 0 | 33 | 313 | 100 | 55 |
| Binary | 101001 | 10000100 | 10111011 | 1001110 | 11101 | 0 | 11011 | 11001011 | 1000000 | 101101 |
Color Harmonies of #2984BB
Complementary color
Monochromatic Colors of #2984BB
Black with #2984BB
Text Example
Text Example
White with #2984BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2984BB; }
p { color: rgb(41,132,187); }
H1.HeaderClassName
{
color: #2984BB;
}
.AnyTagClassName
{
color: #2984BB;
}
</style>
background-color css
<style>
a { background-color: #2984BB; }
a { background-color: rgb(41,132,187); }
div.DivClassName
{
background-color: #2984BB;
}
.BgClassName
{
background-color: #2984BB;
}
</style>
border-color css
<style>
span { border-color: #2984BB; }
span { border-color: rgb(41,132,187); }
td.TdClassName
{
border-color: #2984BB;
}
.TagClassName
{
border-color: #2984BB;
}
</style>