Shades of Paua #28254C
Tints of Paua #28254C
RGB
CMYK
RGB Variations
Color information
#28254C (or 0x28254C) is known color: Paua. HEX triplet: 28, 25 and 4C. RGB value is (40,37,76). Sum of RGB (Red+Green+Blue) = 40+37+76=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #28254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28254C is #D7DAB3. Grayscale: #2A2A2A. Windows color (decimal): -14146228 or 4990248. OLE color: 4990248.
HSL color Cylindrical-coordinate representation of color #28254C: hue angle of 244.62º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #28254C is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 37 | 76 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.70 |
| HSL | 244.62º | 0.35% | 0.22% | - |
| HSV(B) | 244.62º | 0.51% | 0.3% | - |
| XYZ | 2.84 | 2.3 | 7.13 | - |
| YUV | 42.34 | 146.99 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 76 | 0.47 | 0.51 | 0 | 0.70 | 244.62 | 0.35 | 0.22 |
| Hex | 28 | 25 | 4C | 2F | 33 | 0 | 46 | F5 | 23 | 16 |
| Octal | 50 | 45 | 114 | 57 | 63 | 0 | 106 | 365 | 43 | 26 |
| Binary | 101000 | 100101 | 1001100 | 101111 | 110011 | 0 | 1000110 | 11110101 | 100011 | 10110 |
Color Harmonies of #28254C
Complementary color
Monochromatic Colors of #28254C
Black with #28254C
Text Example
Text Example
White with #28254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28254C; }
p { color: rgb(40,37,76); }
H1.HeaderClassName
{
color: #28254C;
}
.AnyTagClassName
{
color: #28254C;
}
</style>
background-color css
<style>
a { background-color: #28254C; }
a { background-color: rgb(40,37,76); }
div.DivClassName
{
background-color: #28254C;
}
.BgClassName
{
background-color: #28254C;
}
</style>
border-color css
<style>
span { border-color: #28254C; }
span { border-color: rgb(40,37,76); }
td.TdClassName
{
border-color: #28254C;
}
.TagClassName
{
border-color: #28254C;
}
</style>