Shades of Tarawera #233C46
Tints of Tarawera #233C46
RGB
CMYK
RGB Variations
Color information
#233C46 (or 0x233C46) is known color: Tarawera. HEX triplet: 23, 3C and 46. RGB value is (35,60,70). Sum of RGB (Red+Green+Blue) = 35+60+70=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 70 (27.73% from 255 or 42.42% from 165); Max value from RGB is 70 - color contains mainly: blue. Hex color #233C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233C46 is #DCC3B9. Grayscale: #353535. Windows color (decimal): -14468026 or 4602915. OLE color: 4602915.
HSL color Cylindrical-coordinate representation of color #233C46: hue angle of 197.14º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #233C46 is Cyan = 0.5, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 60 | 70 | - |
| CMYK | 0.5 | 0.14 | 0 | 0.73 |
| HSL | 197.14º | 0.33% | 0.21% | - |
| HSV(B) | 197.14º | 0.5% | 0.27% | - |
| XYZ | 3.41 | 4.03 | 6.39 | - |
| YUV | 53.67 | 137.22 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 70 | 0.5 | 0.14 | 0 | 0.73 | 197.14 | 0.33 | 0.21 |
| Hex | 23 | 3C | 46 | 32 | E | 0 | 49 | C5 | 21 | 15 |
| Octal | 43 | 74 | 106 | 62 | 16 | 0 | 111 | 305 | 41 | 25 |
| Binary | 100011 | 111100 | 1000110 | 110010 | 1110 | 0 | 1001001 | 11000101 | 100001 | 10101 |
Color Harmonies of #233C46
Complementary color
Monochromatic Colors of #233C46
Black with #233C46
Text Example
Text Example
White with #233C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C46; }
p { color: rgb(35,60,70); }
H1.HeaderClassName
{
color: #233C46;
}
.AnyTagClassName
{
color: #233C46;
}
</style>
background-color css
<style>
a { background-color: #233C46; }
a { background-color: rgb(35,60,70); }
div.DivClassName
{
background-color: #233C46;
}
.BgClassName
{
background-color: #233C46;
}
</style>
border-color css
<style>
span { border-color: #233C46; }
span { border-color: rgb(35,60,70); }
td.TdClassName
{
border-color: #233C46;
}
.TagClassName
{
border-color: #233C46;
}
</style>