Shades of Tarawera #273C45
Tints of Tarawera #273C45
RGB
CMYK
RGB Variations
Color information
#273C45 (or 0x273C45) is known color: Tarawera. HEX triplet: 27, 3C and 45. RGB value is (39,60,69). Sum of RGB (Red+Green+Blue) = 39+60+69=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 69 - color contains mainly: blue. Hex color #273C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273C45 is #D8C3BA. Grayscale: #363636. Windows color (decimal): -14205883 or 4537383. OLE color: 4537383.
HSL color Cylindrical-coordinate representation of color #273C45: hue angle of 198º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #273C45 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 39 | 60 | 69 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.73 |
| HSL | 198º | 0.28% | 0.21% | - |
| HSV(B) | 198º | 0.43% | 0.27% | - |
| XYZ | 3.53 | 4.09 | 6.23 | - |
| YUV | 54.75 | 136.04 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 69 | 0.43 | 0.13 | 0 | 0.73 | 198 | 0.28 | 0.21 |
| Hex | 27 | 3C | 45 | 2B | D | 0 | 49 | C6 | 1C | 15 |
| Octal | 47 | 74 | 105 | 53 | 15 | 0 | 111 | 306 | 34 | 25 |
| Binary | 100111 | 111100 | 1000101 | 101011 | 1101 | 0 | 1001001 | 11000110 | 11100 | 10101 |
Color Harmonies of #273C45
Complementary color
Monochromatic Colors of #273C45
Black with #273C45
Text Example
Text Example
White with #273C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C45; }
p { color: rgb(39,60,69); }
H1.HeaderClassName
{
color: #273C45;
}
.AnyTagClassName
{
color: #273C45;
}
</style>
background-color css
<style>
a { background-color: #273C45; }
a { background-color: rgb(39,60,69); }
div.DivClassName
{
background-color: #273C45;
}
.BgClassName
{
background-color: #273C45;
}
</style>
border-color css
<style>
span { border-color: #273C45; }
span { border-color: rgb(39,60,69); }
td.TdClassName
{
border-color: #273C45;
}
.TagClassName
{
border-color: #273C45;
}
</style>