Shades of Tarawera #2B3C48
Tints of Tarawera #2B3C48
RGB
CMYK
RGB Variations
Color information
#2B3C48 (or 0x2B3C48) is known color: Tarawera. HEX triplet: 2B, 3C and 48. RGB value is (43,60,72). Sum of RGB (Red+Green+Blue) = 43+60+72=175 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.57% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 72 - color contains mainly: blue. Hex color #2B3C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3C48 is #D4C3B7. Grayscale: #383838. Windows color (decimal): -13943736 or 4733995. OLE color: 4733995.
HSL color Cylindrical-coordinate representation of color #2B3C48: hue angle of 204.83º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2B3C48 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 60 | 72 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.72 |
| HSL | 204.83º | 0.25% | 0.23% | - |
| HSV(B) | 204.83º | 0.4% | 0.28% | - |
| XYZ | 3.78 | 4.21 | 6.74 | - |
| YUV | 56.29 | 136.87 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 60 | 72 | 0.40 | 0.17 | 0 | 0.72 | 204.83 | 0.25 | 0.23 |
| Hex | 2B | 3C | 48 | 28 | 11 | 0 | 48 | CD | 19 | 17 |
| Octal | 53 | 74 | 110 | 50 | 21 | 0 | 110 | 315 | 31 | 27 |
| Binary | 101011 | 111100 | 1001000 | 101000 | 10001 | 0 | 1001000 | 11001101 | 11001 | 10111 |
Color Harmonies of #2B3C48
Complementary color
Monochromatic Colors of #2B3C48
Black with #2B3C48
Text Example
Text Example
White with #2B3C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3C48; }
p { color: rgb(43,60,72); }
H1.HeaderClassName
{
color: #2B3C48;
}
.AnyTagClassName
{
color: #2B3C48;
}
</style>
background-color css
<style>
a { background-color: #2B3C48; }
a { background-color: rgb(43,60,72); }
div.DivClassName
{
background-color: #2B3C48;
}
.BgClassName
{
background-color: #2B3C48;
}
</style>
border-color css
<style>
span { border-color: #2B3C48; }
span { border-color: rgb(43,60,72); }
td.TdClassName
{
border-color: #2B3C48;
}
.TagClassName
{
border-color: #2B3C48;
}
</style>