Shades of Tarawera #2A3A48
Tints of Tarawera #2A3A48
RGB
CMYK
RGB Variations
Color information
#2A3A48 (or 0x2A3A48) is known color: Tarawera. HEX triplet: 2A, 3A and 48. RGB value is (42,58,72). Sum of RGB (Red+Green+Blue) = 42+58+72=172 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.42% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 72 - color contains mainly: blue. Hex color #2A3A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3A48 is #D5C5B7. Grayscale: #363636. Windows color (decimal): -14009784 or 4733482. OLE color: 4733482.
HSL color Cylindrical-coordinate representation of color #2A3A48: hue angle of 208º degrees, saturation: 0.26, 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 #2A3A48 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 58 | 72 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.72 |
| HSL | 208º | 0.26% | 0.22% | - |
| HSV(B) | 208º | 0.42% | 0.28% | - |
| XYZ | 3.64 | 3.99 | 6.71 | - |
| YUV | 54.81 | 137.7 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 58 | 72 | 0.42 | 0.19 | 0 | 0.72 | 208 | 0.26 | 0.22 |
| Hex | 2A | 3A | 48 | 2A | 13 | 0 | 48 | D0 | 1A | 16 |
| Octal | 52 | 72 | 110 | 52 | 23 | 0 | 110 | 320 | 32 | 26 |
| Binary | 101010 | 111010 | 1001000 | 101010 | 10011 | 0 | 1001000 | 11010000 | 11010 | 10110 |
Color Harmonies of #2A3A48
Complementary color
Monochromatic Colors of #2A3A48
Black with #2A3A48
Text Example
Text Example
White with #2A3A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3A48; }
p { color: rgb(42,58,72); }
H1.HeaderClassName
{
color: #2A3A48;
}
.AnyTagClassName
{
color: #2A3A48;
}
</style>
background-color css
<style>
a { background-color: #2A3A48; }
a { background-color: rgb(42,58,72); }
div.DivClassName
{
background-color: #2A3A48;
}
.BgClassName
{
background-color: #2A3A48;
}
</style>
border-color css
<style>
span { border-color: #2A3A48; }
span { border-color: rgb(42,58,72); }
td.TdClassName
{
border-color: #2A3A48;
}
.TagClassName
{
border-color: #2A3A48;
}
</style>