Shades of Paua #251A57
Tints of Paua #251A57
RGB
CMYK
RGB Variations
Color information
#251A57 (or 0x251A57) is known color: Paua. HEX triplet: 25, 1A and 57. RGB value is (37,26,87). Sum of RGB (Red+Green+Blue) = 37+26+87=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 87 (34.38% from 255 or 58% from 150); Max value from RGB is 87 - color contains mainly: blue. Hex color #251A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251A57 is #DAE5A8. Grayscale: #242424. Windows color (decimal): -14345641 or 5708325. OLE color: 5708325.
HSL color Cylindrical-coordinate representation of color #251A57: hue angle of 250.82º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #251A57 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 37 | 26 | 87 | - |
| CMYK | 0.57 | 0.70 | 0 | 0.66 |
| HSL | 250.82º | 0.54% | 0.22% | - |
| HSV(B) | 250.82º | 0.7% | 0.34% | - |
| XYZ | 2.85 | 1.82 | 9.22 | - |
| YUV | 36.24 | 156.64 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 87 | 0.57 | 0.70 | 0 | 0.66 | 250.82 | 0.54 | 0.22 |
| Hex | 25 | 1A | 57 | 39 | 46 | 0 | 42 | FB | 36 | 16 |
| Octal | 45 | 32 | 127 | 71 | 106 | 0 | 102 | 373 | 66 | 26 |
| Binary | 100101 | 11010 | 1010111 | 111001 | 1000110 | 0 | 1000010 | 11111011 | 110110 | 10110 |
Color Harmonies of #251A57
Complementary color
Monochromatic Colors of #251A57
Black with #251A57
Text Example
Text Example
White with #251A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251A57; }
p { color: rgb(37,26,87); }
H1.HeaderClassName
{
color: #251A57;
}
.AnyTagClassName
{
color: #251A57;
}
</style>
background-color css
<style>
a { background-color: #251A57; }
a { background-color: rgb(37,26,87); }
div.DivClassName
{
background-color: #251A57;
}
.BgClassName
{
background-color: #251A57;
}
</style>
border-color css
<style>
span { border-color: #251A57; }
span { border-color: rgb(37,26,87); }
td.TdClassName
{
border-color: #251A57;
}
.TagClassName
{
border-color: #251A57;
}
</style>