Shades of Tarawera #233C49
Tints of Tarawera #233C49
RGB
CMYK
RGB Variations
Color information
#233C49 (or 0x233C49) is known color: Tarawera. HEX triplet: 23, 3C and 49. RGB value is (35,60,73). Sum of RGB (Red+Green+Blue) = 35+60+73=168 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.83% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 73 - color contains mainly: blue. Hex color #233C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233C49 is #DCC3B6. Grayscale: #353535. Windows color (decimal): -14468023 or 4799523. OLE color: 4799523.
HSL color Cylindrical-coordinate representation of color #233C49: hue angle of 200.53º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #233C49 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 60 | 73 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.71 |
| HSL | 200.53º | 0.35% | 0.21% | - |
| HSV(B) | 200.53º | 0.52% | 0.29% | - |
| XYZ | 3.51 | 4.07 | 6.9 | - |
| YUV | 54.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 73 | 0.52 | 0.18 | 0 | 0.71 | 200.53 | 0.35 | 0.21 |
| Hex | 23 | 3C | 49 | 34 | 12 | 0 | 47 | C9 | 23 | 15 |
| Octal | 43 | 74 | 111 | 64 | 22 | 0 | 107 | 311 | 43 | 25 |
| Binary | 100011 | 111100 | 1001001 | 110100 | 10010 | 0 | 1000111 | 11001001 | 100011 | 10101 |
Color Harmonies of #233C49
Complementary color
Monochromatic Colors of #233C49
Black with #233C49
Text Example
Text Example
White with #233C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C49; }
p { color: rgb(35,60,73); }
H1.HeaderClassName
{
color: #233C49;
}
.AnyTagClassName
{
color: #233C49;
}
</style>
background-color css
<style>
a { background-color: #233C49; }
a { background-color: rgb(35,60,73); }
div.DivClassName
{
background-color: #233C49;
}
.BgClassName
{
background-color: #233C49;
}
</style>
border-color css
<style>
span { border-color: #233C49; }
span { border-color: rgb(35,60,73); }
td.TdClassName
{
border-color: #233C49;
}
.TagClassName
{
border-color: #233C49;
}
</style>