Shades of Regal Blue #294257
Tints of Regal Blue #294257
RGB
CMYK
RGB Variations
Color information
#294257 (or 0x294257) is known color: Regal Blue. HEX triplet: 29, 42 and 57. RGB value is (41,66,87). Sum of RGB (Red+Green+Blue) = 41+66+87=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #294257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294257 is #D6BDA8. Grayscale: #3C3C3C. Windows color (decimal): -14073257 or 5718569. OLE color: 5718569.
HSL color Cylindrical-coordinate representation of color #294257: hue angle of 207.39º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #294257 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 66 | 87 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.66 |
| HSL | 207.39º | 0.36% | 0.25% | - |
| HSV(B) | 207.39º | 0.53% | 0.34% | - |
| XYZ | 4.58 | 5.06 | 9.75 | - |
| YUV | 60.92 | 142.72 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 66 | 87 | 0.53 | 0.24 | 0 | 0.66 | 207.39 | 0.36 | 0.25 |
| Hex | 29 | 42 | 57 | 35 | 18 | 0 | 42 | CF | 24 | 19 |
| Octal | 51 | 102 | 127 | 65 | 30 | 0 | 102 | 317 | 44 | 31 |
| Binary | 101001 | 1000010 | 1010111 | 110101 | 11000 | 0 | 1000010 | 11001111 | 100100 | 11001 |
Color Harmonies of #294257
Complementary color
Monochromatic Colors of #294257
Black with #294257
Text Example
Text Example
White with #294257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294257; }
p { color: rgb(41,66,87); }
H1.HeaderClassName
{
color: #294257;
}
.AnyTagClassName
{
color: #294257;
}
</style>
background-color css
<style>
a { background-color: #294257; }
a { background-color: rgb(41,66,87); }
div.DivClassName
{
background-color: #294257;
}
.BgClassName
{
background-color: #294257;
}
</style>
border-color css
<style>
span { border-color: #294257; }
span { border-color: rgb(41,66,87); }
td.TdClassName
{
border-color: #294257;
}
.TagClassName
{
border-color: #294257;
}
</style>