Shades of Tarawera #2D3B48
Tints of Tarawera #2D3B48
RGB
CMYK
RGB Variations
Color information
#2D3B48 (or 0x2D3B48) is known color: Tarawera. HEX triplet: 2D, 3B and 48. RGB value is (45,59,72). Sum of RGB (Red+Green+Blue) = 45+59+72=176 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.57% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 72 - color contains mainly: blue. Hex color #2D3B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3B48 is #D2C4B7. Grayscale: #383838. Windows color (decimal): -13812920 or 4733741. OLE color: 4733741.
HSL color Cylindrical-coordinate representation of color #2D3B48: hue angle of 208.89º 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 #2D3B48 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 59 | 72 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.72 |
| HSL | 208.89º | 0.23% | 0.23% | - |
| HSV(B) | 208.89º | 0.38% | 0.28% | - |
| XYZ | 3.82 | 4.15 | 6.73 | - |
| YUV | 56.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 59 | 72 | 0.38 | 0.18 | 0 | 0.72 | 208.89 | 0.23 | 0.23 |
| Hex | 2D | 3B | 48 | 26 | 12 | 0 | 48 | D1 | 17 | 17 |
| Octal | 55 | 73 | 110 | 46 | 22 | 0 | 110 | 321 | 27 | 27 |
| Binary | 101101 | 111011 | 1001000 | 100110 | 10010 | 0 | 1001000 | 11010001 | 10111 | 10111 |
Color Harmonies of #2D3B48
Complementary color
Monochromatic Colors of #2D3B48
Black with #2D3B48
Text Example
Text Example
White with #2D3B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3B48; }
p { color: rgb(45,59,72); }
H1.HeaderClassName
{
color: #2D3B48;
}
.AnyTagClassName
{
color: #2D3B48;
}
</style>
background-color css
<style>
a { background-color: #2D3B48; }
a { background-color: rgb(45,59,72); }
div.DivClassName
{
background-color: #2D3B48;
}
.BgClassName
{
background-color: #2D3B48;
}
</style>
border-color css
<style>
span { border-color: #2D3B48; }
span { border-color: rgb(45,59,72); }
td.TdClassName
{
border-color: #2D3B48;
}
.TagClassName
{
border-color: #2D3B48;
}
</style>