Shades of Tarawera #223D49
Tints of Tarawera #223D49
RGB
CMYK
RGB Variations
Color information
#223D49 (or 0x223D49) is known color: Tarawera. HEX triplet: 22, 3D and 49. RGB value is (34,61,73). Sum of RGB (Red+Green+Blue) = 34+61+73=168 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.24% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 73 - color contains mainly: blue. Hex color #223D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223D49 is #DDC2B6. Grayscale: #363636. Windows color (decimal): -14533303 or 4799778. OLE color: 4799778.
HSL color Cylindrical-coordinate representation of color #223D49: hue angle of 198.46º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #223D49 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 61 | 73 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.71 |
| HSL | 198.46º | 0.36% | 0.21% | - |
| HSV(B) | 198.46º | 0.53% | 0.29% | - |
| XYZ | 3.53 | 4.16 | 6.92 | - |
| YUV | 54.3 | 138.55 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 73 | 0.53 | 0.16 | 0 | 0.71 | 198.46 | 0.36 | 0.21 |
| Hex | 22 | 3D | 49 | 35 | 10 | 0 | 47 | C6 | 24 | 15 |
| Octal | 42 | 75 | 111 | 65 | 20 | 0 | 107 | 306 | 44 | 25 |
| Binary | 100010 | 111101 | 1001001 | 110101 | 10000 | 0 | 1000111 | 11000110 | 100100 | 10101 |
Color Harmonies of #223D49
Complementary color
Monochromatic Colors of #223D49
Black with #223D49
Text Example
Text Example
White with #223D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223D49; }
p { color: rgb(34,61,73); }
H1.HeaderClassName
{
color: #223D49;
}
.AnyTagClassName
{
color: #223D49;
}
</style>
background-color css
<style>
a { background-color: #223D49; }
a { background-color: rgb(34,61,73); }
div.DivClassName
{
background-color: #223D49;
}
.BgClassName
{
background-color: #223D49;
}
</style>
border-color css
<style>
span { border-color: #223D49; }
span { border-color: rgb(34,61,73); }
td.TdClassName
{
border-color: #223D49;
}
.TagClassName
{
border-color: #223D49;
}
</style>