Shades of Paua #251C54
Tints of Paua #251C54
RGB
CMYK
RGB Variations
Color information
#251C54 (or 0x251C54) is known color: Paua. HEX triplet: 25, 1C and 54. RGB value is (37,28,84). Sum of RGB (Red+Green+Blue) = 37+28+84=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 84 (33.20% from 255 or 56.38% from 149); Max value from RGB is 84 - color contains mainly: blue. Hex color #251C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251C54 is #DAE3AB. Grayscale: #242424. Windows color (decimal): -14345132 or 5512229. OLE color: 5512229.
HSL color Cylindrical-coordinate representation of color #251C54: hue angle of 249.64º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #251C54 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 28 | 84 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.67 |
| HSL | 249.64º | 0.5% | 0.22% | - |
| HSV(B) | 249.64º | 0.67% | 0.33% | - |
| XYZ | 2.78 | 1.86 | 8.6 | - |
| YUV | 37.08 | 154.48 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 84 | 0.56 | 0.67 | 0 | 0.67 | 249.64 | 0.5 | 0.22 |
| Hex | 25 | 1C | 54 | 38 | 43 | 0 | 43 | FA | 32 | 16 |
| Octal | 45 | 34 | 124 | 70 | 103 | 0 | 103 | 372 | 62 | 26 |
| Binary | 100101 | 11100 | 1010100 | 111000 | 1000011 | 0 | 1000011 | 11111010 | 110010 | 10110 |
Color Harmonies of #251C54
Complementary color
Monochromatic Colors of #251C54
Black with #251C54
Text Example
Text Example
White with #251C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251C54; }
p { color: rgb(37,28,84); }
H1.HeaderClassName
{
color: #251C54;
}
.AnyTagClassName
{
color: #251C54;
}
</style>
background-color css
<style>
a { background-color: #251C54; }
a { background-color: rgb(37,28,84); }
div.DivClassName
{
background-color: #251C54;
}
.BgClassName
{
background-color: #251C54;
}
</style>
border-color css
<style>
span { border-color: #251C54; }
span { border-color: rgb(37,28,84); }
td.TdClassName
{
border-color: #251C54;
}
.TagClassName
{
border-color: #251C54;
}
</style>