Shades of Curious Blue #2977BF
Tints of Curious Blue #2977BF
RGB
CMYK
RGB Variations
Color information
#2977BF (or 0x2977BF) is known color: Curious Blue. HEX triplet: 29, 77 and BF. RGB value is (41,119,191). Sum of RGB (Red+Green+Blue) = 41+119+191=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #2977BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2977BF is #D68840. Grayscale: #676767. Windows color (decimal): -14059585 or 12547881. OLE color: 12547881.
HSL color Cylindrical-coordinate representation of color #2977BF: hue angle of 208.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2977BF is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 119 | 191 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.25 |
| HSL | 208.8º | 0.65% | 0.45% | - |
| HSV(B) | 208.8º | 0.79% | 0.75% | - |
| XYZ | 16.92 | 17.43 | 51.76 | - |
| YUV | 103.89 | 177.16 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 119 | 191 | 0.79 | 0.38 | 0 | 0.25 | 208.8 | 0.65 | 0.45 |
| Hex | 29 | 77 | BF | 4F | 26 | 0 | 19 | D1 | 41 | 2D |
| Octal | 51 | 167 | 277 | 117 | 46 | 0 | 31 | 321 | 101 | 55 |
| Binary | 101001 | 1110111 | 10111111 | 1001111 | 100110 | 0 | 11001 | 11010001 | 1000001 | 101101 |
Color Harmonies of #2977BF
Complementary color
Monochromatic Colors of #2977BF
Black with #2977BF
Text Example
Text Example
White with #2977BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2977BF; }
p { color: rgb(41,119,191); }
H1.HeaderClassName
{
color: #2977BF;
}
.AnyTagClassName
{
color: #2977BF;
}
</style>
background-color css
<style>
a { background-color: #2977BF; }
a { background-color: rgb(41,119,191); }
div.DivClassName
{
background-color: #2977BF;
}
.BgClassName
{
background-color: #2977BF;
}
</style>
border-color css
<style>
span { border-color: #2977BF; }
span { border-color: rgb(41,119,191); }
td.TdClassName
{
border-color: #2977BF;
}
.TagClassName
{
border-color: #2977BF;
}
</style>