Shades of Paua #251A52
Tints of Paua #251A52
RGB
CMYK
RGB Variations
Color information
#251A52 (or 0x251A52) is known color: Paua. HEX triplet: 25, 1A and 52. RGB value is (37,26,82). Sum of RGB (Red+Green+Blue) = 37+26+82=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 82 (32.42% from 255 or 56.55% from 145); Max value from RGB is 82 - color contains mainly: blue. Hex color #251A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251A52 is #DAE5AD. Grayscale: #232323. Windows color (decimal): -14345646 or 5380645. OLE color: 5380645.
HSL color Cylindrical-coordinate representation of color #251A52: hue angle of 251.79º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #251A52 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 26 | 82 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.68 |
| HSL | 251.79º | 0.52% | 0.21% | - |
| HSV(B) | 251.79º | 0.68% | 0.32% | - |
| XYZ | 2.66 | 1.74 | 8.18 | - |
| YUV | 35.67 | 154.14 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 82 | 0.55 | 0.68 | 0 | 0.68 | 251.79 | 0.52 | 0.21 |
| Hex | 25 | 1A | 52 | 37 | 44 | 0 | 44 | FC | 34 | 15 |
| Octal | 45 | 32 | 122 | 67 | 104 | 0 | 104 | 374 | 64 | 25 |
| Binary | 100101 | 11010 | 1010010 | 110111 | 1000100 | 0 | 1000100 | 11111100 | 110100 | 10101 |
Color Harmonies of #251A52
Complementary color
Monochromatic Colors of #251A52
Black with #251A52
Text Example
Text Example
White with #251A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251A52; }
p { color: rgb(37,26,82); }
H1.HeaderClassName
{
color: #251A52;
}
.AnyTagClassName
{
color: #251A52;
}
</style>
background-color css
<style>
a { background-color: #251A52; }
a { background-color: rgb(37,26,82); }
div.DivClassName
{
background-color: #251A52;
}
.BgClassName
{
background-color: #251A52;
}
</style>
border-color css
<style>
span { border-color: #251A52; }
span { border-color: rgb(37,26,82); }
td.TdClassName
{
border-color: #251A52;
}
.TagClassName
{
border-color: #251A52;
}
</style>