Shades of Paua #2E284E
Tints of Paua #2E284E
RGB
CMYK
RGB Variations
Color information
#2E284E (or 0x2E284E) is known color: Paua. HEX triplet: 2E, 28 and 4E. RGB value is (46,40,78). Sum of RGB (Red+Green+Blue) = 46+40+78=164 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.05% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 78 - color contains mainly: blue. Hex color #2E284E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E284E is #D1D7B1. Grayscale: #2D2D2D. Windows color (decimal): -13752242 or 5122094. OLE color: 5122094.
HSL color Cylindrical-coordinate representation of color #2E284E: hue angle of 249.47º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E284E is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 40 | 78 | - |
| CMYK | 0.41 | 0.49 | 0 | 0.69 |
| HSL | 249.47º | 0.32% | 0.23% | - |
| HSV(B) | 249.47º | 0.49% | 0.31% | - |
| XYZ | 3.26 | 2.65 | 7.55 | - |
| YUV | 46.13 | 145.99 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 40 | 78 | 0.41 | 0.49 | 0 | 0.69 | 249.47 | 0.32 | 0.23 |
| Hex | 2E | 28 | 4E | 29 | 31 | 0 | 45 | F9 | 20 | 17 |
| Octal | 56 | 50 | 116 | 51 | 61 | 0 | 105 | 371 | 40 | 27 |
| Binary | 101110 | 101000 | 1001110 | 101001 | 110001 | 0 | 1000101 | 11111001 | 100000 | 10111 |
Color Harmonies of #2E284E
Complementary color
Monochromatic Colors of #2E284E
Black with #2E284E
Text Example
Text Example
White with #2E284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E284E; }
p { color: rgb(46,40,78); }
H1.HeaderClassName
{
color: #2E284E;
}
.AnyTagClassName
{
color: #2E284E;
}
</style>
background-color css
<style>
a { background-color: #2E284E; }
a { background-color: rgb(46,40,78); }
div.DivClassName
{
background-color: #2E284E;
}
.BgClassName
{
background-color: #2E284E;
}
</style>
border-color css
<style>
span { border-color: #2E284E; }
span { border-color: rgb(46,40,78); }
td.TdClassName
{
border-color: #2E284E;
}
.TagClassName
{
border-color: #2E284E;
}
</style>