Shades of Tarawera #273C49
Tints of Tarawera #273C49
RGB
CMYK
RGB Variations
Color information
#273C49 (or 0x273C49) is known color: Tarawera. HEX triplet: 27, 3C and 49. RGB value is (39,60,73). Sum of RGB (Red+Green+Blue) = 39+60+73=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 73 - color contains mainly: blue. Hex color #273C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273C49 is #D8C3B6. Grayscale: #373737. Windows color (decimal): -14205879 or 4799527. OLE color: 4799527.
HSL color Cylindrical-coordinate representation of color #273C49: hue angle of 202.94º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #273C49 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 60 | 73 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.71 |
| HSL | 202.94º | 0.3% | 0.22% | - |
| HSV(B) | 202.94º | 0.47% | 0.29% | - |
| XYZ | 3.66 | 4.14 | 6.91 | - |
| YUV | 55.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 73 | 0.47 | 0.18 | 0 | 0.71 | 202.94 | 0.3 | 0.22 |
| Hex | 27 | 3C | 49 | 2F | 12 | 0 | 47 | CB | 1E | 16 |
| Octal | 47 | 74 | 111 | 57 | 22 | 0 | 107 | 313 | 36 | 26 |
| Binary | 100111 | 111100 | 1001001 | 101111 | 10010 | 0 | 1000111 | 11001011 | 11110 | 10110 |
Color Harmonies of #273C49
Complementary color
Monochromatic Colors of #273C49
Black with #273C49
Text Example
Text Example
White with #273C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C49; }
p { color: rgb(39,60,73); }
H1.HeaderClassName
{
color: #273C49;
}
.AnyTagClassName
{
color: #273C49;
}
</style>
background-color css
<style>
a { background-color: #273C49; }
a { background-color: rgb(39,60,73); }
div.DivClassName
{
background-color: #273C49;
}
.BgClassName
{
background-color: #273C49;
}
</style>
border-color css
<style>
span { border-color: #273C49; }
span { border-color: rgb(39,60,73); }
td.TdClassName
{
border-color: #273C49;
}
.TagClassName
{
border-color: #273C49;
}
</style>