Shades of Tarawera #223C43
Tints of Tarawera #223C43
RGB
CMYK
RGB Variations
Color information
#223C43 (or 0x223C43) is known color: Tarawera. HEX triplet: 22, 3C and 43. RGB value is (34,60,67). Sum of RGB (Red+Green+Blue) = 34+60+67=161 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.12% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 67 (26.56% from 255 or 41.61% from 161); Max value from RGB is 67 - color contains mainly: blue. Hex color #223C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223C43 is #DDC3BC. Grayscale: #343434. Windows color (decimal): -14533565 or 4406306. OLE color: 4406306.
HSL color Cylindrical-coordinate representation of color #223C43: hue angle of 192.73º 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 #223C43 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 34 | 60 | 67 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.74 |
| HSL | 192.73º | 0.33% | 0.2% | - |
| HSV(B) | 192.73º | 0.49% | 0.26% | - |
| XYZ | 3.29 | 3.98 | 5.9 | - |
| YUV | 53.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 60 | 67 | 0.49 | 0.10 | 0 | 0.74 | 192.73 | 0.33 | 0.2 |
| Hex | 22 | 3C | 43 | 31 | A | 0 | 4A | C1 | 21 | 14 |
| Octal | 42 | 74 | 103 | 61 | 12 | 0 | 112 | 301 | 41 | 24 |
| Binary | 100010 | 111100 | 1000011 | 110001 | 1010 | 0 | 1001010 | 11000001 | 100001 | 10100 |
Color Harmonies of #223C43
Complementary color
Monochromatic Colors of #223C43
Black with #223C43
Text Example
Text Example
White with #223C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223C43; }
p { color: rgb(34,60,67); }
H1.HeaderClassName
{
color: #223C43;
}
.AnyTagClassName
{
color: #223C43;
}
</style>
background-color css
<style>
a { background-color: #223C43; }
a { background-color: rgb(34,60,67); }
div.DivClassName
{
background-color: #223C43;
}
.BgClassName
{
background-color: #223C43;
}
</style>
border-color css
<style>
span { border-color: #223C43; }
span { border-color: rgb(34,60,67); }
td.TdClassName
{
border-color: #223C43;
}
.TagClassName
{
border-color: #223C43;
}
</style>