Shades of Bunting #293454
Tints of Bunting #293454
RGB
CMYK
RGB Variations
Color information
#293454 (or 0x293454) is known color: Bunting. HEX triplet: 29, 34 and 54. RGB value is (41,52,84). Sum of RGB (Red+Green+Blue) = 41+52+84=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 84 (33.20% from 255 or 47.46% from 177); Max value from RGB is 84 - color contains mainly: blue. Hex color #293454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293454 is #D6CBAB. Grayscale: #343434. Windows color (decimal): -14076844 or 5518377. OLE color: 5518377.
HSL color Cylindrical-coordinate representation of color #293454: hue angle of 224.65º 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 #293454 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 52 | 84 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.67 |
| HSL | 224.65º | 0.34% | 0.25% | - |
| HSV(B) | 224.65º | 0.51% | 0.33% | - |
| XYZ | 3.74 | 3.57 | 8.88 | - |
| YUV | 52.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 52 | 84 | 0.51 | 0.38 | 0 | 0.67 | 224.65 | 0.34 | 0.25 |
| Hex | 29 | 34 | 54 | 33 | 26 | 0 | 43 | E1 | 22 | 19 |
| Octal | 51 | 64 | 124 | 63 | 46 | 0 | 103 | 341 | 42 | 31 |
| Binary | 101001 | 110100 | 1010100 | 110011 | 100110 | 0 | 1000011 | 11100001 | 100010 | 11001 |
Color Harmonies of #293454
Complementary color
Monochromatic Colors of #293454
Black with #293454
Text Example
Text Example
White with #293454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293454; }
p { color: rgb(41,52,84); }
H1.HeaderClassName
{
color: #293454;
}
.AnyTagClassName
{
color: #293454;
}
</style>
background-color css
<style>
a { background-color: #293454; }
a { background-color: rgb(41,52,84); }
div.DivClassName
{
background-color: #293454;
}
.BgClassName
{
background-color: #293454;
}
</style>
border-color css
<style>
span { border-color: #293454; }
span { border-color: rgb(41,52,84); }
td.TdClassName
{
border-color: #293454;
}
.TagClassName
{
border-color: #293454;
}
</style>