Shades of Tarawera #2B404A
Tints of Tarawera #2B404A
RGB
CMYK
RGB Variations
Color information
#2B404A (or 0x2B404A) is known color: Tarawera. HEX triplet: 2B, 40 and 4A. RGB value is (43,64,74). Sum of RGB (Red+Green+Blue) = 43+64+74=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 74 - color contains mainly: blue. Hex color #2B404A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B404A is #D4BFB5. Grayscale: #3A3A3A. Windows color (decimal): -13942710 or 4866091. OLE color: 4866091.
HSL color Cylindrical-coordinate representation of color #2B404A: hue angle of 199.35º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2B404A is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 64 | 74 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.71 |
| HSL | 199.35º | 0.26% | 0.23% | - |
| HSV(B) | 199.35º | 0.42% | 0.29% | - |
| XYZ | 4.07 | 4.67 | 7.17 | - |
| YUV | 58.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 74 | 0.42 | 0.14 | 0 | 0.71 | 199.35 | 0.26 | 0.23 |
| Hex | 2B | 40 | 4A | 2A | E | 0 | 47 | C7 | 1A | 17 |
| Octal | 53 | 100 | 112 | 52 | 16 | 0 | 107 | 307 | 32 | 27 |
| Binary | 101011 | 1000000 | 1001010 | 101010 | 1110 | 0 | 1000111 | 11000111 | 11010 | 10111 |
Color Harmonies of #2B404A
Complementary color
Monochromatic Colors of #2B404A
Black with #2B404A
Text Example
Text Example
White with #2B404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B404A; }
p { color: rgb(43,64,74); }
H1.HeaderClassName
{
color: #2B404A;
}
.AnyTagClassName
{
color: #2B404A;
}
</style>
background-color css
<style>
a { background-color: #2B404A; }
a { background-color: rgb(43,64,74); }
div.DivClassName
{
background-color: #2B404A;
}
.BgClassName
{
background-color: #2B404A;
}
</style>
border-color css
<style>
span { border-color: #2B404A; }
span { border-color: rgb(43,64,74); }
td.TdClassName
{
border-color: #2B404A;
}
.TagClassName
{
border-color: #2B404A;
}
</style>