Shades of Tarawera #273C47
Tints of Tarawera #273C47
RGB
CMYK
RGB Variations
Color information
#273C47 (or 0x273C47) is known color: Tarawera. HEX triplet: 27, 3C and 47. RGB value is (39,60,71). Sum of RGB (Red+Green+Blue) = 39+60+71=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 71 - color contains mainly: blue. Hex color #273C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273C47 is #D8C3B8. Grayscale: #363636. Windows color (decimal): -14205881 or 4668455. OLE color: 4668455.
HSL color Cylindrical-coordinate representation of color #273C47: hue angle of 200.62º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #273C47 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 39 | 60 | 71 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.72 |
| HSL | 200.63º | 0.29% | 0.22% | - |
| HSV(B) | 200.63º | 0.45% | 0.28% | - |
| XYZ | 3.59 | 4.12 | 6.57 | - |
| YUV | 54.98 | 137.04 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 71 | 0.45 | 0.15 | 0 | 0.72 | 200.63 | 0.29 | 0.22 |
| Hex | 27 | 3C | 47 | 2D | F | 0 | 48 | C9 | 1D | 16 |
| Octal | 47 | 74 | 107 | 55 | 17 | 0 | 110 | 311 | 35 | 26 |
| Binary | 100111 | 111100 | 1000111 | 101101 | 1111 | 0 | 1001000 | 11001001 | 11101 | 10110 |
Color Harmonies of #273C47
Complementary color
Monochromatic Colors of #273C47
Black with #273C47
Text Example
Text Example
White with #273C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C47; }
p { color: rgb(39,60,71); }
H1.HeaderClassName
{
color: #273C47;
}
.AnyTagClassName
{
color: #273C47;
}
</style>
background-color css
<style>
a { background-color: #273C47; }
a { background-color: rgb(39,60,71); }
div.DivClassName
{
background-color: #273C47;
}
.BgClassName
{
background-color: #273C47;
}
</style>
border-color css
<style>
span { border-color: #273C47; }
span { border-color: rgb(39,60,71); }
td.TdClassName
{
border-color: #273C47;
}
.TagClassName
{
border-color: #273C47;
}
</style>