Shades of Tarawera #243A46
Tints of Tarawera #243A46
RGB
CMYK
RGB Variations
Color information
#243A46 (or 0x243A46) is known color: Tarawera. HEX triplet: 24, 3A and 46. RGB value is (36,58,70). Sum of RGB (Red+Green+Blue) = 36+58+70=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 70 (27.73% from 255 or 42.68% from 164); Max value from RGB is 70 - color contains mainly: blue. Hex color #243A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243A46 is #DBC5B9. Grayscale: #343434. Windows color (decimal): -14403002 or 4602404. OLE color: 4602404.
HSL color Cylindrical-coordinate representation of color #243A46: hue angle of 201.18º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #243A46 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 36 | 58 | 70 | - |
| CMYK | 0.49 | 0.17 | 0 | 0.73 |
| HSL | 201.18º | 0.32% | 0.21% | - |
| HSV(B) | 201.18º | 0.49% | 0.27% | - |
| XYZ | 3.35 | 3.84 | 6.36 | - |
| YUV | 52.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 70 | 0.49 | 0.17 | 0 | 0.73 | 201.18 | 0.32 | 0.21 |
| Hex | 24 | 3A | 46 | 31 | 11 | 0 | 49 | C9 | 20 | 15 |
| Octal | 44 | 72 | 106 | 61 | 21 | 0 | 111 | 311 | 40 | 25 |
| Binary | 100100 | 111010 | 1000110 | 110001 | 10001 | 0 | 1001001 | 11001001 | 100000 | 10101 |
Color Harmonies of #243A46
Complementary color
Monochromatic Colors of #243A46
Black with #243A46
Text Example
Text Example
White with #243A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243A46; }
p { color: rgb(36,58,70); }
H1.HeaderClassName
{
color: #243A46;
}
.AnyTagClassName
{
color: #243A46;
}
</style>
background-color css
<style>
a { background-color: #243A46; }
a { background-color: rgb(36,58,70); }
div.DivClassName
{
background-color: #243A46;
}
.BgClassName
{
background-color: #243A46;
}
</style>
border-color css
<style>
span { border-color: #243A46; }
span { border-color: rgb(36,58,70); }
td.TdClassName
{
border-color: #243A46;
}
.TagClassName
{
border-color: #243A46;
}
</style>