Shades of Tarawera #223A43
Tints of Tarawera #223A43
RGB
CMYK
RGB Variations
Color information
#223A43 (or 0x223A43) is known color: Tarawera. HEX triplet: 22, 3A and 43. RGB value is (34,58,67). Sum of RGB (Red+Green+Blue) = 34+58+67=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 67 (26.56% from 255 or 42.14% from 159); Max value from RGB is 67 - color contains mainly: blue. Hex color #223A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223A43 is #DDC5BC. Grayscale: #333333. Windows color (decimal): -14534077 or 4405794. OLE color: 4405794.
HSL color Cylindrical-coordinate representation of color #223A43: hue angle of 196.36º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #223A43 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 34 | 58 | 67 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.74 |
| HSL | 196.36º | 0.33% | 0.2% | - |
| HSV(B) | 196.36º | 0.49% | 0.26% | - |
| XYZ | 3.19 | 3.77 | 5.87 | - |
| YUV | 51.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 67 | 0.49 | 0.13 | 0 | 0.74 | 196.36 | 0.33 | 0.2 |
| Hex | 22 | 3A | 43 | 31 | D | 0 | 4A | C4 | 21 | 14 |
| Octal | 42 | 72 | 103 | 61 | 15 | 0 | 112 | 304 | 41 | 24 |
| Binary | 100010 | 111010 | 1000011 | 110001 | 1101 | 0 | 1001010 | 11000100 | 100001 | 10100 |
Color Harmonies of #223A43
Complementary color
Monochromatic Colors of #223A43
Black with #223A43
Text Example
Text Example
White with #223A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223A43; }
p { color: rgb(34,58,67); }
H1.HeaderClassName
{
color: #223A43;
}
.AnyTagClassName
{
color: #223A43;
}
</style>
background-color css
<style>
a { background-color: #223A43; }
a { background-color: rgb(34,58,67); }
div.DivClassName
{
background-color: #223A43;
}
.BgClassName
{
background-color: #223A43;
}
</style>
border-color css
<style>
span { border-color: #223A43; }
span { border-color: rgb(34,58,67); }
td.TdClassName
{
border-color: #223A43;
}
.TagClassName
{
border-color: #223A43;
}
</style>