Shades of Paua #282257
Tints of Paua #282257
RGB
CMYK
RGB Variations
Color information
#282257 (or 0x282257) is known color: Paua. HEX triplet: 28, 22 and 57. RGB value is (40,34,87). Sum of RGB (Red+Green+Blue) = 40+34+87=161 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.84% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 87 (34.38% from 255 or 54.04% from 161); Max value from RGB is 87 - color contains mainly: blue. Hex color #282257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282257 is #D7DDA8. Grayscale: #292929. Windows color (decimal): -14146985 or 5710376. OLE color: 5710376.
HSL color Cylindrical-coordinate representation of color #282257: hue angle of 246.79º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #282257 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 34 | 87 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.66 |
| HSL | 246.79º | 0.44% | 0.24% | - |
| HSV(B) | 246.79º | 0.61% | 0.34% | - |
| XYZ | 3.17 | 2.28 | 9.29 | - |
| YUV | 41.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 34 | 87 | 0.54 | 0.61 | 0 | 0.66 | 246.79 | 0.44 | 0.24 |
| Hex | 28 | 22 | 57 | 36 | 3D | 0 | 42 | F7 | 2C | 18 |
| Octal | 50 | 42 | 127 | 66 | 75 | 0 | 102 | 367 | 54 | 30 |
| Binary | 101000 | 100010 | 1010111 | 110110 | 111101 | 0 | 1000010 | 11110111 | 101100 | 11000 |
Color Harmonies of #282257
Complementary color
Monochromatic Colors of #282257
Black with #282257
Text Example
Text Example
White with #282257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282257; }
p { color: rgb(40,34,87); }
H1.HeaderClassName
{
color: #282257;
}
.AnyTagClassName
{
color: #282257;
}
</style>
background-color css
<style>
a { background-color: #282257; }
a { background-color: rgb(40,34,87); }
div.DivClassName
{
background-color: #282257;
}
.BgClassName
{
background-color: #282257;
}
</style>
border-color css
<style>
span { border-color: #282257; }
span { border-color: rgb(40,34,87); }
td.TdClassName
{
border-color: #282257;
}
.TagClassName
{
border-color: #282257;
}
</style>