Shades of Tarawera #223C4B
Tints of Tarawera #223C4B
RGB
CMYK
RGB Variations
Color information
#223C4B (or 0x223C4B) is known color: Tarawera. HEX triplet: 22, 3C and 4B. RGB value is (34,60,75). Sum of RGB (Red+Green+Blue) = 34+60+75=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 75 - color contains mainly: blue. Hex color #223C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223C4B is #DDC3B4. Grayscale: #353535. Windows color (decimal): -14533557 or 4930594. OLE color: 4930594.
HSL color Cylindrical-coordinate representation of color #223C4B: hue angle of 201.95º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #223C4B is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 60 | 75 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.71 |
| HSL | 201.95º | 0.38% | 0.21% | - |
| HSV(B) | 201.95º | 0.55% | 0.29% | - |
| XYZ | 3.55 | 4.08 | 7.26 | - |
| YUV | 53.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 60 | 75 | 0.55 | 0.20 | 0 | 0.71 | 201.95 | 0.38 | 0.21 |
| Hex | 22 | 3C | 4B | 37 | 14 | 0 | 47 | CA | 26 | 15 |
| Octal | 42 | 74 | 113 | 67 | 24 | 0 | 107 | 312 | 46 | 25 |
| Binary | 100010 | 111100 | 1001011 | 110111 | 10100 | 0 | 1000111 | 11001010 | 100110 | 10101 |
Color Harmonies of #223C4B
Complementary color
Monochromatic Colors of #223C4B
Black with #223C4B
Text Example
Text Example
White with #223C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223C4B; }
p { color: rgb(34,60,75); }
H1.HeaderClassName
{
color: #223C4B;
}
.AnyTagClassName
{
color: #223C4B;
}
</style>
background-color css
<style>
a { background-color: #223C4B; }
a { background-color: rgb(34,60,75); }
div.DivClassName
{
background-color: #223C4B;
}
.BgClassName
{
background-color: #223C4B;
}
</style>
border-color css
<style>
span { border-color: #223C4B; }
span { border-color: rgb(34,60,75); }
td.TdClassName
{
border-color: #223C4B;
}
.TagClassName
{
border-color: #223C4B;
}
</style>