Shades of Paua #251D51
Tints of Paua #251D51
RGB
CMYK
RGB Variations
Color information
#251D51 (or 0x251D51) is known color: Paua. HEX triplet: 25, 1D and 51. RGB value is (37,29,81). Sum of RGB (Red+Green+Blue) = 37+29+81=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #251D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251D51 is #DAE2AE. Grayscale: #252525. Windows color (decimal): -14344879 or 5315877. OLE color: 5315877.
HSL color Cylindrical-coordinate representation of color #251D51: hue angle of 249.23º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #251D51 is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 29 | 81 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.68 |
| HSL | 249.23º | 0.47% | 0.22% | - |
| HSV(B) | 249.23º | 0.64% | 0.32% | - |
| XYZ | 2.69 | 1.87 | 8 | - |
| YUV | 37.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 81 | 0.54 | 0.64 | 0 | 0.68 | 249.23 | 0.47 | 0.22 |
| Hex | 25 | 1D | 51 | 36 | 40 | 0 | 44 | F9 | 2F | 16 |
| Octal | 45 | 35 | 121 | 66 | 100 | 0 | 104 | 371 | 57 | 26 |
| Binary | 100101 | 11101 | 1010001 | 110110 | 1000000 | 0 | 1000100 | 11111001 | 101111 | 10110 |
Color Harmonies of #251D51
Complementary color
Monochromatic Colors of #251D51
Black with #251D51
Text Example
Text Example
White with #251D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251D51; }
p { color: rgb(37,29,81); }
H1.HeaderClassName
{
color: #251D51;
}
.AnyTagClassName
{
color: #251D51;
}
</style>
background-color css
<style>
a { background-color: #251D51; }
a { background-color: rgb(37,29,81); }
div.DivClassName
{
background-color: #251D51;
}
.BgClassName
{
background-color: #251D51;
}
</style>
border-color css
<style>
span { border-color: #251D51; }
span { border-color: rgb(37,29,81); }
td.TdClassName
{
border-color: #251D51;
}
.TagClassName
{
border-color: #251D51;
}
</style>