Shades of Tarawera #253C45
Tints of Tarawera #253C45
RGB
CMYK
RGB Variations
Color information
#253C45 (or 0x253C45) is known color: Tarawera. HEX triplet: 25, 3C and 45. RGB value is (37,60,69). Sum of RGB (Red+Green+Blue) = 37+60+69=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 69 (27.34% from 255 or 41.57% from 166); Max value from RGB is 69 - color contains mainly: blue. Hex color #253C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253C45 is #DAC3BA. Grayscale: #363636. Windows color (decimal): -14336955 or 4537381. OLE color: 4537381.
HSL color Cylindrical-coordinate representation of color #253C45: hue angle of 196.88º 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 #253C45 is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 60 | 69 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.73 |
| HSL | 196.88º | 0.3% | 0.21% | - |
| HSV(B) | 196.88º | 0.46% | 0.27% | - |
| XYZ | 3.45 | 4.05 | 6.23 | - |
| YUV | 54.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 69 | 0.46 | 0.13 | 0 | 0.73 | 196.88 | 0.3 | 0.21 |
| Hex | 25 | 3C | 45 | 2E | D | 0 | 49 | C5 | 1E | 15 |
| Octal | 45 | 74 | 105 | 56 | 15 | 0 | 111 | 305 | 36 | 25 |
| Binary | 100101 | 111100 | 1000101 | 101110 | 1101 | 0 | 1001001 | 11000101 | 11110 | 10101 |
Color Harmonies of #253C45
Complementary color
Monochromatic Colors of #253C45
Black with #253C45
Text Example
Text Example
White with #253C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C45; }
p { color: rgb(37,60,69); }
H1.HeaderClassName
{
color: #253C45;
}
.AnyTagClassName
{
color: #253C45;
}
</style>
background-color css
<style>
a { background-color: #253C45; }
a { background-color: rgb(37,60,69); }
div.DivClassName
{
background-color: #253C45;
}
.BgClassName
{
background-color: #253C45;
}
</style>
border-color css
<style>
span { border-color: #253C45; }
span { border-color: rgb(37,60,69); }
td.TdClassName
{
border-color: #253C45;
}
.TagClassName
{
border-color: #253C45;
}
</style>