Shades of Paua #2E2D50
Tints of Paua #2E2D50
RGB
CMYK
RGB Variations
Color information
#2E2D50 (or 0x2E2D50) is known color: Paua. HEX triplet: 2E, 2D and 50. RGB value is (46,45,80). Sum of RGB (Red+Green+Blue) = 46+45+80=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E2D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2D50 is #D1D2AF. Grayscale: #313131. Windows color (decimal): -13750960 or 5254446. OLE color: 5254446.
HSL color Cylindrical-coordinate representation of color #2E2D50: hue angle of 241.71º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2E2D50 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 45 | 80 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.69 |
| HSL | 241.71º | 0.28% | 0.25% | - |
| HSV(B) | 241.71º | 0.44% | 0.31% | - |
| XYZ | 3.51 | 3.04 | 7.99 | - |
| YUV | 49.29 | 145.33 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 45 | 80 | 0.42 | 0.44 | 0 | 0.69 | 241.71 | 0.28 | 0.25 |
| Hex | 2E | 2D | 50 | 2A | 2C | 0 | 45 | F2 | 1C | 19 |
| Octal | 56 | 55 | 120 | 52 | 54 | 0 | 105 | 362 | 34 | 31 |
| Binary | 101110 | 101101 | 1010000 | 101010 | 101100 | 0 | 1000101 | 11110010 | 11100 | 11001 |
Color Harmonies of #2E2D50
Complementary color
Monochromatic Colors of #2E2D50
Black with #2E2D50
Text Example
Text Example
White with #2E2D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2D50; }
p { color: rgb(46,45,80); }
H1.HeaderClassName
{
color: #2E2D50;
}
.AnyTagClassName
{
color: #2E2D50;
}
</style>
background-color css
<style>
a { background-color: #2E2D50; }
a { background-color: rgb(46,45,80); }
div.DivClassName
{
background-color: #2E2D50;
}
.BgClassName
{
background-color: #2E2D50;
}
</style>
border-color css
<style>
span { border-color: #2E2D50; }
span { border-color: rgb(46,45,80); }
td.TdClassName
{
border-color: #2E2D50;
}
.TagClassName
{
border-color: #2E2D50;
}
</style>