Shades of Curious Blue #2983BC
Tints of Curious Blue #2983BC
RGB
CMYK
RGB Variations
Color information
#2983BC (or 0x2983BC) is known color: Curious Blue. HEX triplet: 29, 83 and BC. RGB value is (41,131,188). Sum of RGB (Red+Green+Blue) = 41+131+188=360 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.39% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #2983BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2983BC is #D67C43. Grayscale: #6E6E6E. Windows color (decimal): -14056516 or 12354345. OLE color: 12354345.
HSL color Cylindrical-coordinate representation of color #2983BC: hue angle of 203.27º 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 #2983BC is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 131 | 188 | - |
| CMYK | 0.78 | 0.30 | 0 | 0.26 |
| HSL | 203.27º | 0.64% | 0.45% | - |
| HSV(B) | 203.27º | 0.78% | 0.74% | - |
| XYZ | 18.11 | 20.33 | 50.55 | - |
| YUV | 110.59 | 171.68 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 131 | 188 | 0.78 | 0.30 | 0 | 0.26 | 203.27 | 0.64 | 0.45 |
| Hex | 29 | 83 | BC | 4E | 1E | 0 | 1A | CB | 40 | 2D |
| Octal | 51 | 203 | 274 | 116 | 36 | 0 | 32 | 313 | 100 | 55 |
| Binary | 101001 | 10000011 | 10111100 | 1001110 | 11110 | 0 | 11010 | 11001011 | 1000000 | 101101 |
Color Harmonies of #2983BC
Complementary color
Monochromatic Colors of #2983BC
Black with #2983BC
Text Example
Text Example
White with #2983BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2983BC; }
p { color: rgb(41,131,188); }
H1.HeaderClassName
{
color: #2983BC;
}
.AnyTagClassName
{
color: #2983BC;
}
</style>
background-color css
<style>
a { background-color: #2983BC; }
a { background-color: rgb(41,131,188); }
div.DivClassName
{
background-color: #2983BC;
}
.BgClassName
{
background-color: #2983BC;
}
</style>
border-color css
<style>
span { border-color: #2983BC; }
span { border-color: rgb(41,131,188); }
td.TdClassName
{
border-color: #2983BC;
}
.TagClassName
{
border-color: #2983BC;
}
</style>