Shades of Paua #282258
Tints of Paua #282258
RGB
CMYK
RGB Variations
Color information
#282258 (or 0x282258) is known color: Paua. HEX triplet: 28, 22 and 58. RGB value is (40,34,88). Sum of RGB (Red+Green+Blue) = 40+34+88=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 88 (34.77% from 255 or 54.32% from 162); Max value from RGB is 88 - color contains mainly: blue. Hex color #282258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282258 is #D7DDA7. Grayscale: #292929. Windows color (decimal): -14146984 or 5775912. OLE color: 5775912.
HSL color Cylindrical-coordinate representation of color #282258: hue angle of 246.67º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #282258 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 34 | 88 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.65 |
| HSL | 246.67º | 0.44% | 0.24% | - |
| HSV(B) | 246.67º | 0.61% | 0.35% | - |
| XYZ | 3.21 | 2.3 | 9.51 | - |
| YUV | 41.95 | 153.99 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 34 | 88 | 0.55 | 0.61 | 0 | 0.65 | 246.67 | 0.44 | 0.24 |
| Hex | 28 | 22 | 58 | 37 | 3D | 0 | 41 | F7 | 2C | 18 |
| Octal | 50 | 42 | 130 | 67 | 75 | 0 | 101 | 367 | 54 | 30 |
| Binary | 101000 | 100010 | 1011000 | 110111 | 111101 | 0 | 1000001 | 11110111 | 101100 | 11000 |
Color Harmonies of #282258
Complementary color
Monochromatic Colors of #282258
Black with #282258
Text Example
Text Example
White with #282258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282258; }
p { color: rgb(40,34,88); }
H1.HeaderClassName
{
color: #282258;
}
.AnyTagClassName
{
color: #282258;
}
</style>
background-color css
<style>
a { background-color: #282258; }
a { background-color: rgb(40,34,88); }
div.DivClassName
{
background-color: #282258;
}
.BgClassName
{
background-color: #282258;
}
</style>
border-color css
<style>
span { border-color: #282258; }
span { border-color: rgb(40,34,88); }
td.TdClassName
{
border-color: #282258;
}
.TagClassName
{
border-color: #282258;
}
</style>