Shades of Curious Blue #297ABB
Tints of Curious Blue #297ABB
RGB
CMYK
RGB Variations
Color information
#297ABB (or 0x297ABB) is known color: Curious Blue. HEX triplet: 29, 7A and BB. RGB value is (41,122,187). Sum of RGB (Red+Green+Blue) = 41+122+187=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #297ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297ABB is #D68544. Grayscale: #686868. Windows color (decimal): -14058821 or 12286505. OLE color: 12286505.
HSL color Cylindrical-coordinate representation of color #297ABB: hue angle of 206.71º 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 #297ABB is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 122 | 187 | - |
| CMYK | 0.78 | 0.35 | 0 | 0.27 |
| HSL | 206.71º | 0.64% | 0.45% | - |
| HSV(B) | 206.71º | 0.78% | 0.73% | - |
| XYZ | 16.84 | 17.98 | 49.6 | - |
| YUV | 105.19 | 174.16 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 122 | 187 | 0.78 | 0.35 | 0 | 0.27 | 206.71 | 0.64 | 0.45 |
| Hex | 29 | 7A | BB | 4E | 23 | 0 | 1B | CF | 40 | 2D |
| Octal | 51 | 172 | 273 | 116 | 43 | 0 | 33 | 317 | 100 | 55 |
| Binary | 101001 | 1111010 | 10111011 | 1001110 | 100011 | 0 | 11011 | 11001111 | 1000000 | 101101 |
Color Harmonies of #297ABB
Complementary color
Monochromatic Colors of #297ABB
Black with #297ABB
Text Example
Text Example
White with #297ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297ABB; }
p { color: rgb(41,122,187); }
H1.HeaderClassName
{
color: #297ABB;
}
.AnyTagClassName
{
color: #297ABB;
}
</style>
background-color css
<style>
a { background-color: #297ABB; }
a { background-color: rgb(41,122,187); }
div.DivClassName
{
background-color: #297ABB;
}
.BgClassName
{
background-color: #297ABB;
}
</style>
border-color css
<style>
span { border-color: #297ABB; }
span { border-color: rgb(41,122,187); }
td.TdClassName
{
border-color: #297ABB;
}
.TagClassName
{
border-color: #297ABB;
}
</style>