Shades of Paua #251E55
Tints of Paua #251E55
RGB
CMYK
RGB Variations
Color information
#251E55 (or 0x251E55) is known color: Paua. HEX triplet: 25, 1E and 55. RGB value is (37,30,85). Sum of RGB (Red+Green+Blue) = 37+30+85=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 85 (33.59% from 255 or 55.92% from 152); Max value from RGB is 85 - color contains mainly: blue. Hex color #251E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251E55 is #DAE1AA. Grayscale: #262626. Windows color (decimal): -14344619 or 5578277. OLE color: 5578277.
HSL color Cylindrical-coordinate representation of color #251E55: hue angle of 247.64º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #251E55 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 30 | 85 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.67 |
| HSL | 247.64º | 0.48% | 0.23% | - |
| HSV(B) | 247.64º | 0.65% | 0.33% | - |
| XYZ | 2.87 | 1.98 | 8.82 | - |
| YUV | 38.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 85 | 0.56 | 0.65 | 0 | 0.67 | 247.64 | 0.48 | 0.23 |
| Hex | 25 | 1E | 55 | 38 | 41 | 0 | 43 | F8 | 30 | 17 |
| Octal | 45 | 36 | 125 | 70 | 101 | 0 | 103 | 370 | 60 | 27 |
| Binary | 100101 | 11110 | 1010101 | 111000 | 1000001 | 0 | 1000011 | 11111000 | 110000 | 10111 |
Color Harmonies of #251E55
Complementary color
Monochromatic Colors of #251E55
Black with #251E55
Text Example
Text Example
White with #251E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251E55; }
p { color: rgb(37,30,85); }
H1.HeaderClassName
{
color: #251E55;
}
.AnyTagClassName
{
color: #251E55;
}
</style>
background-color css
<style>
a { background-color: #251E55; }
a { background-color: rgb(37,30,85); }
div.DivClassName
{
background-color: #251E55;
}
.BgClassName
{
background-color: #251E55;
}
</style>
border-color css
<style>
span { border-color: #251E55; }
span { border-color: rgb(37,30,85); }
td.TdClassName
{
border-color: #251E55;
}
.TagClassName
{
border-color: #251E55;
}
</style>