Shades of Paua #25214D
Tints of Paua #25214D
RGB
CMYK
RGB Variations
Color information
#25214D (or 0x25214D) is known color: Paua. HEX triplet: 25, 21 and 4D. RGB value is (37,33,77). Sum of RGB (Red+Green+Blue) = 37+33+77=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #25214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25214D is #DADEB2. Grayscale: #272727. Windows color (decimal): -14343859 or 5054757. OLE color: 5054757.
HSL color Cylindrical-coordinate representation of color #25214D: hue angle of 245.45º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #25214D is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 33 | 77 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.70 |
| HSL | 245.45º | 0.4% | 0.22% | - |
| HSV(B) | 245.45º | 0.57% | 0.3% | - |
| XYZ | 2.65 | 2.02 | 7.27 | - |
| YUV | 39.21 | 149.33 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 77 | 0.52 | 0.57 | 0 | 0.70 | 245.45 | 0.4 | 0.22 |
| Hex | 25 | 21 | 4D | 34 | 39 | 0 | 46 | F5 | 28 | 16 |
| Octal | 45 | 41 | 115 | 64 | 71 | 0 | 106 | 365 | 50 | 26 |
| Binary | 100101 | 100001 | 1001101 | 110100 | 111001 | 0 | 1000110 | 11110101 | 101000 | 10110 |
Color Harmonies of #25214D
Complementary color
Monochromatic Colors of #25214D
Black with #25214D
Text Example
Text Example
White with #25214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25214D; }
p { color: rgb(37,33,77); }
H1.HeaderClassName
{
color: #25214D;
}
.AnyTagClassName
{
color: #25214D;
}
</style>
background-color css
<style>
a { background-color: #25214D; }
a { background-color: rgb(37,33,77); }
div.DivClassName
{
background-color: #25214D;
}
.BgClassName
{
background-color: #25214D;
}
</style>
border-color css
<style>
span { border-color: #25214D; }
span { border-color: rgb(37,33,77); }
td.TdClassName
{
border-color: #25214D;
}
.TagClassName
{
border-color: #25214D;
}
</style>