Shades of Curious Blue #297ACE
Tints of Curious Blue #297ACE
RGB
CMYK
RGB Variations
Color information
#297ACE (or 0x297ACE) is known color: Curious Blue. HEX triplet: 29, 7A and CE. RGB value is (41,122,206). Sum of RGB (Red+Green+Blue) = 41+122+206=369 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.11% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #297ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297ACE is #D68531. Grayscale: #6A6A6A. Windows color (decimal): -14058802 or 13531689. OLE color: 13531689.
HSL color Cylindrical-coordinate representation of color #297ACE: hue angle of 210.55º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #297ACE is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 122 | 206 | - |
| CMYK | 0.80 | 0.41 | 0 | 0.19 |
| HSL | 210.55º | 0.67% | 0.48% | - |
| HSV(B) | 210.55º | 0.8% | 0.81% | - |
| XYZ | 19.01 | 18.85 | 61.03 | - |
| YUV | 107.36 | 183.66 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 122 | 206 | 0.80 | 0.41 | 0 | 0.19 | 210.55 | 0.67 | 0.48 |
| Hex | 29 | 7A | CE | 50 | 29 | 0 | 13 | D3 | 43 | 30 |
| Octal | 51 | 172 | 316 | 120 | 51 | 0 | 23 | 323 | 103 | 60 |
| Binary | 101001 | 1111010 | 11001110 | 1010000 | 101001 | 0 | 10011 | 11010011 | 1000011 | 110000 |
Color Harmonies of #297ACE
Complementary color
Monochromatic Colors of #297ACE
Black with #297ACE
Text Example
Text Example
White with #297ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297ACE; }
p { color: rgb(41,122,206); }
H1.HeaderClassName
{
color: #297ACE;
}
.AnyTagClassName
{
color: #297ACE;
}
</style>
background-color css
<style>
a { background-color: #297ACE; }
a { background-color: rgb(41,122,206); }
div.DivClassName
{
background-color: #297ACE;
}
.BgClassName
{
background-color: #297ACE;
}
</style>
border-color css
<style>
span { border-color: #297ACE; }
span { border-color: rgb(41,122,206); }
td.TdClassName
{
border-color: #297ACE;
}
.TagClassName
{
border-color: #297ACE;
}
</style>