Shades of Tarawera #273E4A
Tints of Tarawera #273E4A
RGB
CMYK
RGB Variations
Color information
#273E4A (or 0x273E4A) is known color: Tarawera. HEX triplet: 27, 3E and 4A. RGB value is (39,62,74). Sum of RGB (Red+Green+Blue) = 39+62+74=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 74 - color contains mainly: blue. Hex color #273E4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273E4A is #D8C1B5. Grayscale: #383838. Windows color (decimal): -14205366 or 4865575. OLE color: 4865575.
HSL color Cylindrical-coordinate representation of color #273E4A: hue angle of 200.57º 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 #273E4A is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 62 | 74 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.71 |
| HSL | 200.57º | 0.31% | 0.22% | - |
| HSV(B) | 200.57º | 0.47% | 0.29% | - |
| XYZ | 3.8 | 4.37 | 7.12 | - |
| YUV | 56.49 | 137.88 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 62 | 74 | 0.47 | 0.16 | 0 | 0.71 | 200.57 | 0.31 | 0.22 |
| Hex | 27 | 3E | 4A | 2F | 10 | 0 | 47 | C9 | 1F | 16 |
| Octal | 47 | 76 | 112 | 57 | 20 | 0 | 107 | 311 | 37 | 26 |
| Binary | 100111 | 111110 | 1001010 | 101111 | 10000 | 0 | 1000111 | 11001001 | 11111 | 10110 |
Color Harmonies of #273E4A
Complementary color
Monochromatic Colors of #273E4A
Black with #273E4A
Text Example
Text Example
White with #273E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273E4A; }
p { color: rgb(39,62,74); }
H1.HeaderClassName
{
color: #273E4A;
}
.AnyTagClassName
{
color: #273E4A;
}
</style>
background-color css
<style>
a { background-color: #273E4A; }
a { background-color: rgb(39,62,74); }
div.DivClassName
{
background-color: #273E4A;
}
.BgClassName
{
background-color: #273E4A;
}
</style>
border-color css
<style>
span { border-color: #273E4A; }
span { border-color: rgb(39,62,74); }
td.TdClassName
{
border-color: #273E4A;
}
.TagClassName
{
border-color: #273E4A;
}
</style>