Shades of Curious Blue #2976C1
Tints of Curious Blue #2976C1
RGB
CMYK
RGB Variations
Color information
#2976C1 (or 0x2976C1) is known color: Curious Blue. HEX triplet: 29, 76 and C1. RGB value is (41,118,193). Sum of RGB (Red+Green+Blue) = 41+118+193=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 193 (75.78% from 255 or 54.83% from 352); Max value from RGB is 193 - color contains mainly: blue. Hex color #2976C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2976C1 is #D6893E. Grayscale: #676767. Windows color (decimal): -14059839 or 12678697. OLE color: 12678697.
HSL color Cylindrical-coordinate representation of color #2976C1: hue angle of 209.61º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2976C1 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 118 | 193 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.24 |
| HSL | 209.61º | 0.65% | 0.46% | - |
| HSV(B) | 209.61º | 0.79% | 0.76% | - |
| XYZ | 17.02 | 17.28 | 52.89 | - |
| YUV | 103.53 | 178.49 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 118 | 193 | 0.79 | 0.39 | 0 | 0.24 | 209.61 | 0.65 | 0.46 |
| Hex | 29 | 76 | C1 | 4F | 27 | 0 | 18 | D2 | 41 | 2E |
| Octal | 51 | 166 | 301 | 117 | 47 | 0 | 30 | 322 | 101 | 56 |
| Binary | 101001 | 1110110 | 11000001 | 1001111 | 100111 | 0 | 11000 | 11010010 | 1000001 | 101110 |
Color Harmonies of #2976C1
Complementary color
Monochromatic Colors of #2976C1
Black with #2976C1
Text Example
Text Example
White with #2976C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2976C1; }
p { color: rgb(41,118,193); }
H1.HeaderClassName
{
color: #2976C1;
}
.AnyTagClassName
{
color: #2976C1;
}
</style>
background-color css
<style>
a { background-color: #2976C1; }
a { background-color: rgb(41,118,193); }
div.DivClassName
{
background-color: #2976C1;
}
.BgClassName
{
background-color: #2976C1;
}
</style>
border-color css
<style>
span { border-color: #2976C1; }
span { border-color: rgb(41,118,193); }
td.TdClassName
{
border-color: #2976C1;
}
.TagClassName
{
border-color: #2976C1;
}
</style>