Shades of Paua #251E50
Tints of Paua #251E50
RGB
CMYK
RGB Variations
Color information
#251E50 (or 0x251E50) is known color: Paua. HEX triplet: 25, 1E and 50. RGB value is (37,30,80). Sum of RGB (Red+Green+Blue) = 37+30+80=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #251E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251E50 is #DAE1AF. Grayscale: #252525. Windows color (decimal): -14344624 or 5250597. OLE color: 5250597.
HSL color Cylindrical-coordinate representation of color #251E50: hue angle of 248.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #251E50 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 30 | 80 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.69 |
| HSL | 248.4º | 0.45% | 0.22% | - |
| HSV(B) | 248.4º | 0.63% | 0.31% | - |
| XYZ | 2.68 | 1.9 | 7.82 | - |
| YUV | 37.79 | 151.82 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 80 | 0.54 | 0.62 | 0 | 0.69 | 248.4 | 0.45 | 0.22 |
| Hex | 25 | 1E | 50 | 36 | 3E | 0 | 45 | F8 | 2D | 16 |
| Octal | 45 | 36 | 120 | 66 | 76 | 0 | 105 | 370 | 55 | 26 |
| Binary | 100101 | 11110 | 1010000 | 110110 | 111110 | 0 | 1000101 | 11111000 | 101101 | 10110 |
Color Harmonies of #251E50
Complementary color
Monochromatic Colors of #251E50
Black with #251E50
Text Example
Text Example
White with #251E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251E50; }
p { color: rgb(37,30,80); }
H1.HeaderClassName
{
color: #251E50;
}
.AnyTagClassName
{
color: #251E50;
}
</style>
background-color css
<style>
a { background-color: #251E50; }
a { background-color: rgb(37,30,80); }
div.DivClassName
{
background-color: #251E50;
}
.BgClassName
{
background-color: #251E50;
}
</style>
border-color css
<style>
span { border-color: #251E50; }
span { border-color: rgb(37,30,80); }
td.TdClassName
{
border-color: #251E50;
}
.TagClassName
{
border-color: #251E50;
}
</style>