Shades of Paua #251C4D
Tints of Paua #251C4D
RGB
CMYK
RGB Variations
Color information
#251C4D (or 0x251C4D) is known color: Paua. HEX triplet: 25, 1C and 4D. RGB value is (37,28,77). Sum of RGB (Red+Green+Blue) = 37+28+77=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 77 (30.47% from 255 or 54.23% from 142); Max value from RGB is 77 - color contains mainly: blue. Hex color #251C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251C4D is #DAE3B2. Grayscale: #242424. Windows color (decimal): -14345139 or 5053477. OLE color: 5053477.
HSL color Cylindrical-coordinate representation of color #251C4D: hue angle of 251.02º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #251C4D is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 28 | 77 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.70 |
| HSL | 251.02º | 0.47% | 0.21% | - |
| HSV(B) | 251.02º | 0.64% | 0.3% | - |
| XYZ | 2.52 | 1.76 | 7.23 | - |
| YUV | 36.28 | 150.98 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 77 | 0.52 | 0.64 | 0 | 0.70 | 251.02 | 0.47 | 0.21 |
| Hex | 25 | 1C | 4D | 34 | 40 | 0 | 46 | FB | 2F | 15 |
| Octal | 45 | 34 | 115 | 64 | 100 | 0 | 106 | 373 | 57 | 25 |
| Binary | 100101 | 11100 | 1001101 | 110100 | 1000000 | 0 | 1000110 | 11111011 | 101111 | 10101 |
Color Harmonies of #251C4D
Complementary color
Monochromatic Colors of #251C4D
Black with #251C4D
Text Example
Text Example
White with #251C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251C4D; }
p { color: rgb(37,28,77); }
H1.HeaderClassName
{
color: #251C4D;
}
.AnyTagClassName
{
color: #251C4D;
}
</style>
background-color css
<style>
a { background-color: #251C4D; }
a { background-color: rgb(37,28,77); }
div.DivClassName
{
background-color: #251C4D;
}
.BgClassName
{
background-color: #251C4D;
}
</style>
border-color css
<style>
span { border-color: #251C4D; }
span { border-color: rgb(37,28,77); }
td.TdClassName
{
border-color: #251C4D;
}
.TagClassName
{
border-color: #251C4D;
}
</style>