Shades of Paua #282155
Tints of Paua #282155
RGB
CMYK
RGB Variations
Color information
#282155 (or 0x282155) is known color: Paua. HEX triplet: 28, 21 and 55. RGB value is (40,33,85). Sum of RGB (Red+Green+Blue) = 40+33+85=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #282155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282155 is #D7DEAA. Grayscale: #282828. Windows color (decimal): -14147243 or 5579048. OLE color: 5579048.
HSL color Cylindrical-coordinate representation of color #282155: hue angle of 248.08º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #282155 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 33 | 85 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.67 |
| HSL | 248.08º | 0.44% | 0.23% | - |
| HSV(B) | 248.08º | 0.61% | 0.33% | - |
| XYZ | 3.06 | 2.19 | 8.86 | - |
| YUV | 41.02 | 152.82 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 33 | 85 | 0.53 | 0.61 | 0 | 0.67 | 248.08 | 0.44 | 0.23 |
| Hex | 28 | 21 | 55 | 35 | 3D | 0 | 43 | F8 | 2C | 17 |
| Octal | 50 | 41 | 125 | 65 | 75 | 0 | 103 | 370 | 54 | 27 |
| Binary | 101000 | 100001 | 1010101 | 110101 | 111101 | 0 | 1000011 | 11111000 | 101100 | 10111 |
Color Harmonies of #282155
Complementary color
Monochromatic Colors of #282155
Black with #282155
Text Example
Text Example
White with #282155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282155; }
p { color: rgb(40,33,85); }
H1.HeaderClassName
{
color: #282155;
}
.AnyTagClassName
{
color: #282155;
}
</style>
background-color css
<style>
a { background-color: #282155; }
a { background-color: rgb(40,33,85); }
div.DivClassName
{
background-color: #282155;
}
.BgClassName
{
background-color: #282155;
}
</style>
border-color css
<style>
span { border-color: #282155; }
span { border-color: rgb(40,33,85); }
td.TdClassName
{
border-color: #282155;
}
.TagClassName
{
border-color: #282155;
}
</style>