Shades of Paua #282056
Tints of Paua #282056
RGB
CMYK
RGB Variations
Color information
#282056 (or 0x282056) is known color: Paua. HEX triplet: 28, 20 and 56. RGB value is (40,32,86). Sum of RGB (Red+Green+Blue) = 40+32+86=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 86 (33.98% from 255 or 54.43% from 158); Max value from RGB is 86 - color contains mainly: blue. Hex color #282056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282056 is #D7DFA9. Grayscale: #282828. Windows color (decimal): -14147498 or 5644328. OLE color: 5644328.
HSL color Cylindrical-coordinate representation of color #282056: hue angle of 248.89º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #282056 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 32 | 86 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.66 |
| HSL | 248.89º | 0.46% | 0.23% | - |
| HSV(B) | 248.89º | 0.63% | 0.34% | - |
| XYZ | 3.07 | 2.16 | 9.06 | - |
| YUV | 40.55 | 153.65 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 86 | 0.53 | 0.63 | 0 | 0.66 | 248.89 | 0.46 | 0.23 |
| Hex | 28 | 20 | 56 | 35 | 3F | 0 | 42 | F9 | 2E | 17 |
| Octal | 50 | 40 | 126 | 65 | 77 | 0 | 102 | 371 | 56 | 27 |
| Binary | 101000 | 100000 | 1010110 | 110101 | 111111 | 0 | 1000010 | 11111001 | 101110 | 10111 |
Color Harmonies of #282056
Complementary color
Monochromatic Colors of #282056
Black with #282056
Text Example
Text Example
White with #282056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282056; }
p { color: rgb(40,32,86); }
H1.HeaderClassName
{
color: #282056;
}
.AnyTagClassName
{
color: #282056;
}
</style>
background-color css
<style>
a { background-color: #282056; }
a { background-color: rgb(40,32,86); }
div.DivClassName
{
background-color: #282056;
}
.BgClassName
{
background-color: #282056;
}
</style>
border-color css
<style>
span { border-color: #282056; }
span { border-color: rgb(40,32,86); }
td.TdClassName
{
border-color: #282056;
}
.TagClassName
{
border-color: #282056;
}
</style>