Shades of Paua #2E2255
Tints of Paua #2E2255
RGB
CMYK
RGB Variations
Color information
#2E2255 (or 0x2E2255) is known color: Paua. HEX triplet: 2E, 22 and 55. RGB value is (46,34,85). Sum of RGB (Red+Green+Blue) = 46+34+85=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #2E2255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2255 is #D1DDAA. Grayscale: #2B2B2B. Windows color (decimal): -13753771 or 5579310. OLE color: 5579310.
HSL color Cylindrical-coordinate representation of color #2E2255: hue angle of 254.12º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E2255 is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 34 | 85 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.67 |
| HSL | 254.12º | 0.43% | 0.23% | - |
| HSV(B) | 254.12º | 0.6% | 0.33% | - |
| XYZ | 3.34 | 2.38 | 8.88 | - |
| YUV | 43.4 | 151.48 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 34 | 85 | 0.46 | 0.60 | 0 | 0.67 | 254.12 | 0.43 | 0.23 |
| Hex | 2E | 22 | 55 | 2E | 3C | 0 | 43 | FE | 2B | 17 |
| Octal | 56 | 42 | 125 | 56 | 74 | 0 | 103 | 376 | 53 | 27 |
| Binary | 101110 | 100010 | 1010101 | 101110 | 111100 | 0 | 1000011 | 11111110 | 101011 | 10111 |
Color Harmonies of #2E2255
Complementary color
Monochromatic Colors of #2E2255
Black with #2E2255
Text Example
Text Example
White with #2E2255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2255; }
p { color: rgb(46,34,85); }
H1.HeaderClassName
{
color: #2E2255;
}
.AnyTagClassName
{
color: #2E2255;
}
</style>
background-color css
<style>
a { background-color: #2E2255; }
a { background-color: rgb(46,34,85); }
div.DivClassName
{
background-color: #2E2255;
}
.BgClassName
{
background-color: #2E2255;
}
</style>
border-color css
<style>
span { border-color: #2E2255; }
span { border-color: rgb(46,34,85); }
td.TdClassName
{
border-color: #2E2255;
}
.TagClassName
{
border-color: #2E2255;
}
</style>