Shades of Tarawera #2A3E48
Tints of Tarawera #2A3E48
RGB
CMYK
RGB Variations
Color information
#2A3E48 (or 0x2A3E48) is known color: Tarawera. HEX triplet: 2A, 3E and 48. RGB value is (42,62,72). Sum of RGB (Red+Green+Blue) = 42+62+72=176 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.86% from 176); Green value is 62 (24.61% from 255 or 35.23% 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 #2A3E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3E48 is #D5C1B7. Grayscale: #393939. Windows color (decimal): -14008760 or 4734506. OLE color: 4734506.
HSL color Cylindrical-coordinate representation of color #2A3E48: hue angle of 200º 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 #2A3E48 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 62 | 72 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.72 |
| HSL | 200º | 0.26% | 0.22% | - |
| HSV(B) | 200º | 0.42% | 0.28% | - |
| XYZ | 3.85 | 4.41 | 6.78 | - |
| YUV | 57.16 | 136.37 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 62 | 72 | 0.42 | 0.14 | 0 | 0.72 | 200 | 0.26 | 0.22 |
| Hex | 2A | 3E | 48 | 2A | E | 0 | 48 | C8 | 1A | 16 |
| Octal | 52 | 76 | 110 | 52 | 16 | 0 | 110 | 310 | 32 | 26 |
| Binary | 101010 | 111110 | 1001000 | 101010 | 1110 | 0 | 1001000 | 11001000 | 11010 | 10110 |
Color Harmonies of #2A3E48
Complementary color
Monochromatic Colors of #2A3E48
Black with #2A3E48
Text Example
Text Example
White with #2A3E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3E48; }
p { color: rgb(42,62,72); }
H1.HeaderClassName
{
color: #2A3E48;
}
.AnyTagClassName
{
color: #2A3E48;
}
</style>
background-color css
<style>
a { background-color: #2A3E48; }
a { background-color: rgb(42,62,72); }
div.DivClassName
{
background-color: #2A3E48;
}
.BgClassName
{
background-color: #2A3E48;
}
</style>
border-color css
<style>
span { border-color: #2A3E48; }
span { border-color: rgb(42,62,72); }
td.TdClassName
{
border-color: #2A3E48;
}
.TagClassName
{
border-color: #2A3E48;
}
</style>