Shades of Tarawera #273C4A
Tints of Tarawera #273C4A
RGB
CMYK
RGB Variations
Color information
#273C4A (or 0x273C4A) is known color: Tarawera. HEX triplet: 27, 3C and 4A. RGB value is (39,60,74). Sum of RGB (Red+Green+Blue) = 39+60+74=173 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.54% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 74 - color contains mainly: blue. Hex color #273C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273C4A is #D8C3B5. Grayscale: #373737. Windows color (decimal): -14205878 or 4865063. OLE color: 4865063.
HSL color Cylindrical-coordinate representation of color #273C4A: hue angle of 204º degrees, saturation: 0.31, 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 #273C4A is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 60 | 74 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.71 |
| HSL | 204º | 0.31% | 0.22% | - |
| HSV(B) | 204º | 0.47% | 0.29% | - |
| XYZ | 3.69 | 4.16 | 7.09 | - |
| YUV | 55.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 74 | 0.47 | 0.19 | 0 | 0.71 | 204 | 0.31 | 0.22 |
| Hex | 27 | 3C | 4A | 2F | 13 | 0 | 47 | CC | 1F | 16 |
| Octal | 47 | 74 | 112 | 57 | 23 | 0 | 107 | 314 | 37 | 26 |
| Binary | 100111 | 111100 | 1001010 | 101111 | 10011 | 0 | 1000111 | 11001100 | 11111 | 10110 |
Color Harmonies of #273C4A
Complementary color
Monochromatic Colors of #273C4A
Black with #273C4A
Text Example
Text Example
White with #273C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C4A; }
p { color: rgb(39,60,74); }
H1.HeaderClassName
{
color: #273C4A;
}
.AnyTagClassName
{
color: #273C4A;
}
</style>
background-color css
<style>
a { background-color: #273C4A; }
a { background-color: rgb(39,60,74); }
div.DivClassName
{
background-color: #273C4A;
}
.BgClassName
{
background-color: #273C4A;
}
</style>
border-color css
<style>
span { border-color: #273C4A; }
span { border-color: rgb(39,60,74); }
td.TdClassName
{
border-color: #273C4A;
}
.TagClassName
{
border-color: #273C4A;
}
</style>