Shades of Curious Blue #297FBF
Tints of Curious Blue #297FBF
RGB
CMYK
RGB Variations
Color information
#297FBF (or 0x297FBF) is known color: Curious Blue. HEX triplet: 29, 7F and BF. RGB value is (41,127,191). Sum of RGB (Red+Green+Blue) = 41+127+191=359 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.42% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #297FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297FBF is #D68040. Grayscale: #6C6C6C. Windows color (decimal): -14057537 or 12549929. OLE color: 12549929.
HSL color Cylindrical-coordinate representation of color #297FBF: hue angle of 205.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #297FBF is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 127 | 191 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.25 |
| HSL | 205.6º | 0.65% | 0.45% | - |
| HSV(B) | 205.6º | 0.79% | 0.75% | - |
| XYZ | 17.91 | 19.41 | 52.09 | - |
| YUV | 108.58 | 174.51 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 127 | 191 | 0.79 | 0.34 | 0 | 0.25 | 205.6 | 0.65 | 0.45 |
| Hex | 29 | 7F | BF | 4F | 22 | 0 | 19 | CE | 41 | 2D |
| Octal | 51 | 177 | 277 | 117 | 42 | 0 | 31 | 316 | 101 | 55 |
| Binary | 101001 | 1111111 | 10111111 | 1001111 | 100010 | 0 | 11001 | 11001110 | 1000001 | 101101 |
Color Harmonies of #297FBF
Complementary color
Monochromatic Colors of #297FBF
Black with #297FBF
Text Example
Text Example
White with #297FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297FBF; }
p { color: rgb(41,127,191); }
H1.HeaderClassName
{
color: #297FBF;
}
.AnyTagClassName
{
color: #297FBF;
}
</style>
background-color css
<style>
a { background-color: #297FBF; }
a { background-color: rgb(41,127,191); }
div.DivClassName
{
background-color: #297FBF;
}
.BgClassName
{
background-color: #297FBF;
}
</style>
border-color css
<style>
span { border-color: #297FBF; }
span { border-color: rgb(41,127,191); }
td.TdClassName
{
border-color: #297FBF;
}
.TagClassName
{
border-color: #297FBF;
}
</style>