Shades of Paua #282545
Tints of Paua #282545
RGB
CMYK
RGB Variations
Color information
#282545 (or 0x282545) is known color: Paua. HEX triplet: 28, 25 and 45. RGB value is (40,37,69). Sum of RGB (Red+Green+Blue) = 40+37+69=146 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.40% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 69 (27.34% from 255 or 47.26% from 146); Max value from RGB is 69 - color contains mainly: blue. Hex color #282545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282545 is #D7DABA. Grayscale: #292929. Windows color (decimal): -14146235 or 4531496. OLE color: 4531496.
HSL color Cylindrical-coordinate representation of color #282545: hue angle of 245.62º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #282545 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 40 | 37 | 69 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.73 |
| HSL | 245.63º | 0.3% | 0.21% | - |
| HSV(B) | 245.63º | 0.46% | 0.27% | - |
| XYZ | 2.61 | 2.2 | 5.92 | - |
| YUV | 41.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 69 | 0.42 | 0.46 | 0 | 0.73 | 245.63 | 0.3 | 0.21 |
| Hex | 28 | 25 | 45 | 2A | 2E | 0 | 49 | F6 | 1E | 15 |
| Octal | 50 | 45 | 105 | 52 | 56 | 0 | 111 | 366 | 36 | 25 |
| Binary | 101000 | 100101 | 1000101 | 101010 | 101110 | 0 | 1001001 | 11110110 | 11110 | 10101 |
Color Harmonies of #282545
Complementary color
Monochromatic Colors of #282545
Black with #282545
Text Example
Text Example
White with #282545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282545; }
p { color: rgb(40,37,69); }
H1.HeaderClassName
{
color: #282545;
}
.AnyTagClassName
{
color: #282545;
}
</style>
background-color css
<style>
a { background-color: #282545; }
a { background-color: rgb(40,37,69); }
div.DivClassName
{
background-color: #282545;
}
.BgClassName
{
background-color: #282545;
}
</style>
border-color css
<style>
span { border-color: #282545; }
span { border-color: rgb(40,37,69); }
td.TdClassName
{
border-color: #282545;
}
.TagClassName
{
border-color: #282545;
}
</style>