Shades of Curious Blue #297FC5
Tints of Curious Blue #297FC5
RGB
CMYK
RGB Variations
Color information
#297FC5 (or 0x297FC5) is known color: Curious Blue. HEX triplet: 29, 7F and C5. RGB value is (41,127,197). Sum of RGB (Red+Green+Blue) = 41+127+197=365 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.23% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 197 (77.34% from 255 or 53.97% from 365); Max value from RGB is 197 - color contains mainly: blue. Hex color #297FC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297FC5 is #D6803A. Grayscale: #6C6C6C. Windows color (decimal): -14057531 or 12943145. OLE color: 12943145.
HSL color Cylindrical-coordinate representation of color #297FC5: hue angle of 206.92º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #297FC5 is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 41 | 127 | 197 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.23 |
| HSL | 206.92º | 0.66% | 0.47% | - |
| HSV(B) | 206.92º | 0.79% | 0.77% | - |
| XYZ | 18.58 | 19.68 | 55.64 | - |
| YUV | 109.27 | 177.51 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 127 | 197 | 0.79 | 0.36 | 0 | 0.23 | 206.92 | 0.66 | 0.47 |
| Hex | 29 | 7F | C5 | 4F | 24 | 0 | 17 | CF | 42 | 2F |
| Octal | 51 | 177 | 305 | 117 | 44 | 0 | 27 | 317 | 102 | 57 |
| Binary | 101001 | 1111111 | 11000101 | 1001111 | 100100 | 0 | 10111 | 11001111 | 1000010 | 101111 |
Color Harmonies of #297FC5
Complementary color
Monochromatic Colors of #297FC5
Black with #297FC5
Text Example
Text Example
White with #297FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297FC5; }
p { color: rgb(41,127,197); }
H1.HeaderClassName
{
color: #297FC5;
}
.AnyTagClassName
{
color: #297FC5;
}
</style>
background-color css
<style>
a { background-color: #297FC5; }
a { background-color: rgb(41,127,197); }
div.DivClassName
{
background-color: #297FC5;
}
.BgClassName
{
background-color: #297FC5;
}
</style>
border-color css
<style>
span { border-color: #297FC5; }
span { border-color: rgb(41,127,197); }
td.TdClassName
{
border-color: #297FC5;
}
.TagClassName
{
border-color: #297FC5;
}
</style>