Shades of Regal Blue #294056
Tints of Regal Blue #294056
RGB
CMYK
RGB Variations
Color information
#294056 (or 0x294056) is known color: Regal Blue. HEX triplet: 29, 40 and 56. RGB value is (41,64,86). Sum of RGB (Red+Green+Blue) = 41+64+86=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 86 - color contains mainly: blue. Hex color #294056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294056 is #D6BFA9. Grayscale: #3B3B3B. Windows color (decimal): -14073770 or 5652521. OLE color: 5652521.
HSL color Cylindrical-coordinate representation of color #294056: hue angle of 209.33º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #294056 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 64 | 86 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.66 |
| HSL | 209.33º | 0.35% | 0.25% | - |
| HSV(B) | 209.33º | 0.52% | 0.34% | - |
| XYZ | 4.43 | 4.81 | 9.5 | - |
| YUV | 59.63 | 142.88 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 64 | 86 | 0.52 | 0.26 | 0 | 0.66 | 209.33 | 0.35 | 0.25 |
| Hex | 29 | 40 | 56 | 34 | 1A | 0 | 42 | D1 | 23 | 19 |
| Octal | 51 | 100 | 126 | 64 | 32 | 0 | 102 | 321 | 43 | 31 |
| Binary | 101001 | 1000000 | 1010110 | 110100 | 11010 | 0 | 1000010 | 11010001 | 100011 | 11001 |
Color Harmonies of #294056
Complementary color
Monochromatic Colors of #294056
Black with #294056
Text Example
Text Example
White with #294056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294056; }
p { color: rgb(41,64,86); }
H1.HeaderClassName
{
color: #294056;
}
.AnyTagClassName
{
color: #294056;
}
</style>
background-color css
<style>
a { background-color: #294056; }
a { background-color: rgb(41,64,86); }
div.DivClassName
{
background-color: #294056;
}
.BgClassName
{
background-color: #294056;
}
</style>
border-color css
<style>
span { border-color: #294056; }
span { border-color: rgb(41,64,86); }
td.TdClassName
{
border-color: #294056;
}
.TagClassName
{
border-color: #294056;
}
</style>