Shades of Paua #282859
Tints of Paua #282859
RGB
CMYK
RGB Variations
Color information
#282859 (or 0x282859) is known color: Paua. HEX triplet: 28, 28 and 59. RGB value is (40,40,89). Sum of RGB (Red+Green+Blue) = 40+40+89=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #282859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282859 is #D7D7A6. Grayscale: #2D2D2D. Windows color (decimal): -14145447 or 5842984. OLE color: 5842984.
HSL color Cylindrical-coordinate representation of color #282859: hue angle of 240º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #282859 is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 40 | 89 | - |
| CMYK | 0.55 | 0.55 | 0 | 0.65 |
| HSL | 240º | 0.38% | 0.25% | - |
| HSV(B) | 240º | 0.55% | 0.35% | - |
| XYZ | 3.44 | 2.69 | 9.79 | - |
| YUV | 45.59 | 152.5 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 40 | 89 | 0.55 | 0.55 | 0 | 0.65 | 240 | 0.38 | 0.25 |
| Hex | 28 | 28 | 59 | 37 | 37 | 0 | 41 | F0 | 26 | 19 |
| Octal | 50 | 50 | 131 | 67 | 67 | 0 | 101 | 360 | 46 | 31 |
| Binary | 101000 | 101000 | 1011001 | 110111 | 110111 | 0 | 1000001 | 11110000 | 100110 | 11001 |
Color Harmonies of #282859
Complementary color
Monochromatic Colors of #282859
Black with #282859
Text Example
Text Example
White with #282859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282859; }
p { color: rgb(40,40,89); }
H1.HeaderClassName
{
color: #282859;
}
.AnyTagClassName
{
color: #282859;
}
</style>
background-color css
<style>
a { background-color: #282859; }
a { background-color: rgb(40,40,89); }
div.DivClassName
{
background-color: #282859;
}
.BgClassName
{
background-color: #282859;
}
</style>
border-color css
<style>
span { border-color: #282859; }
span { border-color: rgb(40,40,89); }
td.TdClassName
{
border-color: #282859;
}
.TagClassName
{
border-color: #282859;
}
</style>