Shades of Paua #2E284C
Tints of Paua #2E284C
RGB
CMYK
RGB Variations
Color information
#2E284C (or 0x2E284C) is known color: Paua. HEX triplet: 2E, 28 and 4C. RGB value is (46,40,76). Sum of RGB (Red+Green+Blue) = 46+40+76=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 76 - color contains mainly: blue. Hex color #2E284C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E284C is #D1D7B3. Grayscale: #2D2D2D. Windows color (decimal): -13752244 or 4991022. OLE color: 4991022.
HSL color Cylindrical-coordinate representation of color #2E284C: hue angle of 250º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E284C is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 40 | 76 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.70 |
| HSL | 250º | 0.31% | 0.23% | - |
| HSV(B) | 250º | 0.47% | 0.3% | - |
| XYZ | 3.19 | 2.62 | 7.18 | - |
| YUV | 45.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 40 | 76 | 0.39 | 0.47 | 0 | 0.70 | 250 | 0.31 | 0.23 |
| Hex | 2E | 28 | 4C | 27 | 2F | 0 | 46 | FA | 1F | 17 |
| Octal | 56 | 50 | 114 | 47 | 57 | 0 | 106 | 372 | 37 | 27 |
| Binary | 101110 | 101000 | 1001100 | 100111 | 101111 | 0 | 1000110 | 11111010 | 11111 | 10111 |
Color Harmonies of #2E284C
Complementary color
Monochromatic Colors of #2E284C
Black with #2E284C
Text Example
Text Example
White with #2E284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E284C; }
p { color: rgb(46,40,76); }
H1.HeaderClassName
{
color: #2E284C;
}
.AnyTagClassName
{
color: #2E284C;
}
</style>
background-color css
<style>
a { background-color: #2E284C; }
a { background-color: rgb(46,40,76); }
div.DivClassName
{
background-color: #2E284C;
}
.BgClassName
{
background-color: #2E284C;
}
</style>
border-color css
<style>
span { border-color: #2E284C; }
span { border-color: rgb(46,40,76); }
td.TdClassName
{
border-color: #2E284C;
}
.TagClassName
{
border-color: #2E284C;
}
</style>