Shades of Paua #2E2951
Tints of Paua #2E2951
RGB
CMYK
RGB Variations
Color information
#2E2951 (or 0x2E2951) is known color: Paua. HEX triplet: 2E, 29 and 51. RGB value is (46,41,81). Sum of RGB (Red+Green+Blue) = 46+41+81=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 81 - color contains mainly: blue. Hex color #2E2951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2951 is #D1D6AE. Grayscale: #2E2E2E. Windows color (decimal): -13751983 or 5318958. OLE color: 5318958.
HSL color Cylindrical-coordinate representation of color #2E2951: hue angle of 247.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E2951 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 46 | 41 | 81 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.68 |
| HSL | 247.5º | 0.33% | 0.24% | - |
| HSV(B) | 247.5º | 0.49% | 0.32% | - |
| XYZ | 3.4 | 2.76 | 8.14 | - |
| YUV | 47.06 | 147.16 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 41 | 81 | 0.43 | 0.49 | 0 | 0.68 | 247.5 | 0.33 | 0.24 |
| Hex | 2E | 29 | 51 | 2B | 31 | 0 | 44 | F8 | 21 | 18 |
| Octal | 56 | 51 | 121 | 53 | 61 | 0 | 104 | 370 | 41 | 30 |
| Binary | 101110 | 101001 | 1010001 | 101011 | 110001 | 0 | 1000100 | 11111000 | 100001 | 11000 |
Color Harmonies of #2E2951
Complementary color
Monochromatic Colors of #2E2951
Black with #2E2951
Text Example
Text Example
White with #2E2951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2951; }
p { color: rgb(46,41,81); }
H1.HeaderClassName
{
color: #2E2951;
}
.AnyTagClassName
{
color: #2E2951;
}
</style>
background-color css
<style>
a { background-color: #2E2951; }
a { background-color: rgb(46,41,81); }
div.DivClassName
{
background-color: #2E2951;
}
.BgClassName
{
background-color: #2E2951;
}
</style>
border-color css
<style>
span { border-color: #2E2951; }
span { border-color: rgb(46,41,81); }
td.TdClassName
{
border-color: #2E2951;
}
.TagClassName
{
border-color: #2E2951;
}
</style>