Shades of Tarawera #243A48
Tints of Tarawera #243A48
RGB
CMYK
RGB Variations
Color information
#243A48 (or 0x243A48) is known color: Tarawera. HEX triplet: 24, 3A and 48. RGB value is (36,58,72). Sum of RGB (Red+Green+Blue) = 36+58+72=166 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.69% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 72 - color contains mainly: blue. Hex color #243A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243A48 is #DBC5B7. Grayscale: #343434. Windows color (decimal): -14403000 or 4733476. OLE color: 4733476.
HSL color Cylindrical-coordinate representation of color #243A48: hue angle of 203.33º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #243A48 is Cyan = 0.5, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 36 | 58 | 72 | - |
| CMYK | 0.5 | 0.19 | 0 | 0.72 |
| HSL | 203.33º | 0.33% | 0.21% | - |
| HSV(B) | 203.33º | 0.5% | 0.28% | - |
| XYZ | 3.41 | 3.87 | 6.7 | - |
| YUV | 53.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 72 | 0.5 | 0.19 | 0 | 0.72 | 203.33 | 0.33 | 0.21 |
| Hex | 24 | 3A | 48 | 32 | 13 | 0 | 48 | CB | 21 | 15 |
| Octal | 44 | 72 | 110 | 62 | 23 | 0 | 110 | 313 | 41 | 25 |
| Binary | 100100 | 111010 | 1001000 | 110010 | 10011 | 0 | 1001000 | 11001011 | 100001 | 10101 |
Color Harmonies of #243A48
Complementary color
Monochromatic Colors of #243A48
Black with #243A48
Text Example
Text Example
White with #243A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243A48; }
p { color: rgb(36,58,72); }
H1.HeaderClassName
{
color: #243A48;
}
.AnyTagClassName
{
color: #243A48;
}
</style>
background-color css
<style>
a { background-color: #243A48; }
a { background-color: rgb(36,58,72); }
div.DivClassName
{
background-color: #243A48;
}
.BgClassName
{
background-color: #243A48;
}
</style>
border-color css
<style>
span { border-color: #243A48; }
span { border-color: rgb(36,58,72); }
td.TdClassName
{
border-color: #243A48;
}
.TagClassName
{
border-color: #243A48;
}
</style>