Shades of Paua #2E2A50
Tints of Paua #2E2A50
RGB
CMYK
RGB Variations
Color information
#2E2A50 (or 0x2E2A50) is known color: Paua. HEX triplet: 2E, 2A and 50. RGB value is (46,42,80). Sum of RGB (Red+Green+Blue) = 46+42+80=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E2A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2A50 is #D1D5AF. Grayscale: #2F2F2F. Windows color (decimal): -13751728 or 5253678. OLE color: 5253678.
HSL color Cylindrical-coordinate representation of color #2E2A50: hue angle of 246.32º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E2A50 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 42 | 80 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.69 |
| HSL | 246.32º | 0.31% | 0.24% | - |
| HSV(B) | 246.32º | 0.48% | 0.31% | - |
| XYZ | 3.4 | 2.82 | 7.95 | - |
| YUV | 47.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 42 | 80 | 0.42 | 0.48 | 0 | 0.69 | 246.32 | 0.31 | 0.24 |
| Hex | 2E | 2A | 50 | 2A | 30 | 0 | 45 | F6 | 1F | 18 |
| Octal | 56 | 52 | 120 | 52 | 60 | 0 | 105 | 366 | 37 | 30 |
| Binary | 101110 | 101010 | 1010000 | 101010 | 110000 | 0 | 1000101 | 11110110 | 11111 | 11000 |
Color Harmonies of #2E2A50
Complementary color
Monochromatic Colors of #2E2A50
Black with #2E2A50
Text Example
Text Example
White with #2E2A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2A50; }
p { color: rgb(46,42,80); }
H1.HeaderClassName
{
color: #2E2A50;
}
.AnyTagClassName
{
color: #2E2A50;
}
</style>
background-color css
<style>
a { background-color: #2E2A50; }
a { background-color: rgb(46,42,80); }
div.DivClassName
{
background-color: #2E2A50;
}
.BgClassName
{
background-color: #2E2A50;
}
</style>
border-color css
<style>
span { border-color: #2E2A50; }
span { border-color: rgb(46,42,80); }
td.TdClassName
{
border-color: #2E2A50;
}
.TagClassName
{
border-color: #2E2A50;
}
</style>