Shades of Paua #2E2959
Tints of Paua #2E2959
RGB
CMYK
RGB Variations
Color information
#2E2959 (or 0x2E2959) is known color: Paua. HEX triplet: 2E, 29 and 59. RGB value is (46,41,89). Sum of RGB (Red+Green+Blue) = 46+41+89=176 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.14% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #2E2959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2959 is #D1D6A6. Grayscale: #2F2F2F. Windows color (decimal): -13751975 or 5843246. OLE color: 5843246.
HSL color Cylindrical-coordinate representation of color #2E2959: hue angle of 246.25º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E2959 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 41 | 89 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.65 |
| HSL | 246.25º | 0.37% | 0.25% | - |
| HSV(B) | 246.25º | 0.54% | 0.35% | - |
| XYZ | 3.72 | 2.89 | 9.81 | - |
| YUV | 47.97 | 151.16 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 41 | 89 | 0.48 | 0.54 | 0 | 0.65 | 246.25 | 0.37 | 0.25 |
| Hex | 2E | 29 | 59 | 30 | 36 | 0 | 41 | F6 | 25 | 19 |
| Octal | 56 | 51 | 131 | 60 | 66 | 0 | 101 | 366 | 45 | 31 |
| Binary | 101110 | 101001 | 1011001 | 110000 | 110110 | 0 | 1000001 | 11110110 | 100101 | 11001 |
Color Harmonies of #2E2959
Complementary color
Monochromatic Colors of #2E2959
Black with #2E2959
Text Example
Text Example
White with #2E2959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2959; }
p { color: rgb(46,41,89); }
H1.HeaderClassName
{
color: #2E2959;
}
.AnyTagClassName
{
color: #2E2959;
}
</style>
background-color css
<style>
a { background-color: #2E2959; }
a { background-color: rgb(46,41,89); }
div.DivClassName
{
background-color: #2E2959;
}
.BgClassName
{
background-color: #2E2959;
}
</style>
border-color css
<style>
span { border-color: #2E2959; }
span { border-color: rgb(46,41,89); }
td.TdClassName
{
border-color: #2E2959;
}
.TagClassName
{
border-color: #2E2959;
}
</style>