Shades of Paua #28244D
Tints of Paua #28244D
RGB
CMYK
RGB Variations
Color information
#28244D (or 0x28244D) is known color: Paua. HEX triplet: 28, 24 and 4D. RGB value is (40,36,77). Sum of RGB (Red+Green+Blue) = 40+36+77=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #28244D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28244D is #D7DBB2. Grayscale: #292929. Windows color (decimal): -14146483 or 5055528. OLE color: 5055528.
HSL color Cylindrical-coordinate representation of color #28244D: hue angle of 245.85º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #28244D is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 36 | 77 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.70 |
| HSL | 245.85º | 0.36% | 0.22% | - |
| HSV(B) | 245.85º | 0.53% | 0.3% | - |
| XYZ | 2.85 | 2.25 | 7.31 | - |
| YUV | 41.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 77 | 0.48 | 0.53 | 0 | 0.70 | 245.85 | 0.36 | 0.22 |
| Hex | 28 | 24 | 4D | 30 | 35 | 0 | 46 | F6 | 24 | 16 |
| Octal | 50 | 44 | 115 | 60 | 65 | 0 | 106 | 366 | 44 | 26 |
| Binary | 101000 | 100100 | 1001101 | 110000 | 110101 | 0 | 1000110 | 11110110 | 100100 | 10110 |
Color Harmonies of #28244D
Complementary color
Monochromatic Colors of #28244D
Black with #28244D
Text Example
Text Example
White with #28244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28244D; }
p { color: rgb(40,36,77); }
H1.HeaderClassName
{
color: #28244D;
}
.AnyTagClassName
{
color: #28244D;
}
</style>
background-color css
<style>
a { background-color: #28244D; }
a { background-color: rgb(40,36,77); }
div.DivClassName
{
background-color: #28244D;
}
.BgClassName
{
background-color: #28244D;
}
</style>
border-color css
<style>
span { border-color: #28244D; }
span { border-color: rgb(40,36,77); }
td.TdClassName
{
border-color: #28244D;
}
.TagClassName
{
border-color: #28244D;
}
</style>