Shades of Curious Blue #297EBD
Tints of Curious Blue #297EBD
RGB
CMYK
RGB Variations
Color information
#297EBD (or 0x297EBD) is known color: Curious Blue. HEX triplet: 29, 7E and BD. RGB value is (41,126,189). Sum of RGB (Red+Green+Blue) = 41+126+189=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #297EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297EBD is #D68142. Grayscale: #6B6B6B. Windows color (decimal): -14057795 or 12418601. OLE color: 12418601.
HSL color Cylindrical-coordinate representation of color #297EBD: hue angle of 205.54º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #297EBD is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 126 | 189 | - |
| CMYK | 0.78 | 0.33 | 0 | 0.26 |
| HSL | 205.54º | 0.64% | 0.45% | - |
| HSV(B) | 205.54º | 0.78% | 0.74% | - |
| XYZ | 17.56 | 19.07 | 50.9 | - |
| YUV | 107.77 | 173.84 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 126 | 189 | 0.78 | 0.33 | 0 | 0.26 | 205.54 | 0.64 | 0.45 |
| Hex | 29 | 7E | BD | 4E | 21 | 0 | 1A | CE | 40 | 2D |
| Octal | 51 | 176 | 275 | 116 | 41 | 0 | 32 | 316 | 100 | 55 |
| Binary | 101001 | 1111110 | 10111101 | 1001110 | 100001 | 0 | 11010 | 11001110 | 1000000 | 101101 |
Color Harmonies of #297EBD
Complementary color
Monochromatic Colors of #297EBD
Black with #297EBD
Text Example
Text Example
White with #297EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297EBD; }
p { color: rgb(41,126,189); }
H1.HeaderClassName
{
color: #297EBD;
}
.AnyTagClassName
{
color: #297EBD;
}
</style>
background-color css
<style>
a { background-color: #297EBD; }
a { background-color: rgb(41,126,189); }
div.DivClassName
{
background-color: #297EBD;
}
.BgClassName
{
background-color: #297EBD;
}
</style>
border-color css
<style>
span { border-color: #297EBD; }
span { border-color: rgb(41,126,189); }
td.TdClassName
{
border-color: #297EBD;
}
.TagClassName
{
border-color: #297EBD;
}
</style>