Shades of Tarawera #253E45
Tints of Tarawera #253E45
RGB
CMYK
RGB Variations
Color information
#253E45 (or 0x253E45) is known color: Tarawera. HEX triplet: 25, 3E and 45. RGB value is (37,62,69). Sum of RGB (Red+Green+Blue) = 37+62+69=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 62 (24.61% from 255 or 36.90% 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 #253E45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253E45 is #DAC1BA. Grayscale: #373737. Windows color (decimal): -14336443 or 4537893. OLE color: 4537893.
HSL color Cylindrical-coordinate representation of color #253E45: hue angle of 193.12º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #253E45 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 62 | 69 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.73 |
| HSL | 193.13º | 0.3% | 0.21% | - |
| HSV(B) | 193.13º | 0.46% | 0.27% | - |
| XYZ | 3.56 | 4.27 | 6.27 | - |
| YUV | 55.32 | 135.72 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 62 | 69 | 0.46 | 0.10 | 0 | 0.73 | 193.13 | 0.3 | 0.21 |
| Hex | 25 | 3E | 45 | 2E | A | 0 | 49 | C1 | 1E | 15 |
| Octal | 45 | 76 | 105 | 56 | 12 | 0 | 111 | 301 | 36 | 25 |
| Binary | 100101 | 111110 | 1000101 | 101110 | 1010 | 0 | 1001001 | 11000001 | 11110 | 10101 |
Color Harmonies of #253E45
Complementary color
Monochromatic Colors of #253E45
Black with #253E45
Text Example
Text Example
White with #253E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253E45; }
p { color: rgb(37,62,69); }
H1.HeaderClassName
{
color: #253E45;
}
.AnyTagClassName
{
color: #253E45;
}
</style>
background-color css
<style>
a { background-color: #253E45; }
a { background-color: rgb(37,62,69); }
div.DivClassName
{
background-color: #253E45;
}
.BgClassName
{
background-color: #253E45;
}
</style>
border-color css
<style>
span { border-color: #253E45; }
span { border-color: rgb(37,62,69); }
td.TdClassName
{
border-color: #253E45;
}
.TagClassName
{
border-color: #253E45;
}
</style>