Shades of Tarawera #293A46
Tints of Tarawera #293A46
RGB
CMYK
RGB Variations
Color information
#293A46 (or 0x293A46) is known color: Tarawera. HEX triplet: 29, 3A and 46. RGB value is (41,58,70). Sum of RGB (Red+Green+Blue) = 41+58+70=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 70 - color contains mainly: blue. Hex color #293A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293A46 is #D6C5B9. Grayscale: #363636. Windows color (decimal): -14075322 or 4602409. OLE color: 4602409.
HSL color Cylindrical-coordinate representation of color #293A46: hue angle of 204.83º 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 #293A46 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 58 | 70 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.73 |
| HSL | 204.83º | 0.26% | 0.22% | - |
| HSV(B) | 204.83º | 0.41% | 0.27% | - |
| XYZ | 3.53 | 3.94 | 6.37 | - |
| YUV | 54.29 | 136.87 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 58 | 70 | 0.41 | 0.17 | 0 | 0.73 | 204.83 | 0.26 | 0.22 |
| Hex | 29 | 3A | 46 | 29 | 11 | 0 | 49 | CD | 1A | 16 |
| Octal | 51 | 72 | 106 | 51 | 21 | 0 | 111 | 315 | 32 | 26 |
| Binary | 101001 | 111010 | 1000110 | 101001 | 10001 | 0 | 1001001 | 11001101 | 11010 | 10110 |
Color Harmonies of #293A46
Complementary color
Monochromatic Colors of #293A46
Black with #293A46
Text Example
Text Example
White with #293A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293A46; }
p { color: rgb(41,58,70); }
H1.HeaderClassName
{
color: #293A46;
}
.AnyTagClassName
{
color: #293A46;
}
</style>
background-color css
<style>
a { background-color: #293A46; }
a { background-color: rgb(41,58,70); }
div.DivClassName
{
background-color: #293A46;
}
.BgClassName
{
background-color: #293A46;
}
</style>
border-color css
<style>
span { border-color: #293A46; }
span { border-color: rgb(41,58,70); }
td.TdClassName
{
border-color: #293A46;
}
.TagClassName
{
border-color: #293A46;
}
</style>