Shades of Curious Blue #2979BC
Tints of Curious Blue #2979BC
RGB
CMYK
RGB Variations
Color information
#2979BC (or 0x2979BC) is known color: Curious Blue. HEX triplet: 29, 79 and BC. RGB value is (41,121,188). Sum of RGB (Red+Green+Blue) = 41+121+188=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #2979BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2979BC is #D68643. Grayscale: #686868. Windows color (decimal): -14059076 or 12351785. OLE color: 12351785.
HSL color Cylindrical-coordinate representation of color #2979BC: hue angle of 207.35º 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 #2979BC is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 121 | 188 | - |
| CMYK | 0.78 | 0.36 | 0 | 0.26 |
| HSL | 207.35º | 0.64% | 0.45% | - |
| HSV(B) | 207.35º | 0.78% | 0.74% | - |
| XYZ | 16.83 | 17.78 | 50.12 | - |
| YUV | 104.72 | 175 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 121 | 188 | 0.78 | 0.36 | 0 | 0.26 | 207.35 | 0.64 | 0.45 |
| Hex | 29 | 79 | BC | 4E | 24 | 0 | 1A | CF | 40 | 2D |
| Octal | 51 | 171 | 274 | 116 | 44 | 0 | 32 | 317 | 100 | 55 |
| Binary | 101001 | 1111001 | 10111100 | 1001110 | 100100 | 0 | 11010 | 11001111 | 1000000 | 101101 |
Color Harmonies of #2979BC
Complementary color
Monochromatic Colors of #2979BC
Black with #2979BC
Text Example
Text Example
White with #2979BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2979BC; }
p { color: rgb(41,121,188); }
H1.HeaderClassName
{
color: #2979BC;
}
.AnyTagClassName
{
color: #2979BC;
}
</style>
background-color css
<style>
a { background-color: #2979BC; }
a { background-color: rgb(41,121,188); }
div.DivClassName
{
background-color: #2979BC;
}
.BgClassName
{
background-color: #2979BC;
}
</style>
border-color css
<style>
span { border-color: #2979BC; }
span { border-color: rgb(41,121,188); }
td.TdClassName
{
border-color: #2979BC;
}
.TagClassName
{
border-color: #2979BC;
}
</style>