Shades of Paua #2E2556
Tints of Paua #2E2556
RGB
CMYK
RGB Variations
Color information
#2E2556 (or 0x2E2556) is known color: Paua. HEX triplet: 2E, 25 and 56. RGB value is (46,37,86). Sum of RGB (Red+Green+Blue) = 46+37+86=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 86 (33.98% from 255 or 50.89% from 169); Max value from RGB is 86 - color contains mainly: blue. Hex color #2E2556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2556 is #D1DAA9. Grayscale: #2D2D2D. Windows color (decimal): -13753002 or 5645614. OLE color: 5645614.
HSL color Cylindrical-coordinate representation of color #2E2556: hue angle of 251.02º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E2556 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 37 | 86 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.66 |
| HSL | 251.02º | 0.4% | 0.24% | - |
| HSV(B) | 251.02º | 0.57% | 0.34% | - |
| XYZ | 3.47 | 2.58 | 9.12 | - |
| YUV | 45.28 | 150.98 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 37 | 86 | 0.47 | 0.57 | 0 | 0.66 | 251.02 | 0.4 | 0.24 |
| Hex | 2E | 25 | 56 | 2F | 39 | 0 | 42 | FB | 28 | 18 |
| Octal | 56 | 45 | 126 | 57 | 71 | 0 | 102 | 373 | 50 | 30 |
| Binary | 101110 | 100101 | 1010110 | 101111 | 111001 | 0 | 1000010 | 11111011 | 101000 | 11000 |
Color Harmonies of #2E2556
Complementary color
Monochromatic Colors of #2E2556
Black with #2E2556
Text Example
Text Example
White with #2E2556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2556; }
p { color: rgb(46,37,86); }
H1.HeaderClassName
{
color: #2E2556;
}
.AnyTagClassName
{
color: #2E2556;
}
</style>
background-color css
<style>
a { background-color: #2E2556; }
a { background-color: rgb(46,37,86); }
div.DivClassName
{
background-color: #2E2556;
}
.BgClassName
{
background-color: #2E2556;
}
</style>
border-color css
<style>
span { border-color: #2E2556; }
span { border-color: rgb(46,37,86); }
td.TdClassName
{
border-color: #2E2556;
}
.TagClassName
{
border-color: #2E2556;
}
</style>