Shades of Curious Blue #297EC2
Tints of Curious Blue #297EC2
RGB
CMYK
RGB Variations
Color information
#297EC2 (or 0x297EC2) is known color: Curious Blue. HEX triplet: 29, 7E and C2. RGB value is (41,126,194). Sum of RGB (Red+Green+Blue) = 41+126+194=361 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.36% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 194 (76.17% from 255 or 53.74% from 361); Max value from RGB is 194 - color contains mainly: blue. Hex color #297EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297EC2 is #D6813D. Grayscale: #6B6B6B. Windows color (decimal): -14057790 or 12746281. OLE color: 12746281.
HSL color Cylindrical-coordinate representation of color #297EC2: hue angle of 206.67º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #297EC2 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 126 | 194 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.24 |
| HSL | 206.67º | 0.65% | 0.46% | - |
| HSV(B) | 206.67º | 0.79% | 0.76% | - |
| XYZ | 18.11 | 19.29 | 53.81 | - |
| YUV | 108.34 | 176.34 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 126 | 194 | 0.79 | 0.35 | 0 | 0.24 | 206.67 | 0.65 | 0.46 |
| Hex | 29 | 7E | C2 | 4F | 23 | 0 | 18 | CF | 41 | 2E |
| Octal | 51 | 176 | 302 | 117 | 43 | 0 | 30 | 317 | 101 | 56 |
| Binary | 101001 | 1111110 | 11000010 | 1001111 | 100011 | 0 | 11000 | 11001111 | 1000001 | 101110 |
Color Harmonies of #297EC2
Complementary color
Monochromatic Colors of #297EC2
Black with #297EC2
Text Example
Text Example
White with #297EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297EC2; }
p { color: rgb(41,126,194); }
H1.HeaderClassName
{
color: #297EC2;
}
.AnyTagClassName
{
color: #297EC2;
}
</style>
background-color css
<style>
a { background-color: #297EC2; }
a { background-color: rgb(41,126,194); }
div.DivClassName
{
background-color: #297EC2;
}
.BgClassName
{
background-color: #297EC2;
}
</style>
border-color css
<style>
span { border-color: #297EC2; }
span { border-color: rgb(41,126,194); }
td.TdClassName
{
border-color: #297EC2;
}
.TagClassName
{
border-color: #297EC2;
}
</style>