Shades of Tarawera #223D4B
Tints of Tarawera #223D4B
RGB
CMYK
RGB Variations
Color information
#223D4B (or 0x223D4B) is known color: Tarawera. HEX triplet: 22, 3D and 4B. RGB value is (34,61,75). Sum of RGB (Red+Green+Blue) = 34+61+75=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 75 - color contains mainly: blue. Hex color #223D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223D4B is #DDC2B4. Grayscale: #363636. Windows color (decimal): -14533301 or 4930850. OLE color: 4930850.
HSL color Cylindrical-coordinate representation of color #223D4B: hue angle of 200.49º 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 #223D4B is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 61 | 75 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.71 |
| HSL | 200.49º | 0.38% | 0.21% | - |
| HSV(B) | 200.49º | 0.55% | 0.29% | - |
| XYZ | 3.6 | 4.19 | 7.27 | - |
| YUV | 54.52 | 139.55 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 75 | 0.55 | 0.19 | 0 | 0.71 | 200.49 | 0.38 | 0.21 |
| Hex | 22 | 3D | 4B | 37 | 13 | 0 | 47 | C8 | 26 | 15 |
| Octal | 42 | 75 | 113 | 67 | 23 | 0 | 107 | 310 | 46 | 25 |
| Binary | 100010 | 111101 | 1001011 | 110111 | 10011 | 0 | 1000111 | 11001000 | 100110 | 10101 |
Color Harmonies of #223D4B
Complementary color
Monochromatic Colors of #223D4B
Black with #223D4B
Text Example
Text Example
White with #223D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223D4B; }
p { color: rgb(34,61,75); }
H1.HeaderClassName
{
color: #223D4B;
}
.AnyTagClassName
{
color: #223D4B;
}
</style>
background-color css
<style>
a { background-color: #223D4B; }
a { background-color: rgb(34,61,75); }
div.DivClassName
{
background-color: #223D4B;
}
.BgClassName
{
background-color: #223D4B;
}
</style>
border-color css
<style>
span { border-color: #223D4B; }
span { border-color: rgb(34,61,75); }
td.TdClassName
{
border-color: #223D4B;
}
.TagClassName
{
border-color: #223D4B;
}
</style>