Shades of Paua #25234D
Tints of Paua #25234D
RGB
CMYK
RGB Variations
Color information
#25234D (or 0x25234D) is known color: Paua. HEX triplet: 25, 23 and 4D. RGB value is (37,35,77). Sum of RGB (Red+Green+Blue) = 37+35+77=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #25234D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25234D is #DADCB2. Grayscale: #282828. Windows color (decimal): -14343347 or 5055269. OLE color: 5055269.
HSL color Cylindrical-coordinate representation of color #25234D: hue angle of 242.86º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #25234D is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 35 | 77 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.70 |
| HSL | 242.86º | 0.38% | 0.22% | - |
| HSV(B) | 242.86º | 0.55% | 0.3% | - |
| XYZ | 2.7 | 2.13 | 7.29 | - |
| YUV | 40.39 | 148.66 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 35 | 77 | 0.52 | 0.55 | 0 | 0.70 | 242.86 | 0.38 | 0.22 |
| Hex | 25 | 23 | 4D | 34 | 37 | 0 | 46 | F3 | 26 | 16 |
| Octal | 45 | 43 | 115 | 64 | 67 | 0 | 106 | 363 | 46 | 26 |
| Binary | 100101 | 100011 | 1001101 | 110100 | 110111 | 0 | 1000110 | 11110011 | 100110 | 10110 |
Color Harmonies of #25234D
Complementary color
Monochromatic Colors of #25234D
Black with #25234D
Text Example
Text Example
White with #25234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25234D; }
p { color: rgb(37,35,77); }
H1.HeaderClassName
{
color: #25234D;
}
.AnyTagClassName
{
color: #25234D;
}
</style>
background-color css
<style>
a { background-color: #25234D; }
a { background-color: rgb(37,35,77); }
div.DivClassName
{
background-color: #25234D;
}
.BgClassName
{
background-color: #25234D;
}
</style>
border-color css
<style>
span { border-color: #25234D; }
span { border-color: rgb(37,35,77); }
td.TdClassName
{
border-color: #25234D;
}
.TagClassName
{
border-color: #25234D;
}
</style>