Shades of Paua #25175C
Tints of Paua #25175C
RGB
CMYK
RGB Variations
Color information
#25175C (or 0x25175C) is known color: Paua. HEX triplet: 25, 17 and 5C. RGB value is (37,23,92). Sum of RGB (Red+Green+Blue) = 37+23+92=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #25175C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25175C is #DAE8A3. Grayscale: #222222. Windows color (decimal): -14346404 or 6035237. OLE color: 6035237.
HSL color Cylindrical-coordinate representation of color #25175C: hue angle of 252.17º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25175C is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 23 | 92 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.64 |
| HSL | 252.17º | 0.6% | 0.23% | - |
| HSV(B) | 252.17º | 0.75% | 0.36% | - |
| XYZ | 3 | 1.78 | 10.31 | - |
| YUV | 35.05 | 160.14 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 23 | 92 | 0.60 | 0.75 | 0 | 0.64 | 252.17 | 0.6 | 0.23 |
| Hex | 25 | 17 | 5C | 3C | 4B | 0 | 40 | FC | 3C | 17 |
| Octal | 45 | 27 | 134 | 74 | 113 | 0 | 100 | 374 | 74 | 27 |
| Binary | 100101 | 10111 | 1011100 | 111100 | 1001011 | 0 | 1000000 | 11111100 | 111100 | 10111 |
Color Harmonies of #25175C
Complementary color
Monochromatic Colors of #25175C
Black with #25175C
Text Example
Text Example
White with #25175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25175C; }
p { color: rgb(37,23,92); }
H1.HeaderClassName
{
color: #25175C;
}
.AnyTagClassName
{
color: #25175C;
}
</style>
background-color css
<style>
a { background-color: #25175C; }
a { background-color: rgb(37,23,92); }
div.DivClassName
{
background-color: #25175C;
}
.BgClassName
{
background-color: #25175C;
}
</style>
border-color css
<style>
span { border-color: #25175C; }
span { border-color: rgb(37,23,92); }
td.TdClassName
{
border-color: #25175C;
}
.TagClassName
{
border-color: #25175C;
}
</style>