Shades of Curious Blue #297FCB
Tints of Curious Blue #297FCB
RGB
CMYK
RGB Variations
Color information
#297FCB (or 0x297FCB) is known color: Curious Blue. HEX triplet: 29, 7F and CB. RGB value is (41,127,203). Sum of RGB (Red+Green+Blue) = 41+127+203=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #297FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297FCB is #D68034. Grayscale: #6D6D6D. Windows color (decimal): -14057525 or 13336361. OLE color: 13336361.
HSL color Cylindrical-coordinate representation of color #297FCB: hue angle of 208.15º degrees, saturation: 0.66, 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 #297FCB is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 127 | 203 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.20 |
| HSL | 208.15º | 0.66% | 0.48% | - |
| HSV(B) | 208.15º | 0.8% | 0.8% | - |
| XYZ | 19.28 | 19.96 | 59.34 | - |
| YUV | 109.95 | 180.51 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 127 | 203 | 0.80 | 0.37 | 0 | 0.20 | 208.15 | 0.66 | 0.48 |
| Hex | 29 | 7F | CB | 50 | 25 | 0 | 14 | D0 | 42 | 30 |
| Octal | 51 | 177 | 313 | 120 | 45 | 0 | 24 | 320 | 102 | 60 |
| Binary | 101001 | 1111111 | 11001011 | 1010000 | 100101 | 0 | 10100 | 11010000 | 1000010 | 110000 |
Color Harmonies of #297FCB
Complementary color
Monochromatic Colors of #297FCB
Black with #297FCB
Text Example
Text Example
White with #297FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297FCB; }
p { color: rgb(41,127,203); }
H1.HeaderClassName
{
color: #297FCB;
}
.AnyTagClassName
{
color: #297FCB;
}
</style>
background-color css
<style>
a { background-color: #297FCB; }
a { background-color: rgb(41,127,203); }
div.DivClassName
{
background-color: #297FCB;
}
.BgClassName
{
background-color: #297FCB;
}
</style>
border-color css
<style>
span { border-color: #297FCB; }
span { border-color: rgb(41,127,203); }
td.TdClassName
{
border-color: #297FCB;
}
.TagClassName
{
border-color: #297FCB;
}
</style>