Shades of Paua #251F4B
Tints of Paua #251F4B
RGB
CMYK
RGB Variations
Color information
#251F4B (or 0x251F4B) is known color: Paua. HEX triplet: 25, 1F and 4B. RGB value is (37,31,75). Sum of RGB (Red+Green+Blue) = 37+31+75=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 75 (29.69% from 255 or 52.45% from 143); Max value from RGB is 75 - color contains mainly: blue. Hex color #251F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251F4B is #DAE0B4. Grayscale: #252525. Windows color (decimal): -14344373 or 4923173. OLE color: 4923173.
HSL color Cylindrical-coordinate representation of color #251F4B: hue angle of 248.18º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #251F4B is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 31 | 75 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.71 |
| HSL | 248.18º | 0.42% | 0.21% | - |
| HSV(B) | 248.18º | 0.59% | 0.29% | - |
| XYZ | 2.52 | 1.88 | 6.89 | - |
| YUV | 37.81 | 148.99 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 75 | 0.51 | 0.59 | 0 | 0.71 | 248.18 | 0.42 | 0.21 |
| Hex | 25 | 1F | 4B | 33 | 3B | 0 | 47 | F8 | 2A | 15 |
| Octal | 45 | 37 | 113 | 63 | 73 | 0 | 107 | 370 | 52 | 25 |
| Binary | 100101 | 11111 | 1001011 | 110011 | 111011 | 0 | 1000111 | 11111000 | 101010 | 10101 |
Color Harmonies of #251F4B
Complementary color
Monochromatic Colors of #251F4B
Black with #251F4B
Text Example
Text Example
White with #251F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251F4B; }
p { color: rgb(37,31,75); }
H1.HeaderClassName
{
color: #251F4B;
}
.AnyTagClassName
{
color: #251F4B;
}
</style>
background-color css
<style>
a { background-color: #251F4B; }
a { background-color: rgb(37,31,75); }
div.DivClassName
{
background-color: #251F4B;
}
.BgClassName
{
background-color: #251F4B;
}
</style>
border-color css
<style>
span { border-color: #251F4B; }
span { border-color: rgb(37,31,75); }
td.TdClassName
{
border-color: #251F4B;
}
.TagClassName
{
border-color: #251F4B;
}
</style>