Shades of Paua #282054
Tints of Paua #282054
RGB
CMYK
RGB Variations
Color information
#282054 (or 0x282054) is known color: Paua. HEX triplet: 28, 20 and 54. RGB value is (40,32,84). Sum of RGB (Red+Green+Blue) = 40+32+84=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 84 (33.20% from 255 or 53.85% from 156); Max value from RGB is 84 - color contains mainly: blue. Hex color #282054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282054 is #D7DFAB. Grayscale: #282828. Windows color (decimal): -14147500 or 5513256. OLE color: 5513256.
HSL color Cylindrical-coordinate representation of color #282054: hue angle of 249.23º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #282054 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 32 | 84 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.67 |
| HSL | 249.23º | 0.45% | 0.23% | - |
| HSV(B) | 249.23º | 0.62% | 0.33% | - |
| XYZ | 2.99 | 2.12 | 8.64 | - |
| YUV | 40.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 84 | 0.52 | 0.62 | 0 | 0.67 | 249.23 | 0.45 | 0.23 |
| Hex | 28 | 20 | 54 | 34 | 3E | 0 | 43 | F9 | 2D | 17 |
| Octal | 50 | 40 | 124 | 64 | 76 | 0 | 103 | 371 | 55 | 27 |
| Binary | 101000 | 100000 | 1010100 | 110100 | 111110 | 0 | 1000011 | 11111001 | 101101 | 10111 |
Color Harmonies of #282054
Complementary color
Monochromatic Colors of #282054
Black with #282054
Text Example
Text Example
White with #282054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282054; }
p { color: rgb(40,32,84); }
H1.HeaderClassName
{
color: #282054;
}
.AnyTagClassName
{
color: #282054;
}
</style>
background-color css
<style>
a { background-color: #282054; }
a { background-color: rgb(40,32,84); }
div.DivClassName
{
background-color: #282054;
}
.BgClassName
{
background-color: #282054;
}
</style>
border-color css
<style>
span { border-color: #282054; }
span { border-color: rgb(40,32,84); }
td.TdClassName
{
border-color: #282054;
}
.TagClassName
{
border-color: #282054;
}
</style>