Shades of Tarawera #253D44
Tints of Tarawera #253D44
RGB
CMYK
RGB Variations
Color information
#253D44 (or 0x253D44) is known color: Tarawera. HEX triplet: 25, 3D and 44. RGB value is (37,61,68). Sum of RGB (Red+Green+Blue) = 37+61+68=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 68 (26.95% from 255 or 40.96% from 166); Max value from RGB is 68 - color contains mainly: blue. Hex color #253D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D44 is #DAC2BB. Grayscale: #363636. Windows color (decimal): -14336700 or 4472101. OLE color: 4472101.
HSL color Cylindrical-coordinate representation of color #253D44: hue angle of 193.55º 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 #253D44 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 61 | 68 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.73 |
| HSL | 193.55º | 0.3% | 0.21% | - |
| HSV(B) | 193.55º | 0.46% | 0.27% | - |
| XYZ | 3.48 | 4.15 | 6.09 | - |
| YUV | 54.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 68 | 0.46 | 0.10 | 0 | 0.73 | 193.55 | 0.3 | 0.21 |
| Hex | 25 | 3D | 44 | 2E | A | 0 | 49 | C2 | 1E | 15 |
| Octal | 45 | 75 | 104 | 56 | 12 | 0 | 111 | 302 | 36 | 25 |
| Binary | 100101 | 111101 | 1000100 | 101110 | 1010 | 0 | 1001001 | 11000010 | 11110 | 10101 |
Color Harmonies of #253D44
Complementary color
Monochromatic Colors of #253D44
Black with #253D44
Text Example
Text Example
White with #253D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D44; }
p { color: rgb(37,61,68); }
H1.HeaderClassName
{
color: #253D44;
}
.AnyTagClassName
{
color: #253D44;
}
</style>
background-color css
<style>
a { background-color: #253D44; }
a { background-color: rgb(37,61,68); }
div.DivClassName
{
background-color: #253D44;
}
.BgClassName
{
background-color: #253D44;
}
</style>
border-color css
<style>
span { border-color: #253D44; }
span { border-color: rgb(37,61,68); }
td.TdClassName
{
border-color: #253D44;
}
.TagClassName
{
border-color: #253D44;
}
</style>