Shades of Curious Blue #297BC5
Tints of Curious Blue #297BC5
RGB
CMYK
RGB Variations
Color information
#297BC5 (or 0x297BC5) is known color: Curious Blue. HEX triplet: 29, 7B and C5. RGB value is (41,123,197). Sum of RGB (Red+Green+Blue) = 41+123+197=361 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.36% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 197 (77.34% from 255 or 54.57% from 361); Max value from RGB is 197 - color contains mainly: blue. Hex color #297BC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297BC5 is #D6843A. Grayscale: #6A6A6A. Windows color (decimal): -14058555 or 12942121. OLE color: 12942121.
HSL color Cylindrical-coordinate representation of color #297BC5: hue angle of 208.46º 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 #297BC5 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 41 | 123 | 197 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.23 |
| HSL | 208.46º | 0.66% | 0.47% | - |
| HSV(B) | 208.46º | 0.79% | 0.77% | - |
| XYZ | 18.08 | 18.67 | 55.47 | - |
| YUV | 106.92 | 178.83 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 123 | 197 | 0.79 | 0.38 | 0 | 0.23 | 208.46 | 0.66 | 0.47 |
| Hex | 29 | 7B | C5 | 4F | 26 | 0 | 17 | D0 | 42 | 2F |
| Octal | 51 | 173 | 305 | 117 | 46 | 0 | 27 | 320 | 102 | 57 |
| Binary | 101001 | 1111011 | 11000101 | 1001111 | 100110 | 0 | 10111 | 11010000 | 1000010 | 101111 |
Color Harmonies of #297BC5
Complementary color
Monochromatic Colors of #297BC5
Black with #297BC5
Text Example
Text Example
White with #297BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297BC5; }
p { color: rgb(41,123,197); }
H1.HeaderClassName
{
color: #297BC5;
}
.AnyTagClassName
{
color: #297BC5;
}
</style>
background-color css
<style>
a { background-color: #297BC5; }
a { background-color: rgb(41,123,197); }
div.DivClassName
{
background-color: #297BC5;
}
.BgClassName
{
background-color: #297BC5;
}
</style>
border-color css
<style>
span { border-color: #297BC5; }
span { border-color: rgb(41,123,197); }
td.TdClassName
{
border-color: #297BC5;
}
.TagClassName
{
border-color: #297BC5;
}
</style>