Shades of Paua #28254D
Tints of Paua #28254D
RGB
CMYK
RGB Variations
Color information
#28254D (or 0x28254D) is known color: Paua. HEX triplet: 28, 25 and 4D. RGB value is (40,37,77). Sum of RGB (Red+Green+Blue) = 40+37+77=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #28254D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28254D is #D7DAB2. Grayscale: #2A2A2A. Windows color (decimal): -14146227 or 5055784. OLE color: 5055784.
HSL color Cylindrical-coordinate representation of color #28254D: hue angle of 244.5º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #28254D is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 37 | 77 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.70 |
| HSL | 244.5º | 0.35% | 0.22% | - |
| HSV(B) | 244.5º | 0.52% | 0.3% | - |
| XYZ | 2.88 | 2.31 | 7.32 | - |
| YUV | 42.46 | 147.49 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 77 | 0.48 | 0.52 | 0 | 0.70 | 244.5 | 0.35 | 0.22 |
| Hex | 28 | 25 | 4D | 30 | 34 | 0 | 46 | F4 | 23 | 16 |
| Octal | 50 | 45 | 115 | 60 | 64 | 0 | 106 | 364 | 43 | 26 |
| Binary | 101000 | 100101 | 1001101 | 110000 | 110100 | 0 | 1000110 | 11110100 | 100011 | 10110 |
Color Harmonies of #28254D
Complementary color
Monochromatic Colors of #28254D
Black with #28254D
Text Example
Text Example
White with #28254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28254D; }
p { color: rgb(40,37,77); }
H1.HeaderClassName
{
color: #28254D;
}
.AnyTagClassName
{
color: #28254D;
}
</style>
background-color css
<style>
a { background-color: #28254D; }
a { background-color: rgb(40,37,77); }
div.DivClassName
{
background-color: #28254D;
}
.BgClassName
{
background-color: #28254D;
}
</style>
border-color css
<style>
span { border-color: #28254D; }
span { border-color: rgb(40,37,77); }
td.TdClassName
{
border-color: #28254D;
}
.TagClassName
{
border-color: #28254D;
}
</style>