Shades of Tarawera #233A44
Tints of Tarawera #233A44
RGB
CMYK
RGB Variations
Color information
#233A44 (or 0x233A44) is known color: Tarawera. HEX triplet: 23, 3A and 44. RGB value is (35,58,68). Sum of RGB (Red+Green+Blue) = 35+58+68=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 68 (26.95% from 255 or 42.24% from 161); Max value from RGB is 68 - color contains mainly: blue. Hex color #233A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233A44 is #DCC5BB. Grayscale: #343434. Windows color (decimal): -14468540 or 4471331. OLE color: 4471331.
HSL color Cylindrical-coordinate representation of color #233A44: hue angle of 198.18º 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 #233A44 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 58 | 68 | - |
| CMYK | 0.49 | 0.15 | 0 | 0.73 |
| HSL | 198.18º | 0.32% | 0.2% | - |
| HSV(B) | 198.18º | 0.49% | 0.27% | - |
| XYZ | 3.25 | 3.8 | 6.03 | - |
| YUV | 52.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 68 | 0.49 | 0.15 | 0 | 0.73 | 198.18 | 0.32 | 0.2 |
| Hex | 23 | 3A | 44 | 31 | F | 0 | 49 | C6 | 20 | 14 |
| Octal | 43 | 72 | 104 | 61 | 17 | 0 | 111 | 306 | 40 | 24 |
| Binary | 100011 | 111010 | 1000100 | 110001 | 1111 | 0 | 1001001 | 11000110 | 100000 | 10100 |
Color Harmonies of #233A44
Complementary color
Monochromatic Colors of #233A44
Black with #233A44
Text Example
Text Example
White with #233A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A44; }
p { color: rgb(35,58,68); }
H1.HeaderClassName
{
color: #233A44;
}
.AnyTagClassName
{
color: #233A44;
}
</style>
background-color css
<style>
a { background-color: #233A44; }
a { background-color: rgb(35,58,68); }
div.DivClassName
{
background-color: #233A44;
}
.BgClassName
{
background-color: #233A44;
}
</style>
border-color css
<style>
span { border-color: #233A44; }
span { border-color: rgb(35,58,68); }
td.TdClassName
{
border-color: #233A44;
}
.TagClassName
{
border-color: #233A44;
}
</style>