Shades of Paua #2E2A53
Tints of Paua #2E2A53
RGB
CMYK
RGB Variations
Color information
#2E2A53 (or 0x2E2A53) is known color: Paua. HEX triplet: 2E, 2A and 53. RGB value is (46,42,83). Sum of RGB (Red+Green+Blue) = 46+42+83=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: blue. Hex color #2E2A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2A53 is #D1D5AC. Grayscale: #2F2F2F. Windows color (decimal): -13751725 or 5450286. OLE color: 5450286.
HSL color Cylindrical-coordinate representation of color #2E2A53: hue angle of 245.85º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E2A53 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 42 | 83 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.67 |
| HSL | 245.85º | 0.33% | 0.25% | - |
| HSV(B) | 245.85º | 0.49% | 0.33% | - |
| XYZ | 3.52 | 2.86 | 8.55 | - |
| YUV | 47.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 42 | 83 | 0.45 | 0.49 | 0 | 0.67 | 245.85 | 0.33 | 0.25 |
| Hex | 2E | 2A | 53 | 2D | 31 | 0 | 43 | F6 | 21 | 19 |
| Octal | 56 | 52 | 123 | 55 | 61 | 0 | 103 | 366 | 41 | 31 |
| Binary | 101110 | 101010 | 1010011 | 101101 | 110001 | 0 | 1000011 | 11110110 | 100001 | 11001 |
Color Harmonies of #2E2A53
Complementary color
Monochromatic Colors of #2E2A53
Black with #2E2A53
Text Example
Text Example
White with #2E2A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2A53; }
p { color: rgb(46,42,83); }
H1.HeaderClassName
{
color: #2E2A53;
}
.AnyTagClassName
{
color: #2E2A53;
}
</style>
background-color css
<style>
a { background-color: #2E2A53; }
a { background-color: rgb(46,42,83); }
div.DivClassName
{
background-color: #2E2A53;
}
.BgClassName
{
background-color: #2E2A53;
}
</style>
border-color css
<style>
span { border-color: #2E2A53; }
span { border-color: rgb(46,42,83); }
td.TdClassName
{
border-color: #2E2A53;
}
.TagClassName
{
border-color: #2E2A53;
}
</style>