Shades of Curious Blue #2983BB
Tints of Curious Blue #2983BB
RGB
CMYK
RGB Variations
Color information
#2983BB (or 0x2983BB) is known color: Curious Blue. HEX triplet: 29, 83 and BB. RGB value is (41,131,187). Sum of RGB (Red+Green+Blue) = 41+131+187=359 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.42% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #2983BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2983BB is #D67C44. Grayscale: #6E6E6E. Windows color (decimal): -14056517 or 12288809. OLE color: 12288809.
HSL color Cylindrical-coordinate representation of color #2983BB: hue angle of 203.01º 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 #2983BB is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 131 | 187 | - |
| CMYK | 0.78 | 0.30 | 0 | 0.27 |
| HSL | 203.01º | 0.64% | 0.45% | - |
| HSV(B) | 203.01º | 0.78% | 0.73% | - |
| XYZ | 18 | 20.29 | 49.98 | - |
| YUV | 110.47 | 171.18 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 131 | 187 | 0.78 | 0.30 | 0 | 0.27 | 203.01 | 0.64 | 0.45 |
| Hex | 29 | 83 | BB | 4E | 1E | 0 | 1B | CB | 40 | 2D |
| Octal | 51 | 203 | 273 | 116 | 36 | 0 | 33 | 313 | 100 | 55 |
| Binary | 101001 | 10000011 | 10111011 | 1001110 | 11110 | 0 | 11011 | 11001011 | 1000000 | 101101 |
Color Harmonies of #2983BB
Complementary color
Monochromatic Colors of #2983BB
Black with #2983BB
Text Example
Text Example
White with #2983BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2983BB; }
p { color: rgb(41,131,187); }
H1.HeaderClassName
{
color: #2983BB;
}
.AnyTagClassName
{
color: #2983BB;
}
</style>
background-color css
<style>
a { background-color: #2983BB; }
a { background-color: rgb(41,131,187); }
div.DivClassName
{
background-color: #2983BB;
}
.BgClassName
{
background-color: #2983BB;
}
</style>
border-color css
<style>
span { border-color: #2983BB; }
span { border-color: rgb(41,131,187); }
td.TdClassName
{
border-color: #2983BB;
}
.TagClassName
{
border-color: #2983BB;
}
</style>