Shades of Paua #2E2C58
Tints of Paua #2E2C58
RGB
CMYK
RGB Variations
Color information
#2E2C58 (or 0x2E2C58) is known color: Paua. HEX triplet: 2E, 2C and 58. RGB value is (46,44,88). Sum of RGB (Red+Green+Blue) = 46+44+88=178 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.84% from 178); Green value is 44 (17.58% from 255 or 24.72% from 178); Blue value is 88 (34.77% from 255 or 49.44% from 178); Max value from RGB is 88 - color contains mainly: blue. Hex color #2E2C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2C58 is #D1D3A7. Grayscale: #313131. Windows color (decimal): -13751208 or 5778478. OLE color: 5778478.
HSL color Cylindrical-coordinate representation of color #2E2C58: hue angle of 242.73º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E2C58 is Cyan = 0.48, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 44 | 88 | - |
| CMYK | 0.48 | 0.5 | 0 | 0.65 |
| HSL | 242.73º | 0.33% | 0.26% | - |
| HSV(B) | 242.73º | 0.5% | 0.35% | - |
| XYZ | 3.79 | 3.09 | 9.63 | - |
| YUV | 49.61 | 149.66 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 44 | 88 | 0.48 | 0.5 | 0 | 0.65 | 242.73 | 0.33 | 0.26 |
| Hex | 2E | 2C | 58 | 30 | 32 | 0 | 41 | F3 | 21 | 1A |
| Octal | 56 | 54 | 130 | 60 | 62 | 0 | 101 | 363 | 41 | 32 |
| Binary | 101110 | 101100 | 1011000 | 110000 | 110010 | 0 | 1000001 | 11110011 | 100001 | 11010 |
Color Harmonies of #2E2C58
Complementary color
Monochromatic Colors of #2E2C58
Black with #2E2C58
Text Example
Text Example
White with #2E2C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2C58; }
p { color: rgb(46,44,88); }
H1.HeaderClassName
{
color: #2E2C58;
}
.AnyTagClassName
{
color: #2E2C58;
}
</style>
background-color css
<style>
a { background-color: #2E2C58; }
a { background-color: rgb(46,44,88); }
div.DivClassName
{
background-color: #2E2C58;
}
.BgClassName
{
background-color: #2E2C58;
}
</style>
border-color css
<style>
span { border-color: #2E2C58; }
span { border-color: rgb(46,44,88); }
td.TdClassName
{
border-color: #2E2C58;
}
.TagClassName
{
border-color: #2E2C58;
}
</style>