Shades of Tarawera #223A4A
Tints of Tarawera #223A4A
RGB
CMYK
RGB Variations
Color information
#223A4A (or 0x223A4A) is known color: Tarawera. HEX triplet: 22, 3A and 4A. RGB value is (34,58,74). Sum of RGB (Red+Green+Blue) = 34+58+74=166 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.48% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 74 - color contains mainly: blue. Hex color #223A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223A4A is #DDC5B5. Grayscale: #343434. Windows color (decimal): -14534070 or 4864546. OLE color: 4864546.
HSL color Cylindrical-coordinate representation of color #223A4A: hue angle of 204º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #223A4A is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 58 | 74 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.71 |
| HSL | 204º | 0.37% | 0.21% | - |
| HSV(B) | 204º | 0.54% | 0.29% | - |
| XYZ | 3.41 | 3.86 | 7.04 | - |
| YUV | 52.65 | 140.05 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 74 | 0.54 | 0.22 | 0 | 0.71 | 204 | 0.37 | 0.21 |
| Hex | 22 | 3A | 4A | 36 | 16 | 0 | 47 | CC | 25 | 15 |
| Octal | 42 | 72 | 112 | 66 | 26 | 0 | 107 | 314 | 45 | 25 |
| Binary | 100010 | 111010 | 1001010 | 110110 | 10110 | 0 | 1000111 | 11001100 | 100101 | 10101 |
Color Harmonies of #223A4A
Complementary color
Monochromatic Colors of #223A4A
Black with #223A4A
Text Example
Text Example
White with #223A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223A4A; }
p { color: rgb(34,58,74); }
H1.HeaderClassName
{
color: #223A4A;
}
.AnyTagClassName
{
color: #223A4A;
}
</style>
background-color css
<style>
a { background-color: #223A4A; }
a { background-color: rgb(34,58,74); }
div.DivClassName
{
background-color: #223A4A;
}
.BgClassName
{
background-color: #223A4A;
}
</style>
border-color css
<style>
span { border-color: #223A4A; }
span { border-color: rgb(34,58,74); }
td.TdClassName
{
border-color: #223A4A;
}
.TagClassName
{
border-color: #223A4A;
}
</style>