Shades of Tarawera #223C49
Tints of Tarawera #223C49
RGB
CMYK
RGB Variations
Color information
#223C49 (or 0x223C49) is known color: Tarawera. HEX triplet: 22, 3C and 49. RGB value is (34,60,73). Sum of RGB (Red+Green+Blue) = 34+60+73=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 73 - color contains mainly: blue. Hex color #223C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223C49 is #DDC3B6. Grayscale: #353535. Windows color (decimal): -14533559 or 4799522. OLE color: 4799522.
HSL color Cylindrical-coordinate representation of color #223C49: hue angle of 200º 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 #223C49 is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 60 | 73 | - |
| CMYK | 0.53 | 0.18 | 0 | 0.71 |
| HSL | 200º | 0.36% | 0.21% | - |
| HSV(B) | 200º | 0.53% | 0.29% | - |
| XYZ | 3.48 | 4.05 | 6.9 | - |
| YUV | 53.71 | 138.89 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 60 | 73 | 0.53 | 0.18 | 0 | 0.71 | 200 | 0.36 | 0.21 |
| Hex | 22 | 3C | 49 | 35 | 12 | 0 | 47 | C8 | 24 | 15 |
| Octal | 42 | 74 | 111 | 65 | 22 | 0 | 107 | 310 | 44 | 25 |
| Binary | 100010 | 111100 | 1001001 | 110101 | 10010 | 0 | 1000111 | 11001000 | 100100 | 10101 |
Color Harmonies of #223C49
Complementary color
Monochromatic Colors of #223C49
Black with #223C49
Text Example
Text Example
White with #223C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223C49; }
p { color: rgb(34,60,73); }
H1.HeaderClassName
{
color: #223C49;
}
.AnyTagClassName
{
color: #223C49;
}
</style>
background-color css
<style>
a { background-color: #223C49; }
a { background-color: rgb(34,60,73); }
div.DivClassName
{
background-color: #223C49;
}
.BgClassName
{
background-color: #223C49;
}
</style>
border-color css
<style>
span { border-color: #223C49; }
span { border-color: rgb(34,60,73); }
td.TdClassName
{
border-color: #223C49;
}
.TagClassName
{
border-color: #223C49;
}
</style>