Shades of Tarawera #223B44
Tints of Tarawera #223B44
RGB
CMYK
RGB Variations
Color information
#223B44 (or 0x223B44) is known color: Tarawera. HEX triplet: 22, 3B and 44. RGB value is (34,59,68). Sum of RGB (Red+Green+Blue) = 34+59+68=161 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.12% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 68 (26.95% from 255 or 42.24% from 161); Max value from RGB is 68 - color contains mainly: blue. Hex color #223B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223B44 is #DDC4BB. Grayscale: #343434. Windows color (decimal): -14533820 or 4471586. OLE color: 4471586.
HSL color Cylindrical-coordinate representation of color #223B44: hue angle of 195.88º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #223B44 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 59 | 68 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.73 |
| HSL | 195.88º | 0.33% | 0.2% | - |
| HSV(B) | 195.88º | 0.5% | 0.27% | - |
| XYZ | 3.27 | 3.89 | 6.05 | - |
| YUV | 52.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 59 | 68 | 0.50 | 0.13 | 0 | 0.73 | 195.88 | 0.33 | 0.2 |
| Hex | 22 | 3B | 44 | 32 | D | 0 | 49 | C4 | 21 | 14 |
| Octal | 42 | 73 | 104 | 62 | 15 | 0 | 111 | 304 | 41 | 24 |
| Binary | 100010 | 111011 | 1000100 | 110010 | 1101 | 0 | 1001001 | 11000100 | 100001 | 10100 |
Color Harmonies of #223B44
Complementary color
Monochromatic Colors of #223B44
Black with #223B44
Text Example
Text Example
White with #223B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223B44; }
p { color: rgb(34,59,68); }
H1.HeaderClassName
{
color: #223B44;
}
.AnyTagClassName
{
color: #223B44;
}
</style>
background-color css
<style>
a { background-color: #223B44; }
a { background-color: rgb(34,59,68); }
div.DivClassName
{
background-color: #223B44;
}
.BgClassName
{
background-color: #223B44;
}
</style>
border-color css
<style>
span { border-color: #223B44; }
span { border-color: rgb(34,59,68); }
td.TdClassName
{
border-color: #223B44;
}
.TagClassName
{
border-color: #223B44;
}
</style>