Shades of Curious Blue #297DBB
Tints of Curious Blue #297DBB
RGB
CMYK
RGB Variations
Color information
#297DBB (or 0x297DBB) is known color: Curious Blue. HEX triplet: 29, 7D and BB. RGB value is (41,125,187). Sum of RGB (Red+Green+Blue) = 41+125+187=353 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.61% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #297DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297DBB is #D68244. Grayscale: #6A6A6A. Windows color (decimal): -14058053 or 12287273. OLE color: 12287273.
HSL color Cylindrical-coordinate representation of color #297DBB: hue angle of 205.48º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #297DBB is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 125 | 187 | - |
| CMYK | 0.78 | 0.33 | 0 | 0.27 |
| HSL | 205.48º | 0.64% | 0.45% | - |
| HSV(B) | 205.48º | 0.78% | 0.73% | - |
| XYZ | 17.22 | 18.73 | 49.72 | - |
| YUV | 106.95 | 173.17 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 125 | 187 | 0.78 | 0.33 | 0 | 0.27 | 205.48 | 0.64 | 0.45 |
| Hex | 29 | 7D | BB | 4E | 21 | 0 | 1B | CD | 40 | 2D |
| Octal | 51 | 175 | 273 | 116 | 41 | 0 | 33 | 315 | 100 | 55 |
| Binary | 101001 | 1111101 | 10111011 | 1001110 | 100001 | 0 | 11011 | 11001101 | 1000000 | 101101 |
Color Harmonies of #297DBB
Complementary color
Monochromatic Colors of #297DBB
Black with #297DBB
Text Example
Text Example
White with #297DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297DBB; }
p { color: rgb(41,125,187); }
H1.HeaderClassName
{
color: #297DBB;
}
.AnyTagClassName
{
color: #297DBB;
}
</style>
background-color css
<style>
a { background-color: #297DBB; }
a { background-color: rgb(41,125,187); }
div.DivClassName
{
background-color: #297DBB;
}
.BgClassName
{
background-color: #297DBB;
}
</style>
border-color css
<style>
span { border-color: #297DBB; }
span { border-color: rgb(41,125,187); }
td.TdClassName
{
border-color: #297DBB;
}
.TagClassName
{
border-color: #297DBB;
}
</style>