Shades of Tarawera #233944
Tints of Tarawera #233944
RGB
CMYK
RGB Variations
Color information
#233944 (or 0x233944) is known color: Tarawera. HEX triplet: 23, 39 and 44. RGB value is (35,57,68). Sum of RGB (Red+Green+Blue) = 35+57+68=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 68 (26.95% from 255 or 42.5% from 160); Max value from RGB is 68 - color contains mainly: blue. Hex color #233944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233944 is #DCC6BB. Grayscale: #333333. Windows color (decimal): -14468796 or 4471075. OLE color: 4471075.
HSL color Cylindrical-coordinate representation of color #233944: hue angle of 200º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #233944 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 57 | 68 | - |
| CMYK | 0.49 | 0.16 | 0 | 0.73 |
| HSL | 200º | 0.32% | 0.2% | - |
| HSV(B) | 200º | 0.49% | 0.27% | - |
| XYZ | 3.2 | 3.7 | 6.01 | - |
| YUV | 51.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 57 | 68 | 0.49 | 0.16 | 0 | 0.73 | 200 | 0.32 | 0.2 |
| Hex | 23 | 39 | 44 | 31 | 10 | 0 | 49 | C8 | 20 | 14 |
| Octal | 43 | 71 | 104 | 61 | 20 | 0 | 111 | 310 | 40 | 24 |
| Binary | 100011 | 111001 | 1000100 | 110001 | 10000 | 0 | 1001001 | 11001000 | 100000 | 10100 |
Color Harmonies of #233944
Complementary color
Monochromatic Colors of #233944
Black with #233944
Text Example
Text Example
White with #233944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233944; }
p { color: rgb(35,57,68); }
H1.HeaderClassName
{
color: #233944;
}
.AnyTagClassName
{
color: #233944;
}
</style>
background-color css
<style>
a { background-color: #233944; }
a { background-color: rgb(35,57,68); }
div.DivClassName
{
background-color: #233944;
}
.BgClassName
{
background-color: #233944;
}
</style>
border-color css
<style>
span { border-color: #233944; }
span { border-color: rgb(35,57,68); }
td.TdClassName
{
border-color: #233944;
}
.TagClassName
{
border-color: #233944;
}
</style>