Shades of Tarawera #233C43
Tints of Tarawera #233C43
RGB
CMYK
RGB Variations
Color information
#233C43 (or 0x233C43) is known color: Tarawera. HEX triplet: 23, 3C and 43. RGB value is (35,60,67). Sum of RGB (Red+Green+Blue) = 35+60+67=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 67 (26.56% from 255 or 41.36% from 162); Max value from RGB is 67 - color contains mainly: blue. Hex color #233C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233C43 is #DCC3BC. Grayscale: #353535. Windows color (decimal): -14468029 or 4406307. OLE color: 4406307.
HSL color Cylindrical-coordinate representation of color #233C43: hue angle of 193.12º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #233C43 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 35 | 60 | 67 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.74 |
| HSL | 193.13º | 0.31% | 0.2% | - |
| HSV(B) | 193.13º | 0.48% | 0.26% | - |
| XYZ | 3.32 | 3.99 | 5.91 | - |
| YUV | 53.32 | 135.72 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 67 | 0.48 | 0.10 | 0 | 0.74 | 193.13 | 0.31 | 0.2 |
| Hex | 23 | 3C | 43 | 30 | A | 0 | 4A | C1 | 1F | 14 |
| Octal | 43 | 74 | 103 | 60 | 12 | 0 | 112 | 301 | 37 | 24 |
| Binary | 100011 | 111100 | 1000011 | 110000 | 1010 | 0 | 1001010 | 11000001 | 11111 | 10100 |
Color Harmonies of #233C43
Complementary color
Monochromatic Colors of #233C43
Black with #233C43
Text Example
Text Example
White with #233C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C43; }
p { color: rgb(35,60,67); }
H1.HeaderClassName
{
color: #233C43;
}
.AnyTagClassName
{
color: #233C43;
}
</style>
background-color css
<style>
a { background-color: #233C43; }
a { background-color: rgb(35,60,67); }
div.DivClassName
{
background-color: #233C43;
}
.BgClassName
{
background-color: #233C43;
}
</style>
border-color css
<style>
span { border-color: #233C43; }
span { border-color: rgb(35,60,67); }
td.TdClassName
{
border-color: #233C43;
}
.TagClassName
{
border-color: #233C43;
}
</style>