Shades of Tarawera #233A49
Tints of Tarawera #233A49
RGB
CMYK
RGB Variations
Color information
#233A49 (or 0x233A49) is known color: Tarawera. HEX triplet: 23, 3A and 49. RGB value is (35,58,73). Sum of RGB (Red+Green+Blue) = 35+58+73=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 73 (28.91% from 255 or 43.98% from 166); Max value from RGB is 73 - color contains mainly: blue. Hex color #233A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233A49 is #DCC5B6. Grayscale: #343434. Windows color (decimal): -14468535 or 4799011. OLE color: 4799011.
HSL color Cylindrical-coordinate representation of color #233A49: hue angle of 203.68º 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 #233A49 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 58 | 73 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.71 |
| HSL | 203.68º | 0.35% | 0.21% | - |
| HSV(B) | 203.68º | 0.52% | 0.29% | - |
| XYZ | 3.41 | 3.86 | 6.87 | - |
| YUV | 52.83 | 139.38 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 73 | 0.52 | 0.21 | 0 | 0.71 | 203.68 | 0.35 | 0.21 |
| Hex | 23 | 3A | 49 | 34 | 15 | 0 | 47 | CC | 23 | 15 |
| Octal | 43 | 72 | 111 | 64 | 25 | 0 | 107 | 314 | 43 | 25 |
| Binary | 100011 | 111010 | 1001001 | 110100 | 10101 | 0 | 1000111 | 11001100 | 100011 | 10101 |
Color Harmonies of #233A49
Complementary color
Monochromatic Colors of #233A49
Black with #233A49
Text Example
Text Example
White with #233A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A49; }
p { color: rgb(35,58,73); }
H1.HeaderClassName
{
color: #233A49;
}
.AnyTagClassName
{
color: #233A49;
}
</style>
background-color css
<style>
a { background-color: #233A49; }
a { background-color: rgb(35,58,73); }
div.DivClassName
{
background-color: #233A49;
}
.BgClassName
{
background-color: #233A49;
}
</style>
border-color css
<style>
span { border-color: #233A49; }
span { border-color: rgb(35,58,73); }
td.TdClassName
{
border-color: #233A49;
}
.TagClassName
{
border-color: #233A49;
}
</style>