Shades of Tarawera #223B45
Tints of Tarawera #223B45
RGB
CMYK
RGB Variations
Color information
#223B45 (or 0x223B45) is known color: Tarawera. HEX triplet: 22, 3B and 45. RGB value is (34,59,69). Sum of RGB (Red+Green+Blue) = 34+59+69=162 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.99% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 69 - color contains mainly: blue. Hex color #223B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223B45 is #DDC4BA. Grayscale: #343434. Windows color (decimal): -14533819 or 4537122. OLE color: 4537122.
HSL color Cylindrical-coordinate representation of color #223B45: hue angle of 197.14º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #223B45 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 59 | 69 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.73 |
| HSL | 197.14º | 0.34% | 0.2% | - |
| HSV(B) | 197.14º | 0.51% | 0.27% | - |
| XYZ | 3.3 | 3.9 | 6.21 | - |
| YUV | 52.67 | 137.22 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 59 | 69 | 0.51 | 0.14 | 0 | 0.73 | 197.14 | 0.34 | 0.2 |
| Hex | 22 | 3B | 45 | 33 | E | 0 | 49 | C5 | 22 | 14 |
| Octal | 42 | 73 | 105 | 63 | 16 | 0 | 111 | 305 | 42 | 24 |
| Binary | 100010 | 111011 | 1000101 | 110011 | 1110 | 0 | 1001001 | 11000101 | 100010 | 10100 |
Color Harmonies of #223B45
Complementary color
Monochromatic Colors of #223B45
Black with #223B45
Text Example
Text Example
White with #223B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223B45; }
p { color: rgb(34,59,69); }
H1.HeaderClassName
{
color: #223B45;
}
.AnyTagClassName
{
color: #223B45;
}
</style>
background-color css
<style>
a { background-color: #223B45; }
a { background-color: rgb(34,59,69); }
div.DivClassName
{
background-color: #223B45;
}
.BgClassName
{
background-color: #223B45;
}
</style>
border-color css
<style>
span { border-color: #223B45; }
span { border-color: rgb(34,59,69); }
td.TdClassName
{
border-color: #223B45;
}
.TagClassName
{
border-color: #223B45;
}
</style>