Shades of Tarawera #2C3B47
Tints of Tarawera #2C3B47
RGB
CMYK
RGB Variations
Color information
#2C3B47 (or 0x2C3B47) is known color: Tarawera. HEX triplet: 2C, 3B and 47. RGB value is (44,59,71). Sum of RGB (Red+Green+Blue) = 44+59+71=174 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.29% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 71 - color contains mainly: blue. Hex color #2C3B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3B47 is #D3C4B8. Grayscale: #373737. Windows color (decimal): -13878457 or 4668204. OLE color: 4668204.
HSL color Cylindrical-coordinate representation of color #2C3B47: hue angle of 206.67º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2C3B47 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 59 | 71 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.72 |
| HSL | 206.67º | 0.23% | 0.23% | - |
| HSV(B) | 206.67º | 0.38% | 0.28% | - |
| XYZ | 3.74 | 4.12 | 6.56 | - |
| YUV | 55.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 59 | 71 | 0.38 | 0.17 | 0 | 0.72 | 206.67 | 0.23 | 0.23 |
| Hex | 2C | 3B | 47 | 26 | 11 | 0 | 48 | CF | 17 | 17 |
| Octal | 54 | 73 | 107 | 46 | 21 | 0 | 110 | 317 | 27 | 27 |
| Binary | 101100 | 111011 | 1000111 | 100110 | 10001 | 0 | 1001000 | 11001111 | 10111 | 10111 |
Color Harmonies of #2C3B47
Complementary color
Monochromatic Colors of #2C3B47
Black with #2C3B47
Text Example
Text Example
White with #2C3B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3B47; }
p { color: rgb(44,59,71); }
H1.HeaderClassName
{
color: #2C3B47;
}
.AnyTagClassName
{
color: #2C3B47;
}
</style>
background-color css
<style>
a { background-color: #2C3B47; }
a { background-color: rgb(44,59,71); }
div.DivClassName
{
background-color: #2C3B47;
}
.BgClassName
{
background-color: #2C3B47;
}
</style>
border-color css
<style>
span { border-color: #2C3B47; }
span { border-color: rgb(44,59,71); }
td.TdClassName
{
border-color: #2C3B47;
}
.TagClassName
{
border-color: #2C3B47;
}
</style>