Shades of Paua #25155C
Tints of Paua #25155C
RGB
CMYK
RGB Variations
Color information
#25155C (or 0x25155C) is known color: Paua. HEX triplet: 25, 15 and 5C. RGB value is (37,21,92). Sum of RGB (Red+Green+Blue) = 37+21+92=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 92 (36.33% from 255 or 61.33% from 150); Max value from RGB is 92 - color contains mainly: blue. Hex color #25155C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25155C is #DAEAA3. Grayscale: #212121. Windows color (decimal): -14346916 or 6034725. OLE color: 6034725.
HSL color Cylindrical-coordinate representation of color #25155C: hue angle of 253.52º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25155C is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 21 | 92 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.64 |
| HSL | 253.52º | 0.63% | 0.22% | - |
| HSV(B) | 253.52º | 0.77% | 0.36% | - |
| XYZ | 2.96 | 1.7 | 10.3 | - |
| YUV | 33.88 | 160.8 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 21 | 92 | 0.60 | 0.77 | 0 | 0.64 | 253.52 | 0.63 | 0.22 |
| Hex | 25 | 15 | 5C | 3C | 4D | 0 | 40 | FE | 3F | 16 |
| Octal | 45 | 25 | 134 | 74 | 115 | 0 | 100 | 376 | 77 | 26 |
| Binary | 100101 | 10101 | 1011100 | 111100 | 1001101 | 0 | 1000000 | 11111110 | 111111 | 10110 |
Color Harmonies of #25155C
Complementary color
Monochromatic Colors of #25155C
Black with #25155C
Text Example
Text Example
White with #25155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25155C; }
p { color: rgb(37,21,92); }
H1.HeaderClassName
{
color: #25155C;
}
.AnyTagClassName
{
color: #25155C;
}
</style>
background-color css
<style>
a { background-color: #25155C; }
a { background-color: rgb(37,21,92); }
div.DivClassName
{
background-color: #25155C;
}
.BgClassName
{
background-color: #25155C;
}
</style>
border-color css
<style>
span { border-color: #25155C; }
span { border-color: rgb(37,21,92); }
td.TdClassName
{
border-color: #25155C;
}
.TagClassName
{
border-color: #25155C;
}
</style>