Shades of Paua #2E2B4C
Tints of Paua #2E2B4C
RGB
CMYK
RGB Variations
Color information
#2E2B4C (or 0x2E2B4C) is known color: Paua. HEX triplet: 2E, 2B and 4C. RGB value is (46,43,76). Sum of RGB (Red+Green+Blue) = 46+43+76=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 76 - color contains mainly: blue. Hex color #2E2B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2B4C is #D1D4B3. Grayscale: #2F2F2F. Windows color (decimal): -13751476 or 4991790. OLE color: 4991790.
HSL color Cylindrical-coordinate representation of color #2E2B4C: hue angle of 245.45º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E2B4C is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 43 | 76 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.70 |
| HSL | 245.45º | 0.28% | 0.23% | - |
| HSV(B) | 245.45º | 0.43% | 0.3% | - |
| XYZ | 3.3 | 2.83 | 7.21 | - |
| YUV | 47.66 | 143.99 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 43 | 76 | 0.39 | 0.43 | 0 | 0.70 | 245.45 | 0.28 | 0.23 |
| Hex | 2E | 2B | 4C | 27 | 2B | 0 | 46 | F5 | 1C | 17 |
| Octal | 56 | 53 | 114 | 47 | 53 | 0 | 106 | 365 | 34 | 27 |
| Binary | 101110 | 101011 | 1001100 | 100111 | 101011 | 0 | 1000110 | 11110101 | 11100 | 10111 |
Color Harmonies of #2E2B4C
Complementary color
Monochromatic Colors of #2E2B4C
Black with #2E2B4C
Text Example
Text Example
White with #2E2B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2B4C; }
p { color: rgb(46,43,76); }
H1.HeaderClassName
{
color: #2E2B4C;
}
.AnyTagClassName
{
color: #2E2B4C;
}
</style>
background-color css
<style>
a { background-color: #2E2B4C; }
a { background-color: rgb(46,43,76); }
div.DivClassName
{
background-color: #2E2B4C;
}
.BgClassName
{
background-color: #2E2B4C;
}
</style>
border-color css
<style>
span { border-color: #2E2B4C; }
span { border-color: rgb(46,43,76); }
td.TdClassName
{
border-color: #2E2B4C;
}
.TagClassName
{
border-color: #2E2B4C;
}
</style>