Shades of Paua #2E2353
Tints of Paua #2E2353
RGB
CMYK
RGB Variations
Color information
#2E2353 (or 0x2E2353) is known color: Paua. HEX triplet: 2E, 23 and 53. RGB value is (46,35,83). Sum of RGB (Red+Green+Blue) = 46+35+83=164 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.05% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #2E2353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2353 is #D1DCAC. Grayscale: #2B2B2B. Windows color (decimal): -13753517 or 5448494. OLE color: 5448494.
HSL color Cylindrical-coordinate representation of color #2E2353: hue angle of 253.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E2353 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 35 | 83 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.67 |
| HSL | 253.75º | 0.41% | 0.23% | - |
| HSV(B) | 253.75º | 0.58% | 0.33% | - |
| XYZ | 3.29 | 2.41 | 8.47 | - |
| YUV | 43.76 | 150.14 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 35 | 83 | 0.45 | 0.58 | 0 | 0.67 | 253.75 | 0.41 | 0.23 |
| Hex | 2E | 23 | 53 | 2D | 3A | 0 | 43 | FE | 29 | 17 |
| Octal | 56 | 43 | 123 | 55 | 72 | 0 | 103 | 376 | 51 | 27 |
| Binary | 101110 | 100011 | 1010011 | 101101 | 111010 | 0 | 1000011 | 11111110 | 101001 | 10111 |
Color Harmonies of #2E2353
Complementary color
Monochromatic Colors of #2E2353
Black with #2E2353
Text Example
Text Example
White with #2E2353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2353; }
p { color: rgb(46,35,83); }
H1.HeaderClassName
{
color: #2E2353;
}
.AnyTagClassName
{
color: #2E2353;
}
</style>
background-color css
<style>
a { background-color: #2E2353; }
a { background-color: rgb(46,35,83); }
div.DivClassName
{
background-color: #2E2353;
}
.BgClassName
{
background-color: #2E2353;
}
</style>
border-color css
<style>
span { border-color: #2E2353; }
span { border-color: rgb(46,35,83); }
td.TdClassName
{
border-color: #2E2353;
}
.TagClassName
{
border-color: #2E2353;
}
</style>