Shades of Curious Blue #297ECC
Tints of Curious Blue #297ECC
RGB
CMYK
RGB Variations
Color information
#297ECC (or 0x297ECC) is known color: Curious Blue. HEX triplet: 29, 7E and CC. RGB value is (41,126,204). Sum of RGB (Red+Green+Blue) = 41+126+204=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #297ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297ECC is #D68133. Grayscale: #6D6D6D. Windows color (decimal): -14057780 or 13401641. OLE color: 13401641.
HSL color Cylindrical-coordinate representation of color #297ECC: hue angle of 208.71º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #297ECC is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 126 | 204 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.2 |
| HSL | 208.71º | 0.67% | 0.48% | - |
| HSV(B) | 208.71º | 0.8% | 0.8% | - |
| XYZ | 19.27 | 19.75 | 59.92 | - |
| YUV | 109.48 | 181.34 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 126 | 204 | 0.80 | 0.38 | 0 | 0.2 | 208.71 | 0.67 | 0.48 |
| Hex | 29 | 7E | CC | 50 | 26 | 0 | 14 | D1 | 43 | 30 |
| Octal | 51 | 176 | 314 | 120 | 46 | 0 | 24 | 321 | 103 | 60 |
| Binary | 101001 | 1111110 | 11001100 | 1010000 | 100110 | 0 | 10100 | 11010001 | 1000011 | 110000 |
Color Harmonies of #297ECC
Complementary color
Monochromatic Colors of #297ECC
Black with #297ECC
Text Example
Text Example
White with #297ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297ECC; }
p { color: rgb(41,126,204); }
H1.HeaderClassName
{
color: #297ECC;
}
.AnyTagClassName
{
color: #297ECC;
}
</style>
background-color css
<style>
a { background-color: #297ECC; }
a { background-color: rgb(41,126,204); }
div.DivClassName
{
background-color: #297ECC;
}
.BgClassName
{
background-color: #297ECC;
}
</style>
border-color css
<style>
span { border-color: #297ECC; }
span { border-color: rgb(41,126,204); }
td.TdClassName
{
border-color: #297ECC;
}
.TagClassName
{
border-color: #297ECC;
}
</style>