Shades of Tarawera #253C43
Tints of Tarawera #253C43
RGB
CMYK
RGB Variations
Color information
#253C43 (or 0x253C43) is known color: Tarawera. HEX triplet: 25, 3C and 43. RGB value is (37,60,67). Sum of RGB (Red+Green+Blue) = 37+60+67=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 67 (26.56% from 255 or 40.85% from 164); Max value from RGB is 67 - color contains mainly: blue. Hex color #253C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253C43 is #DAC3BC. Grayscale: #353535. Windows color (decimal): -14336957 or 4406309. OLE color: 4406309.
HSL color Cylindrical-coordinate representation of color #253C43: hue angle of 194º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #253C43 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 37 | 60 | 67 | - |
| CMYK | 0.45 | 0.10 | 0 | 0.74 |
| HSL | 194º | 0.29% | 0.2% | - |
| HSV(B) | 194º | 0.45% | 0.26% | - |
| XYZ | 3.39 | 4.03 | 5.91 | - |
| YUV | 53.92 | 135.38 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 67 | 0.45 | 0.10 | 0 | 0.74 | 194 | 0.29 | 0.2 |
| Hex | 25 | 3C | 43 | 2D | A | 0 | 4A | C2 | 1D | 14 |
| Octal | 45 | 74 | 103 | 55 | 12 | 0 | 112 | 302 | 35 | 24 |
| Binary | 100101 | 111100 | 1000011 | 101101 | 1010 | 0 | 1001010 | 11000010 | 11101 | 10100 |
Color Harmonies of #253C43
Complementary color
Monochromatic Colors of #253C43
Black with #253C43
Text Example
Text Example
White with #253C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C43; }
p { color: rgb(37,60,67); }
H1.HeaderClassName
{
color: #253C43;
}
.AnyTagClassName
{
color: #253C43;
}
</style>
background-color css
<style>
a { background-color: #253C43; }
a { background-color: rgb(37,60,67); }
div.DivClassName
{
background-color: #253C43;
}
.BgClassName
{
background-color: #253C43;
}
</style>
border-color css
<style>
span { border-color: #253C43; }
span { border-color: rgb(37,60,67); }
td.TdClassName
{
border-color: #253C43;
}
.TagClassName
{
border-color: #253C43;
}
</style>