Shades of Tarawera #233B42
Tints of Tarawera #233B42
RGB
CMYK
RGB Variations
Color information
#233B42 (or 0x233B42) is known color: Tarawera. HEX triplet: 23, 3B and 42. RGB value is (35,59,66). Sum of RGB (Red+Green+Blue) = 35+59+66=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 66 (26.17% from 255 or 41.25% from 160); Max value from RGB is 66 - color contains mainly: blue. Hex color #233B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233B42 is #DCC4BD. Grayscale: #343434. Windows color (decimal): -14468286 or 4340515. OLE color: 4340515.
HSL color Cylindrical-coordinate representation of color #233B42: hue angle of 193.55º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #233B42 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 35 | 59 | 66 | - |
| CMYK | 0.47 | 0.11 | 0 | 0.74 |
| HSL | 193.55º | 0.31% | 0.2% | - |
| HSV(B) | 193.55º | 0.47% | 0.26% | - |
| XYZ | 3.24 | 3.88 | 5.73 | - |
| YUV | 52.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 66 | 0.47 | 0.11 | 0 | 0.74 | 193.55 | 0.31 | 0.2 |
| Hex | 23 | 3B | 42 | 2F | B | 0 | 4A | C2 | 1F | 14 |
| Octal | 43 | 73 | 102 | 57 | 13 | 0 | 112 | 302 | 37 | 24 |
| Binary | 100011 | 111011 | 1000010 | 101111 | 1011 | 0 | 1001010 | 11000010 | 11111 | 10100 |
Color Harmonies of #233B42
Complementary color
Monochromatic Colors of #233B42
Black with #233B42
Text Example
Text Example
White with #233B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233B42; }
p { color: rgb(35,59,66); }
H1.HeaderClassName
{
color: #233B42;
}
.AnyTagClassName
{
color: #233B42;
}
</style>
background-color css
<style>
a { background-color: #233B42; }
a { background-color: rgb(35,59,66); }
div.DivClassName
{
background-color: #233B42;
}
.BgClassName
{
background-color: #233B42;
}
</style>
border-color css
<style>
span { border-color: #233B42; }
span { border-color: rgb(35,59,66); }
td.TdClassName
{
border-color: #233B42;
}
.TagClassName
{
border-color: #233B42;
}
</style>