Shades of Paua #25225F
Tints of Paua #25225F
RGB
CMYK
RGB Variations
Color information
#25225F (or 0x25225F) is known color: Paua. HEX triplet: 25, 22 and 5F. RGB value is (37,34,95). Sum of RGB (Red+Green+Blue) = 37+34+95=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 95 (37.5% from 255 or 57.23% from 166); Max value from RGB is 95 - color contains mainly: blue. Hex color #25225F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25225F is #DADDA0. Grayscale: #292929. Windows color (decimal): -14343585 or 6234661. OLE color: 6234661.
HSL color Cylindrical-coordinate representation of color #25225F: hue angle of 242.95º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #25225F is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 37 | 34 | 95 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.63 |
| HSL | 242.95º | 0.47% | 0.25% | - |
| HSV(B) | 242.95º | 0.64% | 0.37% | - |
| XYZ | 3.4 | 2.36 | 11.1 | - |
| YUV | 41.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 34 | 95 | 0.61 | 0.64 | 0 | 0.63 | 242.95 | 0.47 | 0.25 |
| Hex | 25 | 22 | 5F | 3D | 40 | 0 | 3F | F3 | 2F | 19 |
| Octal | 45 | 42 | 137 | 75 | 100 | 0 | 77 | 363 | 57 | 31 |
| Binary | 100101 | 100010 | 1011111 | 111101 | 1000000 | 0 | 111111 | 11110011 | 101111 | 11001 |
Color Harmonies of #25225F
Complementary color
Monochromatic Colors of #25225F
Black with #25225F
Text Example
Text Example
White with #25225F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25225F; }
p { color: rgb(37,34,95); }
H1.HeaderClassName
{
color: #25225F;
}
.AnyTagClassName
{
color: #25225F;
}
</style>
background-color css
<style>
a { background-color: #25225F; }
a { background-color: rgb(37,34,95); }
div.DivClassName
{
background-color: #25225F;
}
.BgClassName
{
background-color: #25225F;
}
</style>
border-color css
<style>
span { border-color: #25225F; }
span { border-color: rgb(37,34,95); }
td.TdClassName
{
border-color: #25225F;
}
.TagClassName
{
border-color: #25225F;
}
</style>