Shades of Paua #2E284A
Tints of Paua #2E284A
RGB
CMYK
RGB Variations
Color information
#2E284A (or 0x2E284A) is known color: Paua. HEX triplet: 2E, 28 and 4A. RGB value is (46,40,74). Sum of RGB (Red+Green+Blue) = 46+40+74=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 74 (29.30% from 255 or 46.25% from 160); Max value from RGB is 74 - color contains mainly: blue. Hex color #2E284A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E284A is #D1D7B5. Grayscale: #2D2D2D. Windows color (decimal): -13752246 or 4859950. OLE color: 4859950.
HSL color Cylindrical-coordinate representation of color #2E284A: hue angle of 250.59º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E284A is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 40 | 74 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.71 |
| HSL | 250.59º | 0.3% | 0.22% | - |
| HSV(B) | 250.59º | 0.46% | 0.29% | - |
| XYZ | 3.12 | 2.59 | 6.81 | - |
| YUV | 45.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 40 | 74 | 0.38 | 0.46 | 0 | 0.71 | 250.59 | 0.3 | 0.22 |
| Hex | 2E | 28 | 4A | 26 | 2E | 0 | 47 | FB | 1E | 16 |
| Octal | 56 | 50 | 112 | 46 | 56 | 0 | 107 | 373 | 36 | 26 |
| Binary | 101110 | 101000 | 1001010 | 100110 | 101110 | 0 | 1000111 | 11111011 | 11110 | 10110 |
Color Harmonies of #2E284A
Complementary color
Monochromatic Colors of #2E284A
Black with #2E284A
Text Example
Text Example
White with #2E284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E284A; }
p { color: rgb(46,40,74); }
H1.HeaderClassName
{
color: #2E284A;
}
.AnyTagClassName
{
color: #2E284A;
}
</style>
background-color css
<style>
a { background-color: #2E284A; }
a { background-color: rgb(46,40,74); }
div.DivClassName
{
background-color: #2E284A;
}
.BgClassName
{
background-color: #2E284A;
}
</style>
border-color css
<style>
span { border-color: #2E284A; }
span { border-color: rgb(46,40,74); }
td.TdClassName
{
border-color: #2E284A;
}
.TagClassName
{
border-color: #2E284A;
}
</style>