Shades of Curious Blue #297BCC
Tints of Curious Blue #297BCC
RGB
CMYK
RGB Variations
Color information
#297BCC (or 0x297BCC) is known color: Curious Blue. HEX triplet: 29, 7B and CC. RGB value is (41,123,204). Sum of RGB (Red+Green+Blue) = 41+123+204=368 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.14% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #297BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297BCC is #D68433. Grayscale: #6B6B6B. Windows color (decimal): -14058548 or 13400873. OLE color: 13400873.
HSL color Cylindrical-coordinate representation of color #297BCC: hue angle of 209.82º 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 #297BCC is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 123 | 204 | - |
| CMYK | 0.80 | 0.40 | 0 | 0.2 |
| HSL | 209.82º | 0.67% | 0.48% | - |
| HSV(B) | 209.82º | 0.8% | 0.8% | - |
| XYZ | 18.9 | 19 | 59.8 | - |
| YUV | 107.72 | 182.33 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 123 | 204 | 0.80 | 0.40 | 0 | 0.2 | 209.82 | 0.67 | 0.48 |
| Hex | 29 | 7B | CC | 50 | 28 | 0 | 14 | D2 | 43 | 30 |
| Octal | 51 | 173 | 314 | 120 | 50 | 0 | 24 | 322 | 103 | 60 |
| Binary | 101001 | 1111011 | 11001100 | 1010000 | 101000 | 0 | 10100 | 11010010 | 1000011 | 110000 |
Color Harmonies of #297BCC
Complementary color
Monochromatic Colors of #297BCC
Black with #297BCC
Text Example
Text Example
White with #297BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297BCC; }
p { color: rgb(41,123,204); }
H1.HeaderClassName
{
color: #297BCC;
}
.AnyTagClassName
{
color: #297BCC;
}
</style>
background-color css
<style>
a { background-color: #297BCC; }
a { background-color: rgb(41,123,204); }
div.DivClassName
{
background-color: #297BCC;
}
.BgClassName
{
background-color: #297BCC;
}
</style>
border-color css
<style>
span { border-color: #297BCC; }
span { border-color: rgb(41,123,204); }
td.TdClassName
{
border-color: #297BCC;
}
.TagClassName
{
border-color: #297BCC;
}
</style>