Shades of Tarawera #223A44
Tints of Tarawera #223A44
RGB
CMYK
RGB Variations
Color information
#223A44 (or 0x223A44) is known color: Tarawera. HEX triplet: 22, 3A and 44. RGB value is (34,58,68). Sum of RGB (Red+Green+Blue) = 34+58+68=160 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.25% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 68 (26.95% from 255 or 42.5% from 160); Max value from RGB is 68 - color contains mainly: blue. Hex color #223A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223A44 is #DDC5BB. Grayscale: #333333. Windows color (decimal): -14534076 or 4471330. OLE color: 4471330.
HSL color Cylindrical-coordinate representation of color #223A44: hue angle of 197.65º 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 #223A44 is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 58 | 68 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.73 |
| HSL | 197.65º | 0.33% | 0.2% | - |
| HSV(B) | 197.65º | 0.5% | 0.27% | - |
| XYZ | 3.22 | 3.78 | 6.03 | - |
| YUV | 51.96 | 137.05 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 68 | 0.50 | 0.15 | 0 | 0.73 | 197.65 | 0.33 | 0.2 |
| Hex | 22 | 3A | 44 | 32 | F | 0 | 49 | C6 | 21 | 14 |
| Octal | 42 | 72 | 104 | 62 | 17 | 0 | 111 | 306 | 41 | 24 |
| Binary | 100010 | 111010 | 1000100 | 110010 | 1111 | 0 | 1001001 | 11000110 | 100001 | 10100 |
Color Harmonies of #223A44
Complementary color
Monochromatic Colors of #223A44
Black with #223A44
Text Example
Text Example
White with #223A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223A44; }
p { color: rgb(34,58,68); }
H1.HeaderClassName
{
color: #223A44;
}
.AnyTagClassName
{
color: #223A44;
}
</style>
background-color css
<style>
a { background-color: #223A44; }
a { background-color: rgb(34,58,68); }
div.DivClassName
{
background-color: #223A44;
}
.BgClassName
{
background-color: #223A44;
}
</style>
border-color css
<style>
span { border-color: #223A44; }
span { border-color: rgb(34,58,68); }
td.TdClassName
{
border-color: #223A44;
}
.TagClassName
{
border-color: #223A44;
}
</style>