Shades of Regal Blue #294356
Tints of Regal Blue #294356
RGB
CMYK
RGB Variations
Color information
#294356 (or 0x294356) is known color: Regal Blue. HEX triplet: 29, 43 and 56. RGB value is (41,67,86). Sum of RGB (Red+Green+Blue) = 41+67+86=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 86 - color contains mainly: blue. Hex color #294356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294356 is #D6BCA9. Grayscale: #3D3D3D. Windows color (decimal): -14073002 or 5653289. OLE color: 5653289.
HSL color Cylindrical-coordinate representation of color #294356: hue angle of 205.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 #294356 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 67 | 86 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.66 |
| HSL | 205.33º | 0.35% | 0.25% | - |
| HSV(B) | 205.33º | 0.52% | 0.34% | - |
| XYZ | 4.6 | 5.16 | 9.56 | - |
| YUV | 61.39 | 141.89 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 67 | 86 | 0.52 | 0.22 | 0 | 0.66 | 205.33 | 0.35 | 0.25 |
| Hex | 29 | 43 | 56 | 34 | 16 | 0 | 42 | CD | 23 | 19 |
| Octal | 51 | 103 | 126 | 64 | 26 | 0 | 102 | 315 | 43 | 31 |
| Binary | 101001 | 1000011 | 1010110 | 110100 | 10110 | 0 | 1000010 | 11001101 | 100011 | 11001 |
Color Harmonies of #294356
Complementary color
Monochromatic Colors of #294356
Black with #294356
Text Example
Text Example
White with #294356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294356; }
p { color: rgb(41,67,86); }
H1.HeaderClassName
{
color: #294356;
}
.AnyTagClassName
{
color: #294356;
}
</style>
background-color css
<style>
a { background-color: #294356; }
a { background-color: rgb(41,67,86); }
div.DivClassName
{
background-color: #294356;
}
.BgClassName
{
background-color: #294356;
}
</style>
border-color css
<style>
span { border-color: #294356; }
span { border-color: rgb(41,67,86); }
td.TdClassName
{
border-color: #294356;
}
.TagClassName
{
border-color: #294356;
}
</style>