Shades of Bunting #292E44
Tints of Bunting #292E44
RGB
CMYK
RGB Variations
Color information
#292E44 (or 0x292E44) is known color: Bunting. HEX triplet: 29, 2E and 44. RGB value is (41,46,68). Sum of RGB (Red+Green+Blue) = 41+46+68=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 68 (26.95% from 255 or 43.87% from 155); Max value from RGB is 68 - color contains mainly: blue. Hex color #292E44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292E44 is #D6D1BB. Grayscale: #2E2E2E. Windows color (decimal): -14078396 or 4468265. OLE color: 4468265.
HSL color Cylindrical-coordinate representation of color #292E44: hue angle of 228.89º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #292E44 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 46 | 68 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.73 |
| HSL | 228.89º | 0.25% | 0.21% | - |
| HSV(B) | 228.89º | 0.4% | 0.27% | - |
| XYZ | 2.93 | 2.84 | 5.86 | - |
| YUV | 47.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 46 | 68 | 0.40 | 0.32 | 0 | 0.73 | 228.89 | 0.25 | 0.21 |
| Hex | 29 | 2E | 44 | 28 | 20 | 0 | 49 | E5 | 19 | 15 |
| Octal | 51 | 56 | 104 | 50 | 40 | 0 | 111 | 345 | 31 | 25 |
| Binary | 101001 | 101110 | 1000100 | 101000 | 100000 | 0 | 1001001 | 11100101 | 11001 | 10101 |
Color Harmonies of #292E44
Complementary color
Monochromatic Colors of #292E44
Black with #292E44
Text Example
Text Example
White with #292E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292E44; }
p { color: rgb(41,46,68); }
H1.HeaderClassName
{
color: #292E44;
}
.AnyTagClassName
{
color: #292E44;
}
</style>
background-color css
<style>
a { background-color: #292E44; }
a { background-color: rgb(41,46,68); }
div.DivClassName
{
background-color: #292E44;
}
.BgClassName
{
background-color: #292E44;
}
</style>
border-color css
<style>
span { border-color: #292E44; }
span { border-color: rgb(41,46,68); }
td.TdClassName
{
border-color: #292E44;
}
.TagClassName
{
border-color: #292E44;
}
</style>