Shades of Tarawera #273C46
Tints of Tarawera #273C46
RGB
CMYK
RGB Variations
Color information
#273C46 (or 0x273C46) is known color: Tarawera. HEX triplet: 27, 3C and 46. RGB value is (39,60,70). Sum of RGB (Red+Green+Blue) = 39+60+70=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 70 - color contains mainly: blue. Hex color #273C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273C46 is #D8C3B9. Grayscale: #363636. Windows color (decimal): -14205882 or 4602919. OLE color: 4602919.
HSL color Cylindrical-coordinate representation of color #273C46: hue angle of 199.35º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #273C46 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 39 | 60 | 70 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.73 |
| HSL | 199.35º | 0.28% | 0.21% | - |
| HSV(B) | 199.35º | 0.44% | 0.27% | - |
| XYZ | 3.56 | 4.11 | 6.4 | - |
| YUV | 54.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 70 | 0.44 | 0.14 | 0 | 0.73 | 199.35 | 0.28 | 0.21 |
| Hex | 27 | 3C | 46 | 2C | E | 0 | 49 | C7 | 1C | 15 |
| Octal | 47 | 74 | 106 | 54 | 16 | 0 | 111 | 307 | 34 | 25 |
| Binary | 100111 | 111100 | 1000110 | 101100 | 1110 | 0 | 1001001 | 11000111 | 11100 | 10101 |
Color Harmonies of #273C46
Complementary color
Monochromatic Colors of #273C46
Black with #273C46
Text Example
Text Example
White with #273C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C46; }
p { color: rgb(39,60,70); }
H1.HeaderClassName
{
color: #273C46;
}
.AnyTagClassName
{
color: #273C46;
}
</style>
background-color css
<style>
a { background-color: #273C46; }
a { background-color: rgb(39,60,70); }
div.DivClassName
{
background-color: #273C46;
}
.BgClassName
{
background-color: #273C46;
}
</style>
border-color css
<style>
span { border-color: #273C46; }
span { border-color: rgb(39,60,70); }
td.TdClassName
{
border-color: #273C46;
}
.TagClassName
{
border-color: #273C46;
}
</style>