Shades of Paua #282345
Tints of Paua #282345
RGB
CMYK
RGB Variations
Color information
#282345 (or 0x282345) is known color: Paua. HEX triplet: 28, 23 and 45. RGB value is (40,35,69). Sum of RGB (Red+Green+Blue) = 40+35+69=144 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.78% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 69 (27.34% from 255 or 47.92% from 144); Max value from RGB is 69 - color contains mainly: blue. Hex color #282345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282345 is #D7DCBA. Grayscale: #282828. Windows color (decimal): -14146747 or 4530984. OLE color: 4530984.
HSL color Cylindrical-coordinate representation of color #282345: hue angle of 248.82º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #282345 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 40 | 35 | 69 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.73 |
| HSL | 248.82º | 0.33% | 0.2% | - |
| HSV(B) | 248.82º | 0.49% | 0.27% | - |
| XYZ | 2.55 | 2.08 | 5.9 | - |
| YUV | 40.37 | 144.16 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 35 | 69 | 0.42 | 0.49 | 0 | 0.73 | 248.82 | 0.33 | 0.2 |
| Hex | 28 | 23 | 45 | 2A | 31 | 0 | 49 | F9 | 21 | 14 |
| Octal | 50 | 43 | 105 | 52 | 61 | 0 | 111 | 371 | 41 | 24 |
| Binary | 101000 | 100011 | 1000101 | 101010 | 110001 | 0 | 1001001 | 11111001 | 100001 | 10100 |
Color Harmonies of #282345
Complementary color
Monochromatic Colors of #282345
Black with #282345
Text Example
Text Example
White with #282345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282345; }
p { color: rgb(40,35,69); }
H1.HeaderClassName
{
color: #282345;
}
.AnyTagClassName
{
color: #282345;
}
</style>
background-color css
<style>
a { background-color: #282345; }
a { background-color: rgb(40,35,69); }
div.DivClassName
{
background-color: #282345;
}
.BgClassName
{
background-color: #282345;
}
</style>
border-color css
<style>
span { border-color: #282345; }
span { border-color: rgb(40,35,69); }
td.TdClassName
{
border-color: #282345;
}
.TagClassName
{
border-color: #282345;
}
</style>