Shades of Curious Blue #297ABA
Tints of Curious Blue #297ABA
RGB
CMYK
RGB Variations
Color information
#297ABA (or 0x297ABA) is known color: Curious Blue. HEX triplet: 29, 7A and BA. RGB value is (41,122,186). Sum of RGB (Red+Green+Blue) = 41+122+186=349 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.75% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #297ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297ABA is #D68545. Grayscale: #686868. Windows color (decimal): -14058822 or 12220969. OLE color: 12220969.
HSL color Cylindrical-coordinate representation of color #297ABA: hue angle of 206.48º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #297ABA is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 122 | 186 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.27 |
| HSL | 206.48º | 0.64% | 0.45% | - |
| HSV(B) | 206.48º | 0.78% | 0.73% | - |
| XYZ | 16.74 | 17.94 | 49.03 | - |
| YUV | 105.08 | 173.66 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 122 | 186 | 0.78 | 0.34 | 0 | 0.27 | 206.48 | 0.64 | 0.45 |
| Hex | 29 | 7A | BA | 4E | 22 | 0 | 1B | CE | 40 | 2D |
| Octal | 51 | 172 | 272 | 116 | 42 | 0 | 33 | 316 | 100 | 55 |
| Binary | 101001 | 1111010 | 10111010 | 1001110 | 100010 | 0 | 11011 | 11001110 | 1000000 | 101101 |
Color Harmonies of #297ABA
Complementary color
Monochromatic Colors of #297ABA
Black with #297ABA
Text Example
Text Example
White with #297ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297ABA; }
p { color: rgb(41,122,186); }
H1.HeaderClassName
{
color: #297ABA;
}
.AnyTagClassName
{
color: #297ABA;
}
</style>
background-color css
<style>
a { background-color: #297ABA; }
a { background-color: rgb(41,122,186); }
div.DivClassName
{
background-color: #297ABA;
}
.BgClassName
{
background-color: #297ABA;
}
</style>
border-color css
<style>
span { border-color: #297ABA; }
span { border-color: rgb(41,122,186); }
td.TdClassName
{
border-color: #297ABA;
}
.TagClassName
{
border-color: #297ABA;
}
</style>