Shades of Paua #251D5A
Tints of Paua #251D5A
RGB
CMYK
RGB Variations
Color information
#251D5A (or 0x251D5A) is known color: Paua. HEX triplet: 25, 1D and 5A. RGB value is (37,29,90). Sum of RGB (Red+Green+Blue) = 37+29+90=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #251D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251D5A is #DAE2A5. Grayscale: #262626. Windows color (decimal): -14344870 or 5905701. OLE color: 5905701.
HSL color Cylindrical-coordinate representation of color #251D5A: hue angle of 247.87º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #251D5A is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 29 | 90 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.65 |
| HSL | 247.87º | 0.51% | 0.23% | - |
| HSV(B) | 247.87º | 0.68% | 0.35% | - |
| XYZ | 3.05 | 2.01 | 9.9 | - |
| YUV | 38.35 | 157.15 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 90 | 0.59 | 0.68 | 0 | 0.65 | 247.87 | 0.51 | 0.23 |
| Hex | 25 | 1D | 5A | 3B | 44 | 0 | 41 | F8 | 33 | 17 |
| Octal | 45 | 35 | 132 | 73 | 104 | 0 | 101 | 370 | 63 | 27 |
| Binary | 100101 | 11101 | 1011010 | 111011 | 1000100 | 0 | 1000001 | 11111000 | 110011 | 10111 |
Color Harmonies of #251D5A
Complementary color
Monochromatic Colors of #251D5A
Black with #251D5A
Text Example
Text Example
White with #251D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251D5A; }
p { color: rgb(37,29,90); }
H1.HeaderClassName
{
color: #251D5A;
}
.AnyTagClassName
{
color: #251D5A;
}
</style>
background-color css
<style>
a { background-color: #251D5A; }
a { background-color: rgb(37,29,90); }
div.DivClassName
{
background-color: #251D5A;
}
.BgClassName
{
background-color: #251D5A;
}
</style>
border-color css
<style>
span { border-color: #251D5A; }
span { border-color: rgb(37,29,90); }
td.TdClassName
{
border-color: #251D5A;
}
.TagClassName
{
border-color: #251D5A;
}
</style>