Shades of Curious Blue #297CCD
Tints of Curious Blue #297CCD
RGB
CMYK
RGB Variations
Color information
#297CCD (or 0x297CCD) is known color: Curious Blue. HEX triplet: 29, 7C and CD. RGB value is (41,124,205). Sum of RGB (Red+Green+Blue) = 41+124+205=370 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.08% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #297CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297CCD is #D68332. Grayscale: #6C6C6C. Windows color (decimal): -14058291 or 13466665. OLE color: 13466665.
HSL color Cylindrical-coordinate representation of color #297CCD: hue angle of 209.63º 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 #297CCD is Cyan = 0.8, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 124 | 205 | - |
| CMYK | 0.8 | 0.40 | 0 | 0.20 |
| HSL | 209.63º | 0.67% | 0.48% | - |
| HSV(B) | 209.63º | 0.8% | 0.8% | - |
| XYZ | 19.14 | 19.29 | 60.47 | - |
| YUV | 108.42 | 182.5 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 124 | 205 | 0.8 | 0.40 | 0 | 0.20 | 209.63 | 0.67 | 0.48 |
| Hex | 29 | 7C | CD | 50 | 28 | 0 | 14 | D2 | 43 | 30 |
| Octal | 51 | 174 | 315 | 120 | 50 | 0 | 24 | 322 | 103 | 60 |
| Binary | 101001 | 1111100 | 11001101 | 1010000 | 101000 | 0 | 10100 | 11010010 | 1000011 | 110000 |
Color Harmonies of #297CCD
Complementary color
Monochromatic Colors of #297CCD
Black with #297CCD
Text Example
Text Example
White with #297CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297CCD; }
p { color: rgb(41,124,205); }
H1.HeaderClassName
{
color: #297CCD;
}
.AnyTagClassName
{
color: #297CCD;
}
</style>
background-color css
<style>
a { background-color: #297CCD; }
a { background-color: rgb(41,124,205); }
div.DivClassName
{
background-color: #297CCD;
}
.BgClassName
{
background-color: #297CCD;
}
</style>
border-color css
<style>
span { border-color: #297CCD; }
span { border-color: rgb(41,124,205); }
td.TdClassName
{
border-color: #297CCD;
}
.TagClassName
{
border-color: #297CCD;
}
</style>