Shades of Bunting #293246
Tints of Bunting #293246
RGB
CMYK
RGB Variations
Color information
#293246 (or 0x293246) is known color: Bunting. HEX triplet: 29, 32 and 46. RGB value is (41,50,70). Sum of RGB (Red+Green+Blue) = 41+50+70=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 70 (27.73% from 255 or 43.48% from 161); Max value from RGB is 70 - color contains mainly: blue. Hex color #293246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293246 is #D6CDB9. Grayscale: #313131. Windows color (decimal): -14077370 or 4600361. OLE color: 4600361.
HSL color Cylindrical-coordinate representation of color #293246: hue angle of 221.38º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #293246 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 50 | 70 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.73 |
| HSL | 221.38º | 0.26% | 0.22% | - |
| HSV(B) | 221.38º | 0.41% | 0.27% | - |
| XYZ | 3.16 | 3.19 | 6.24 | - |
| YUV | 49.59 | 139.52 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 50 | 70 | 0.41 | 0.29 | 0 | 0.73 | 221.38 | 0.26 | 0.22 |
| Hex | 29 | 32 | 46 | 29 | 1D | 0 | 49 | DD | 1A | 16 |
| Octal | 51 | 62 | 106 | 51 | 35 | 0 | 111 | 335 | 32 | 26 |
| Binary | 101001 | 110010 | 1000110 | 101001 | 11101 | 0 | 1001001 | 11011101 | 11010 | 10110 |
Color Harmonies of #293246
Complementary color
Monochromatic Colors of #293246
Black with #293246
Text Example
Text Example
White with #293246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293246; }
p { color: rgb(41,50,70); }
H1.HeaderClassName
{
color: #293246;
}
.AnyTagClassName
{
color: #293246;
}
</style>
background-color css
<style>
a { background-color: #293246; }
a { background-color: rgb(41,50,70); }
div.DivClassName
{
background-color: #293246;
}
.BgClassName
{
background-color: #293246;
}
</style>
border-color css
<style>
span { border-color: #293246; }
span { border-color: rgb(41,50,70); }
td.TdClassName
{
border-color: #293246;
}
.TagClassName
{
border-color: #293246;
}
</style>