Shades of Curious Blue #2974BB
Tints of Curious Blue #2974BB
RGB
CMYK
RGB Variations
Color information
#2974BB (or 0x2974BB) is known color: Curious Blue. HEX triplet: 29, 74 and BB. RGB value is (41,116,187). Sum of RGB (Red+Green+Blue) = 41+116+187=344 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.92% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #2974BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2974BB is #D68B44. Grayscale: #656565. Windows color (decimal): -14060357 or 12284969. OLE color: 12284969.
HSL color Cylindrical-coordinate representation of color #2974BB: hue angle of 209.18º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2974BB is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 116 | 187 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.27 |
| HSL | 209.18º | 0.64% | 0.45% | - |
| HSV(B) | 209.18º | 0.78% | 0.73% | - |
| XYZ | 16.13 | 16.55 | 49.36 | - |
| YUV | 101.67 | 176.15 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 116 | 187 | 0.78 | 0.38 | 0 | 0.27 | 209.18 | 0.64 | 0.45 |
| Hex | 29 | 74 | BB | 4E | 26 | 0 | 1B | D1 | 40 | 2D |
| Octal | 51 | 164 | 273 | 116 | 46 | 0 | 33 | 321 | 100 | 55 |
| Binary | 101001 | 1110100 | 10111011 | 1001110 | 100110 | 0 | 11011 | 11010001 | 1000000 | 101101 |
Color Harmonies of #2974BB
Complementary color
Monochromatic Colors of #2974BB
Black with #2974BB
Text Example
Text Example
White with #2974BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2974BB; }
p { color: rgb(41,116,187); }
H1.HeaderClassName
{
color: #2974BB;
}
.AnyTagClassName
{
color: #2974BB;
}
</style>
background-color css
<style>
a { background-color: #2974BB; }
a { background-color: rgb(41,116,187); }
div.DivClassName
{
background-color: #2974BB;
}
.BgClassName
{
background-color: #2974BB;
}
</style>
border-color css
<style>
span { border-color: #2974BB; }
span { border-color: rgb(41,116,187); }
td.TdClassName
{
border-color: #2974BB;
}
.TagClassName
{
border-color: #2974BB;
}
</style>