Shades of Paua #282353
Tints of Paua #282353
RGB
CMYK
RGB Variations
Color information
#282353 (or 0x282353) is known color: Paua. HEX triplet: 28, 23 and 53. RGB value is (40,35,83). Sum of RGB (Red+Green+Blue) = 40+35+83=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #282353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282353 is #D7DCAC. Grayscale: #292929. Windows color (decimal): -14146733 or 5448488. OLE color: 5448488.
HSL color Cylindrical-coordinate representation of color #282353: hue angle of 246.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #282353 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 35 | 83 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.67 |
| HSL | 246.25º | 0.41% | 0.23% | - |
| HSV(B) | 246.25º | 0.58% | 0.33% | - |
| XYZ | 3.04 | 2.28 | 8.46 | - |
| YUV | 41.97 | 151.16 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 35 | 83 | 0.52 | 0.58 | 0 | 0.67 | 246.25 | 0.41 | 0.23 |
| Hex | 28 | 23 | 53 | 34 | 3A | 0 | 43 | F6 | 29 | 17 |
| Octal | 50 | 43 | 123 | 64 | 72 | 0 | 103 | 366 | 51 | 27 |
| Binary | 101000 | 100011 | 1010011 | 110100 | 111010 | 0 | 1000011 | 11110110 | 101001 | 10111 |
Color Harmonies of #282353
Complementary color
Monochromatic Colors of #282353
Black with #282353
Text Example
Text Example
White with #282353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282353; }
p { color: rgb(40,35,83); }
H1.HeaderClassName
{
color: #282353;
}
.AnyTagClassName
{
color: #282353;
}
</style>
background-color css
<style>
a { background-color: #282353; }
a { background-color: rgb(40,35,83); }
div.DivClassName
{
background-color: #282353;
}
.BgClassName
{
background-color: #282353;
}
</style>
border-color css
<style>
span { border-color: #282353; }
span { border-color: rgb(40,35,83); }
td.TdClassName
{
border-color: #282353;
}
.TagClassName
{
border-color: #282353;
}
</style>