Shades of Paua #251A50
Tints of Paua #251A50
RGB
CMYK
RGB Variations
Color information
#251A50 (or 0x251A50) is known color: Paua. HEX triplet: 25, 1A and 50. RGB value is (37,26,80). Sum of RGB (Red+Green+Blue) = 37+26+80=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #251A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251A50 is #DAE5AF. Grayscale: #232323. Windows color (decimal): -14345648 or 5249573. OLE color: 5249573.
HSL color Cylindrical-coordinate representation of color #251A50: hue angle of 252.22º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #251A50 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 26 | 80 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.69 |
| HSL | 252.22º | 0.51% | 0.21% | - |
| HSV(B) | 252.22º | 0.68% | 0.31% | - |
| XYZ | 2.58 | 1.71 | 7.78 | - |
| YUV | 35.45 | 153.14 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 80 | 0.54 | 0.67 | 0 | 0.69 | 252.22 | 0.51 | 0.21 |
| Hex | 25 | 1A | 50 | 36 | 43 | 0 | 45 | FC | 33 | 15 |
| Octal | 45 | 32 | 120 | 66 | 103 | 0 | 105 | 374 | 63 | 25 |
| Binary | 100101 | 11010 | 1010000 | 110110 | 1000011 | 0 | 1000101 | 11111100 | 110011 | 10101 |
Color Harmonies of #251A50
Complementary color
Monochromatic Colors of #251A50
Black with #251A50
Text Example
Text Example
White with #251A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251A50; }
p { color: rgb(37,26,80); }
H1.HeaderClassName
{
color: #251A50;
}
.AnyTagClassName
{
color: #251A50;
}
</style>
background-color css
<style>
a { background-color: #251A50; }
a { background-color: rgb(37,26,80); }
div.DivClassName
{
background-color: #251A50;
}
.BgClassName
{
background-color: #251A50;
}
</style>
border-color css
<style>
span { border-color: #251A50; }
span { border-color: rgb(37,26,80); }
td.TdClassName
{
border-color: #251A50;
}
.TagClassName
{
border-color: #251A50;
}
</style>