Shades of Paua #282356
Tints of Paua #282356
RGB
CMYK
RGB Variations
Color information
#282356 (or 0x282356) is known color: Paua. HEX triplet: 28, 23 and 56. RGB value is (40,35,86). Sum of RGB (Red+Green+Blue) = 40+35+86=161 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.84% from 161); Green value is 35 (14.06% from 255 or 21.74% from 161); Blue value is 86 (33.98% from 255 or 53.42% from 161); Max value from RGB is 86 - color contains mainly: blue. Hex color #282356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282356 is #D7DCA9. Grayscale: #2A2A2A. Windows color (decimal): -14146730 or 5645096. OLE color: 5645096.
HSL color Cylindrical-coordinate representation of color #282356: hue angle of 245.88º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #282356 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 35 | 86 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.66 |
| HSL | 245.88º | 0.42% | 0.24% | - |
| HSV(B) | 245.88º | 0.59% | 0.34% | - |
| XYZ | 3.16 | 2.33 | 9.09 | - |
| YUV | 42.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 35 | 86 | 0.53 | 0.59 | 0 | 0.66 | 245.88 | 0.42 | 0.24 |
| Hex | 28 | 23 | 56 | 35 | 3B | 0 | 42 | F6 | 2A | 18 |
| Octal | 50 | 43 | 126 | 65 | 73 | 0 | 102 | 366 | 52 | 30 |
| Binary | 101000 | 100011 | 1010110 | 110101 | 111011 | 0 | 1000010 | 11110110 | 101010 | 11000 |
Color Harmonies of #282356
Complementary color
Monochromatic Colors of #282356
Black with #282356
Text Example
Text Example
White with #282356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282356; }
p { color: rgb(40,35,86); }
H1.HeaderClassName
{
color: #282356;
}
.AnyTagClassName
{
color: #282356;
}
</style>
background-color css
<style>
a { background-color: #282356; }
a { background-color: rgb(40,35,86); }
div.DivClassName
{
background-color: #282356;
}
.BgClassName
{
background-color: #282356;
}
</style>
border-color css
<style>
span { border-color: #282356; }
span { border-color: rgb(40,35,86); }
td.TdClassName
{
border-color: #282356;
}
.TagClassName
{
border-color: #282356;
}
</style>