Shades of Curious Blue #297ECB
Tints of Curious Blue #297ECB
RGB
CMYK
RGB Variations
Color information
#297ECB (or 0x297ECB) is known color: Curious Blue. HEX triplet: 29, 7E and CB. RGB value is (41,126,203). Sum of RGB (Red+Green+Blue) = 41+126+203=370 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.08% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #297ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297ECB is #D68134. Grayscale: #6C6C6C. Windows color (decimal): -14057781 or 13336105. OLE color: 13336105.
HSL color Cylindrical-coordinate representation of color #297ECB: hue angle of 208.52º 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 #297ECB is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 126 | 203 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.20 |
| HSL | 208.52º | 0.66% | 0.48% | - |
| HSV(B) | 208.52º | 0.8% | 0.8% | - |
| XYZ | 19.15 | 19.7 | 59.29 | - |
| YUV | 109.36 | 180.84 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 126 | 203 | 0.80 | 0.38 | 0 | 0.20 | 208.52 | 0.66 | 0.48 |
| Hex | 29 | 7E | CB | 50 | 26 | 0 | 14 | D1 | 42 | 30 |
| Octal | 51 | 176 | 313 | 120 | 46 | 0 | 24 | 321 | 102 | 60 |
| Binary | 101001 | 1111110 | 11001011 | 1010000 | 100110 | 0 | 10100 | 11010001 | 1000010 | 110000 |
Color Harmonies of #297ECB
Complementary color
Monochromatic Colors of #297ECB
Black with #297ECB
Text Example
Text Example
White with #297ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297ECB; }
p { color: rgb(41,126,203); }
H1.HeaderClassName
{
color: #297ECB;
}
.AnyTagClassName
{
color: #297ECB;
}
</style>
background-color css
<style>
a { background-color: #297ECB; }
a { background-color: rgb(41,126,203); }
div.DivClassName
{
background-color: #297ECB;
}
.BgClassName
{
background-color: #297ECB;
}
</style>
border-color css
<style>
span { border-color: #297ECB; }
span { border-color: rgb(41,126,203); }
td.TdClassName
{
border-color: #297ECB;
}
.TagClassName
{
border-color: #297ECB;
}
</style>