Shades of Paua #251F4A
Tints of Paua #251F4A
RGB
CMYK
RGB Variations
Color information
#251F4A (or 0x251F4A) is known color: Paua. HEX triplet: 25, 1F and 4A. RGB value is (37,31,74). Sum of RGB (Red+Green+Blue) = 37+31+74=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 74 (29.30% from 255 or 52.11% from 142); Max value from RGB is 74 - color contains mainly: blue. Hex color #251F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251F4A is #DAE0B5. Grayscale: #252525. Windows color (decimal): -14344374 or 4857637. OLE color: 4857637.
HSL color Cylindrical-coordinate representation of color #251F4A: hue angle of 248.37º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #251F4A is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 31 | 74 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.71 |
| HSL | 248.37º | 0.41% | 0.21% | - |
| HSV(B) | 248.37º | 0.58% | 0.29% | - |
| XYZ | 2.49 | 1.87 | 6.71 | - |
| YUV | 37.7 | 148.49 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 74 | 0.50 | 0.58 | 0 | 0.71 | 248.37 | 0.41 | 0.21 |
| Hex | 25 | 1F | 4A | 32 | 3A | 0 | 47 | F8 | 29 | 15 |
| Octal | 45 | 37 | 112 | 62 | 72 | 0 | 107 | 370 | 51 | 25 |
| Binary | 100101 | 11111 | 1001010 | 110010 | 111010 | 0 | 1000111 | 11111000 | 101001 | 10101 |
Color Harmonies of #251F4A
Complementary color
Monochromatic Colors of #251F4A
Black with #251F4A
Text Example
Text Example
White with #251F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251F4A; }
p { color: rgb(37,31,74); }
H1.HeaderClassName
{
color: #251F4A;
}
.AnyTagClassName
{
color: #251F4A;
}
</style>
background-color css
<style>
a { background-color: #251F4A; }
a { background-color: rgb(37,31,74); }
div.DivClassName
{
background-color: #251F4A;
}
.BgClassName
{
background-color: #251F4A;
}
</style>
border-color css
<style>
span { border-color: #251F4A; }
span { border-color: rgb(37,31,74); }
td.TdClassName
{
border-color: #251F4A;
}
.TagClassName
{
border-color: #251F4A;
}
</style>