Shades of Tarawera #253949
Tints of Tarawera #253949
RGB
CMYK
RGB Variations
Color information
#253949 (or 0x253949) is known color: Tarawera. HEX triplet: 25, 39 and 49. RGB value is (37,57,73). Sum of RGB (Red+Green+Blue) = 37+57+73=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 73 - color contains mainly: blue. Hex color #253949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253949 is #DAC6B6. Grayscale: #343434. Windows color (decimal): -14337719 or 4798757. OLE color: 4798757.
HSL color Cylindrical-coordinate representation of color #253949: hue angle of 206.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #253949 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 57 | 73 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.71 |
| HSL | 206.67º | 0.33% | 0.22% | - |
| HSV(B) | 206.67º | 0.49% | 0.29% | - |
| XYZ | 3.43 | 3.8 | 6.86 | - |
| YUV | 52.84 | 139.37 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 57 | 73 | 0.49 | 0.22 | 0 | 0.71 | 206.67 | 0.33 | 0.22 |
| Hex | 25 | 39 | 49 | 31 | 16 | 0 | 47 | CF | 21 | 16 |
| Octal | 45 | 71 | 111 | 61 | 26 | 0 | 107 | 317 | 41 | 26 |
| Binary | 100101 | 111001 | 1001001 | 110001 | 10110 | 0 | 1000111 | 11001111 | 100001 | 10110 |
Color Harmonies of #253949
Complementary color
Monochromatic Colors of #253949
Black with #253949
Text Example
Text Example
White with #253949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253949; }
p { color: rgb(37,57,73); }
H1.HeaderClassName
{
color: #253949;
}
.AnyTagClassName
{
color: #253949;
}
</style>
background-color css
<style>
a { background-color: #253949; }
a { background-color: rgb(37,57,73); }
div.DivClassName
{
background-color: #253949;
}
.BgClassName
{
background-color: #253949;
}
</style>
border-color css
<style>
span { border-color: #253949; }
span { border-color: rgb(37,57,73); }
td.TdClassName
{
border-color: #253949;
}
.TagClassName
{
border-color: #253949;
}
</style>