Shades of Tarawera #223B49
Tints of Tarawera #223B49
RGB
CMYK
RGB Variations
Color information
#223B49 (or 0x223B49) is known color: Tarawera. HEX triplet: 22, 3B and 49. RGB value is (34,59,73). Sum of RGB (Red+Green+Blue) = 34+59+73=166 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.48% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 73 (28.91% from 255 or 43.98% from 166); Max value from RGB is 73 - color contains mainly: blue. Hex color #223B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223B49 is #DDC4B6. Grayscale: #353535. Windows color (decimal): -14533815 or 4799266. OLE color: 4799266.
HSL color Cylindrical-coordinate representation of color #223B49: hue angle of 201.54º 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 #223B49 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 59 | 73 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.71 |
| HSL | 201.54º | 0.36% | 0.21% | - |
| HSV(B) | 201.54º | 0.53% | 0.29% | - |
| XYZ | 3.43 | 3.95 | 6.88 | - |
| YUV | 53.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 59 | 73 | 0.53 | 0.19 | 0 | 0.71 | 201.54 | 0.36 | 0.21 |
| Hex | 22 | 3B | 49 | 35 | 13 | 0 | 47 | CA | 24 | 15 |
| Octal | 42 | 73 | 111 | 65 | 23 | 0 | 107 | 312 | 44 | 25 |
| Binary | 100010 | 111011 | 1001001 | 110101 | 10011 | 0 | 1000111 | 11001010 | 100100 | 10101 |
Color Harmonies of #223B49
Complementary color
Monochromatic Colors of #223B49
Black with #223B49
Text Example
Text Example
White with #223B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223B49; }
p { color: rgb(34,59,73); }
H1.HeaderClassName
{
color: #223B49;
}
.AnyTagClassName
{
color: #223B49;
}
</style>
background-color css
<style>
a { background-color: #223B49; }
a { background-color: rgb(34,59,73); }
div.DivClassName
{
background-color: #223B49;
}
.BgClassName
{
background-color: #223B49;
}
</style>
border-color css
<style>
span { border-color: #223B49; }
span { border-color: rgb(34,59,73); }
td.TdClassName
{
border-color: #223B49;
}
.TagClassName
{
border-color: #223B49;
}
</style>