Shades of Tarawera #243C46
Tints of Tarawera #243C46
RGB
CMYK
RGB Variations
Color information
#243C46 (or 0x243C46) is known color: Tarawera. HEX triplet: 24, 3C and 46. RGB value is (36,60,70). Sum of RGB (Red+Green+Blue) = 36+60+70=166 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.69% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 70 (27.73% from 255 or 42.17% from 166); Max value from RGB is 70 - color contains mainly: blue. Hex color #243C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243C46 is #DBC3B9. Grayscale: #353535. Windows color (decimal): -14402490 or 4602916. OLE color: 4602916.
HSL color Cylindrical-coordinate representation of color #243C46: hue angle of 197.65º 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 #243C46 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 36 | 60 | 70 | - |
| CMYK | 0.49 | 0.14 | 0 | 0.73 |
| HSL | 197.65º | 0.32% | 0.21% | - |
| HSV(B) | 197.65º | 0.49% | 0.27% | - |
| XYZ | 3.45 | 4.05 | 6.39 | - |
| YUV | 53.96 | 137.05 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 70 | 0.49 | 0.14 | 0 | 0.73 | 197.65 | 0.32 | 0.21 |
| Hex | 24 | 3C | 46 | 31 | E | 0 | 49 | C6 | 20 | 15 |
| Octal | 44 | 74 | 106 | 61 | 16 | 0 | 111 | 306 | 40 | 25 |
| Binary | 100100 | 111100 | 1000110 | 110001 | 1110 | 0 | 1001001 | 11000110 | 100000 | 10101 |
Color Harmonies of #243C46
Complementary color
Monochromatic Colors of #243C46
Black with #243C46
Text Example
Text Example
White with #243C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243C46; }
p { color: rgb(36,60,70); }
H1.HeaderClassName
{
color: #243C46;
}
.AnyTagClassName
{
color: #243C46;
}
</style>
background-color css
<style>
a { background-color: #243C46; }
a { background-color: rgb(36,60,70); }
div.DivClassName
{
background-color: #243C46;
}
.BgClassName
{
background-color: #243C46;
}
</style>
border-color css
<style>
span { border-color: #243C46; }
span { border-color: rgb(36,60,70); }
td.TdClassName
{
border-color: #243C46;
}
.TagClassName
{
border-color: #243C46;
}
</style>