Shades of Curious Blue #2976BC
Tints of Curious Blue #2976BC
RGB
CMYK
RGB Variations
Color information
#2976BC (or 0x2976BC) is known color: Curious Blue. HEX triplet: 29, 76 and BC. RGB value is (41,118,188). Sum of RGB (Red+Green+Blue) = 41+118+188=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #2976BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2976BC is #D68943. Grayscale: #666666. Windows color (decimal): -14059844 or 12351017. OLE color: 12351017.
HSL color Cylindrical-coordinate representation of color #2976BC: hue angle of 208.57º 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 #2976BC is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 118 | 188 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.26 |
| HSL | 208.57º | 0.64% | 0.45% | - |
| HSV(B) | 208.57º | 0.78% | 0.74% | - |
| XYZ | 16.47 | 17.06 | 50 | - |
| YUV | 102.96 | 175.99 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 118 | 188 | 0.78 | 0.37 | 0 | 0.26 | 208.57 | 0.64 | 0.45 |
| Hex | 29 | 76 | BC | 4E | 25 | 0 | 1A | D1 | 40 | 2D |
| Octal | 51 | 166 | 274 | 116 | 45 | 0 | 32 | 321 | 100 | 55 |
| Binary | 101001 | 1110110 | 10111100 | 1001110 | 100101 | 0 | 11010 | 11010001 | 1000000 | 101101 |
Color Harmonies of #2976BC
Complementary color
Monochromatic Colors of #2976BC
Black with #2976BC
Text Example
Text Example
White with #2976BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2976BC; }
p { color: rgb(41,118,188); }
H1.HeaderClassName
{
color: #2976BC;
}
.AnyTagClassName
{
color: #2976BC;
}
</style>
background-color css
<style>
a { background-color: #2976BC; }
a { background-color: rgb(41,118,188); }
div.DivClassName
{
background-color: #2976BC;
}
.BgClassName
{
background-color: #2976BC;
}
</style>
border-color css
<style>
span { border-color: #2976BC; }
span { border-color: rgb(41,118,188); }
td.TdClassName
{
border-color: #2976BC;
}
.TagClassName
{
border-color: #2976BC;
}
</style>