Shades of Tarawera #233D45
Tints of Tarawera #233D45
RGB
CMYK
RGB Variations
Color information
#233D45 (or 0x233D45) is known color: Tarawera. HEX triplet: 23, 3D and 45. RGB value is (35,61,69). Sum of RGB (Red+Green+Blue) = 35+61+69=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 69 - color contains mainly: blue. Hex color #233D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233D45 is #DCC2BA. Grayscale: #363636. Windows color (decimal): -14467771 or 4537635. OLE color: 4537635.
HSL color Cylindrical-coordinate representation of color #233D45: hue angle of 194.12º degrees, saturation: 0.33, 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 #233D45 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 61 | 69 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.73 |
| HSL | 194.12º | 0.33% | 0.2% | - |
| HSV(B) | 194.12º | 0.49% | 0.27% | - |
| XYZ | 3.44 | 4.12 | 6.25 | - |
| YUV | 54.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 69 | 0.49 | 0.12 | 0 | 0.73 | 194.12 | 0.33 | 0.2 |
| Hex | 23 | 3D | 45 | 31 | C | 0 | 49 | C2 | 21 | 14 |
| Octal | 43 | 75 | 105 | 61 | 14 | 0 | 111 | 302 | 41 | 24 |
| Binary | 100011 | 111101 | 1000101 | 110001 | 1100 | 0 | 1001001 | 11000010 | 100001 | 10100 |
Color Harmonies of #233D45
Complementary color
Monochromatic Colors of #233D45
Black with #233D45
Text Example
Text Example
White with #233D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233D45; }
p { color: rgb(35,61,69); }
H1.HeaderClassName
{
color: #233D45;
}
.AnyTagClassName
{
color: #233D45;
}
</style>
background-color css
<style>
a { background-color: #233D45; }
a { background-color: rgb(35,61,69); }
div.DivClassName
{
background-color: #233D45;
}
.BgClassName
{
background-color: #233D45;
}
</style>
border-color css
<style>
span { border-color: #233D45; }
span { border-color: rgb(35,61,69); }
td.TdClassName
{
border-color: #233D45;
}
.TagClassName
{
border-color: #233D45;
}
</style>