Shades of Tarawera #2A3F48
Tints of Tarawera #2A3F48
RGB
CMYK
RGB Variations
Color information
#2A3F48 (or 0x2A3F48) is known color: Tarawera. HEX triplet: 2A, 3F and 48. RGB value is (42,63,72). Sum of RGB (Red+Green+Blue) = 42+63+72=177 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.73% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: blue. Hex color #2A3F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3F48 is #D5C0B7. Grayscale: #393939. Windows color (decimal): -14008504 or 4734762. OLE color: 4734762.
HSL color Cylindrical-coordinate representation of color #2A3F48: hue angle of 198º 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 #2A3F48 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 63 | 72 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.72 |
| HSL | 198º | 0.26% | 0.22% | - |
| HSV(B) | 198º | 0.42% | 0.28% | - |
| XYZ | 3.9 | 4.52 | 6.8 | - |
| YUV | 57.75 | 136.04 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 63 | 72 | 0.42 | 0.12 | 0 | 0.72 | 198 | 0.26 | 0.22 |
| Hex | 2A | 3F | 48 | 2A | C | 0 | 48 | C6 | 1A | 16 |
| Octal | 52 | 77 | 110 | 52 | 14 | 0 | 110 | 306 | 32 | 26 |
| Binary | 101010 | 111111 | 1001000 | 101010 | 1100 | 0 | 1001000 | 11000110 | 11010 | 10110 |
Color Harmonies of #2A3F48
Complementary color
Monochromatic Colors of #2A3F48
Black with #2A3F48
Text Example
Text Example
White with #2A3F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3F48; }
p { color: rgb(42,63,72); }
H1.HeaderClassName
{
color: #2A3F48;
}
.AnyTagClassName
{
color: #2A3F48;
}
</style>
background-color css
<style>
a { background-color: #2A3F48; }
a { background-color: rgb(42,63,72); }
div.DivClassName
{
background-color: #2A3F48;
}
.BgClassName
{
background-color: #2A3F48;
}
</style>
border-color css
<style>
span { border-color: #2A3F48; }
span { border-color: rgb(42,63,72); }
td.TdClassName
{
border-color: #2A3F48;
}
.TagClassName
{
border-color: #2A3F48;
}
</style>