Shades of Paua #282656
Tints of Paua #282656
RGB
CMYK
RGB Variations
Color information
#282656 (or 0x282656) is known color: Paua. HEX triplet: 28, 26 and 56. RGB value is (40,38,86). Sum of RGB (Red+Green+Blue) = 40+38+86=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 86 (33.98% from 255 or 52.44% from 164); Max value from RGB is 86 - color contains mainly: blue. Hex color #282656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282656 is #D7D9A9. Grayscale: #2B2B2B. Windows color (decimal): -14145962 or 5645864. OLE color: 5645864.
HSL color Cylindrical-coordinate representation of color #282656: hue angle of 242.5º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #282656 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 38 | 86 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.66 |
| HSL | 242.5º | 0.39% | 0.24% | - |
| HSV(B) | 242.5º | 0.56% | 0.34% | - |
| XYZ | 3.25 | 2.51 | 9.12 | - |
| YUV | 44.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 38 | 86 | 0.53 | 0.56 | 0 | 0.66 | 242.5 | 0.39 | 0.24 |
| Hex | 28 | 26 | 56 | 35 | 38 | 0 | 42 | F2 | 27 | 18 |
| Octal | 50 | 46 | 126 | 65 | 70 | 0 | 102 | 362 | 47 | 30 |
| Binary | 101000 | 100110 | 1010110 | 110101 | 111000 | 0 | 1000010 | 11110010 | 100111 | 11000 |
Color Harmonies of #282656
Complementary color
Monochromatic Colors of #282656
Black with #282656
Text Example
Text Example
White with #282656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282656; }
p { color: rgb(40,38,86); }
H1.HeaderClassName
{
color: #282656;
}
.AnyTagClassName
{
color: #282656;
}
</style>
background-color css
<style>
a { background-color: #282656; }
a { background-color: rgb(40,38,86); }
div.DivClassName
{
background-color: #282656;
}
.BgClassName
{
background-color: #282656;
}
</style>
border-color css
<style>
span { border-color: #282656; }
span { border-color: rgb(40,38,86); }
td.TdClassName
{
border-color: #282656;
}
.TagClassName
{
border-color: #282656;
}
</style>