Shades of Regal Blue #293F54
Tints of Regal Blue #293F54
RGB
CMYK
RGB Variations
Color information
#293F54 (or 0x293F54) is known color: Regal Blue. HEX triplet: 29, 3F and 54. RGB value is (41,63,84). Sum of RGB (Red+Green+Blue) = 41+63+84=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 84 - color contains mainly: blue. Hex color #293F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F54 is #D6C0AB. Grayscale: #3A3A3A. Windows color (decimal): -14074028 or 5521193. OLE color: 5521193.
HSL color Cylindrical-coordinate representation of color #293F54: hue angle of 209.3º 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 #293F54 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 63 | 84 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.67 |
| HSL | 209.3º | 0.34% | 0.25% | - |
| HSV(B) | 209.3º | 0.51% | 0.33% | - |
| XYZ | 4.29 | 4.67 | 9.06 | - |
| YUV | 58.82 | 142.21 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 84 | 0.51 | 0.25 | 0 | 0.67 | 209.3 | 0.34 | 0.25 |
| Hex | 29 | 3F | 54 | 33 | 19 | 0 | 43 | D1 | 22 | 19 |
| Octal | 51 | 77 | 124 | 63 | 31 | 0 | 103 | 321 | 42 | 31 |
| Binary | 101001 | 111111 | 1010100 | 110011 | 11001 | 0 | 1000011 | 11010001 | 100010 | 11001 |
Color Harmonies of #293F54
Complementary color
Monochromatic Colors of #293F54
Black with #293F54
Text Example
Text Example
White with #293F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F54; }
p { color: rgb(41,63,84); }
H1.HeaderClassName
{
color: #293F54;
}
.AnyTagClassName
{
color: #293F54;
}
</style>
background-color css
<style>
a { background-color: #293F54; }
a { background-color: rgb(41,63,84); }
div.DivClassName
{
background-color: #293F54;
}
.BgClassName
{
background-color: #293F54;
}
</style>
border-color css
<style>
span { border-color: #293F54; }
span { border-color: rgb(41,63,84); }
td.TdClassName
{
border-color: #293F54;
}
.TagClassName
{
border-color: #293F54;
}
</style>