Shades of Tarawera #253A4A
Tints of Tarawera #253A4A
RGB
CMYK
RGB Variations
Color information
#253A4A (or 0x253A4A) is known color: Tarawera. HEX triplet: 25, 3A and 4A. RGB value is (37,58,74). Sum of RGB (Red+Green+Blue) = 37+58+74=169 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.89% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 74 - color contains mainly: blue. Hex color #253A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253A4A is #DAC5B5. Grayscale: #353535. Windows color (decimal): -14337462 or 4864549. OLE color: 4864549.
HSL color Cylindrical-coordinate representation of color #253A4A: hue angle of 205.95º 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 #253A4A is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 58 | 74 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.71 |
| HSL | 205.95º | 0.33% | 0.22% | - |
| HSV(B) | 205.95º | 0.5% | 0.29% | - |
| XYZ | 3.51 | 3.91 | 7.05 | - |
| YUV | 53.55 | 139.54 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 74 | 0.50 | 0.22 | 0 | 0.71 | 205.95 | 0.33 | 0.22 |
| Hex | 25 | 3A | 4A | 32 | 16 | 0 | 47 | CE | 21 | 16 |
| Octal | 45 | 72 | 112 | 62 | 26 | 0 | 107 | 316 | 41 | 26 |
| Binary | 100101 | 111010 | 1001010 | 110010 | 10110 | 0 | 1000111 | 11001110 | 100001 | 10110 |
Color Harmonies of #253A4A
Complementary color
Monochromatic Colors of #253A4A
Black with #253A4A
Text Example
Text Example
White with #253A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253A4A; }
p { color: rgb(37,58,74); }
H1.HeaderClassName
{
color: #253A4A;
}
.AnyTagClassName
{
color: #253A4A;
}
</style>
background-color css
<style>
a { background-color: #253A4A; }
a { background-color: rgb(37,58,74); }
div.DivClassName
{
background-color: #253A4A;
}
.BgClassName
{
background-color: #253A4A;
}
</style>
border-color css
<style>
span { border-color: #253A4A; }
span { border-color: rgb(37,58,74); }
td.TdClassName
{
border-color: #253A4A;
}
.TagClassName
{
border-color: #253A4A;
}
</style>