Shades of Paua #25204D
Tints of Paua #25204D
RGB
CMYK
RGB Variations
Color information
#25204D (or 0x25204D) is known color: Paua. HEX triplet: 25, 20 and 4D. RGB value is (37,32,77). Sum of RGB (Red+Green+Blue) = 37+32+77=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #25204D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25204D is #DADFB2. Grayscale: #262626. Windows color (decimal): -14344115 or 5054501. OLE color: 5054501.
HSL color Cylindrical-coordinate representation of color #25204D: hue angle of 246.67º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #25204D is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 32 | 77 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.70 |
| HSL | 246.67º | 0.41% | 0.21% | - |
| HSV(B) | 246.67º | 0.58% | 0.3% | - |
| XYZ | 2.62 | 1.96 | 7.26 | - |
| YUV | 38.63 | 149.66 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 32 | 77 | 0.52 | 0.58 | 0 | 0.70 | 246.67 | 0.41 | 0.21 |
| Hex | 25 | 20 | 4D | 34 | 3A | 0 | 46 | F7 | 29 | 15 |
| Octal | 45 | 40 | 115 | 64 | 72 | 0 | 106 | 367 | 51 | 25 |
| Binary | 100101 | 100000 | 1001101 | 110100 | 111010 | 0 | 1000110 | 11110111 | 101001 | 10101 |
Color Harmonies of #25204D
Complementary color
Monochromatic Colors of #25204D
Black with #25204D
Text Example
Text Example
White with #25204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25204D; }
p { color: rgb(37,32,77); }
H1.HeaderClassName
{
color: #25204D;
}
.AnyTagClassName
{
color: #25204D;
}
</style>
background-color css
<style>
a { background-color: #25204D; }
a { background-color: rgb(37,32,77); }
div.DivClassName
{
background-color: #25204D;
}
.BgClassName
{
background-color: #25204D;
}
</style>
border-color css
<style>
span { border-color: #25204D; }
span { border-color: rgb(37,32,77); }
td.TdClassName
{
border-color: #25204D;
}
.TagClassName
{
border-color: #25204D;
}
</style>