Shades of Tarawera #293B45
Tints of Tarawera #293B45
RGB
CMYK
RGB Variations
Color information
#293B45 (or 0x293B45) is known color: Tarawera. HEX triplet: 29, 3B and 45. RGB value is (41,59,69). Sum of RGB (Red+Green+Blue) = 41+59+69=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 69 - color contains mainly: blue. Hex color #293B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293B45 is #D6C4BA. Grayscale: #363636. Windows color (decimal): -14075067 or 4537129. OLE color: 4537129.
HSL color Cylindrical-coordinate representation of color #293B45: hue angle of 201.43º degrees, saturation: 0.25, 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 #293B45 is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 59 | 69 | - |
| CMYK | 0.41 | 0.14 | 0 | 0.73 |
| HSL | 201.43º | 0.25% | 0.22% | - |
| HSV(B) | 201.43º | 0.41% | 0.27% | - |
| XYZ | 3.55 | 4.03 | 6.22 | - |
| YUV | 54.76 | 136.04 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 69 | 0.41 | 0.14 | 0 | 0.73 | 201.43 | 0.25 | 0.22 |
| Hex | 29 | 3B | 45 | 29 | E | 0 | 49 | C9 | 19 | 16 |
| Octal | 51 | 73 | 105 | 51 | 16 | 0 | 111 | 311 | 31 | 26 |
| Binary | 101001 | 111011 | 1000101 | 101001 | 1110 | 0 | 1001001 | 11001001 | 11001 | 10110 |
Color Harmonies of #293B45
Complementary color
Monochromatic Colors of #293B45
Black with #293B45
Text Example
Text Example
White with #293B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293B45; }
p { color: rgb(41,59,69); }
H1.HeaderClassName
{
color: #293B45;
}
.AnyTagClassName
{
color: #293B45;
}
</style>
background-color css
<style>
a { background-color: #293B45; }
a { background-color: rgb(41,59,69); }
div.DivClassName
{
background-color: #293B45;
}
.BgClassName
{
background-color: #293B45;
}
</style>
border-color css
<style>
span { border-color: #293B45; }
span { border-color: rgb(41,59,69); }
td.TdClassName
{
border-color: #293B45;
}
.TagClassName
{
border-color: #293B45;
}
</style>