Shades of Tarawera #223C48
Tints of Tarawera #223C48
RGB
CMYK
RGB Variations
Color information
#223C48 (or 0x223C48) is known color: Tarawera. HEX triplet: 22, 3C and 48. RGB value is (34,60,72). Sum of RGB (Red+Green+Blue) = 34+60+72=166 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.48% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 72 - color contains mainly: blue. Hex color #223C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223C48 is #DDC3B7. Grayscale: #353535. Windows color (decimal): -14533560 or 4733986. OLE color: 4733986.
HSL color Cylindrical-coordinate representation of color #223C48: hue angle of 198.95º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #223C48 is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 34 | 60 | 72 | - |
| CMYK | 0.53 | 0.17 | 0 | 0.72 |
| HSL | 198.95º | 0.36% | 0.21% | - |
| HSV(B) | 198.95º | 0.53% | 0.28% | - |
| XYZ | 3.45 | 4.04 | 6.73 | - |
| YUV | 53.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 60 | 72 | 0.53 | 0.17 | 0 | 0.72 | 198.95 | 0.36 | 0.21 |
| Hex | 22 | 3C | 48 | 35 | 11 | 0 | 48 | C7 | 24 | 15 |
| Octal | 42 | 74 | 110 | 65 | 21 | 0 | 110 | 307 | 44 | 25 |
| Binary | 100010 | 111100 | 1001000 | 110101 | 10001 | 0 | 1001000 | 11000111 | 100100 | 10101 |
Color Harmonies of #223C48
Complementary color
Monochromatic Colors of #223C48
Black with #223C48
Text Example
Text Example
White with #223C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223C48; }
p { color: rgb(34,60,72); }
H1.HeaderClassName
{
color: #223C48;
}
.AnyTagClassName
{
color: #223C48;
}
</style>
background-color css
<style>
a { background-color: #223C48; }
a { background-color: rgb(34,60,72); }
div.DivClassName
{
background-color: #223C48;
}
.BgClassName
{
background-color: #223C48;
}
</style>
border-color css
<style>
span { border-color: #223C48; }
span { border-color: rgb(34,60,72); }
td.TdClassName
{
border-color: #223C48;
}
.TagClassName
{
border-color: #223C48;
}
</style>