Shades of Regal Blue #294054
Tints of Regal Blue #294054
RGB
CMYK
RGB Variations
Color information
#294054 (or 0x294054) is known color: Regal Blue. HEX triplet: 29, 40 and 54. RGB value is (41,64,84). Sum of RGB (Red+Green+Blue) = 41+64+84=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 84 (33.20% from 255 or 44.44% from 189); Max value from RGB is 84 - color contains mainly: blue. Hex color #294054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294054 is #D6BFAB. Grayscale: #3B3B3B. Windows color (decimal): -14073772 or 5521449. OLE color: 5521449.
HSL color Cylindrical-coordinate representation of color #294054: hue angle of 207.91º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #294054 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 64 | 84 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.67 |
| HSL | 207.91º | 0.34% | 0.25% | - |
| HSV(B) | 207.91º | 0.51% | 0.33% | - |
| XYZ | 4.35 | 4.78 | 9.08 | - |
| YUV | 59.4 | 141.88 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 64 | 84 | 0.51 | 0.24 | 0 | 0.67 | 207.91 | 0.34 | 0.25 |
| Hex | 29 | 40 | 54 | 33 | 18 | 0 | 43 | D0 | 22 | 19 |
| Octal | 51 | 100 | 124 | 63 | 30 | 0 | 103 | 320 | 42 | 31 |
| Binary | 101001 | 1000000 | 1010100 | 110011 | 11000 | 0 | 1000011 | 11010000 | 100010 | 11001 |
Color Harmonies of #294054
Complementary color
Monochromatic Colors of #294054
Black with #294054
Text Example
Text Example
White with #294054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294054; }
p { color: rgb(41,64,84); }
H1.HeaderClassName
{
color: #294054;
}
.AnyTagClassName
{
color: #294054;
}
</style>
background-color css
<style>
a { background-color: #294054; }
a { background-color: rgb(41,64,84); }
div.DivClassName
{
background-color: #294054;
}
.BgClassName
{
background-color: #294054;
}
</style>
border-color css
<style>
span { border-color: #294054; }
span { border-color: rgb(41,64,84); }
td.TdClassName
{
border-color: #294054;
}
.TagClassName
{
border-color: #294054;
}
</style>