Shades of Tarawera #293A47
Tints of Tarawera #293A47
RGB
CMYK
RGB Variations
Color information
#293A47 (or 0x293A47) is known color: Tarawera. HEX triplet: 29, 3A and 47. RGB value is (41,58,71). Sum of RGB (Red+Green+Blue) = 41+58+71=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 71 - color contains mainly: blue. Hex color #293A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293A47 is #D6C5B8. Grayscale: #363636. Windows color (decimal): -14075321 or 4667945. OLE color: 4667945.
HSL color Cylindrical-coordinate representation of color #293A47: hue angle of 206º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #293A47 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 58 | 71 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.72 |
| HSL | 206º | 0.27% | 0.22% | - |
| HSV(B) | 206º | 0.42% | 0.28% | - |
| XYZ | 3.56 | 3.95 | 6.54 | - |
| YUV | 54.4 | 137.37 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 58 | 71 | 0.42 | 0.18 | 0 | 0.72 | 206 | 0.27 | 0.22 |
| Hex | 29 | 3A | 47 | 2A | 12 | 0 | 48 | CE | 1B | 16 |
| Octal | 51 | 72 | 107 | 52 | 22 | 0 | 110 | 316 | 33 | 26 |
| Binary | 101001 | 111010 | 1000111 | 101010 | 10010 | 0 | 1001000 | 11001110 | 11011 | 10110 |
Color Harmonies of #293A47
Complementary color
Monochromatic Colors of #293A47
Black with #293A47
Text Example
Text Example
White with #293A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293A47; }
p { color: rgb(41,58,71); }
H1.HeaderClassName
{
color: #293A47;
}
.AnyTagClassName
{
color: #293A47;
}
</style>
background-color css
<style>
a { background-color: #293A47; }
a { background-color: rgb(41,58,71); }
div.DivClassName
{
background-color: #293A47;
}
.BgClassName
{
background-color: #293A47;
}
</style>
border-color css
<style>
span { border-color: #293A47; }
span { border-color: rgb(41,58,71); }
td.TdClassName
{
border-color: #293A47;
}
.TagClassName
{
border-color: #293A47;
}
</style>