Shades of Tarawera #253D4A
Tints of Tarawera #253D4A
RGB
CMYK
RGB Variations
Color information
#253D4A (or 0x253D4A) is known color: Tarawera. HEX triplet: 25, 3D and 4A. RGB value is (37,61,74). Sum of RGB (Red+Green+Blue) = 37+61+74=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 74 - color contains mainly: blue. Hex color #253D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D4A is #DAC2B5. Grayscale: #373737. Windows color (decimal): -14336694 or 4865317. OLE color: 4865317.
HSL color Cylindrical-coordinate representation of color #253D4A: hue angle of 201.08º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #253D4A is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 61 | 74 | - |
| CMYK | 0.50 | 0.18 | 0 | 0.71 |
| HSL | 201.08º | 0.33% | 0.22% | - |
| HSV(B) | 201.08º | 0.5% | 0.29% | - |
| XYZ | 3.67 | 4.23 | 7.1 | - |
| YUV | 55.31 | 138.55 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 74 | 0.50 | 0.18 | 0 | 0.71 | 201.08 | 0.33 | 0.22 |
| Hex | 25 | 3D | 4A | 32 | 12 | 0 | 47 | C9 | 21 | 16 |
| Octal | 45 | 75 | 112 | 62 | 22 | 0 | 107 | 311 | 41 | 26 |
| Binary | 100101 | 111101 | 1001010 | 110010 | 10010 | 0 | 1000111 | 11001001 | 100001 | 10110 |
Color Harmonies of #253D4A
Complementary color
Monochromatic Colors of #253D4A
Black with #253D4A
Text Example
Text Example
White with #253D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D4A; }
p { color: rgb(37,61,74); }
H1.HeaderClassName
{
color: #253D4A;
}
.AnyTagClassName
{
color: #253D4A;
}
</style>
background-color css
<style>
a { background-color: #253D4A; }
a { background-color: rgb(37,61,74); }
div.DivClassName
{
background-color: #253D4A;
}
.BgClassName
{
background-color: #253D4A;
}
</style>
border-color css
<style>
span { border-color: #253D4A; }
span { border-color: rgb(37,61,74); }
td.TdClassName
{
border-color: #253D4A;
}
.TagClassName
{
border-color: #253D4A;
}
</style>