Shades of Paua #2F2854
Tints of Paua #2F2854
RGB
CMYK
RGB Variations
Color information
#2F2854 (or 0x2F2854) is known color: Paua. HEX triplet: 2F, 28 and 54. RGB value is (47,40,84). Sum of RGB (Red+Green+Blue) = 47+40+84=171 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.49% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 84 - color contains mainly: blue. Hex color #2F2854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2854 is #D0D7AB. Grayscale: #2E2E2E. Windows color (decimal): -13686700 or 5515311. OLE color: 5515311.
HSL color Cylindrical-coordinate representation of color #2F2854: hue angle of 249.55º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F2854 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 40 | 84 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.67 |
| HSL | 249.55º | 0.35% | 0.24% | - |
| HSV(B) | 249.55º | 0.52% | 0.33% | - |
| XYZ | 3.53 | 2.76 | 8.73 | - |
| YUV | 47.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 84 | 0.44 | 0.52 | 0 | 0.67 | 249.55 | 0.35 | 0.24 |
| Hex | 2F | 28 | 54 | 2C | 34 | 0 | 43 | FA | 23 | 18 |
| Octal | 57 | 50 | 124 | 54 | 64 | 0 | 103 | 372 | 43 | 30 |
| Binary | 101111 | 101000 | 1010100 | 101100 | 110100 | 0 | 1000011 | 11111010 | 100011 | 11000 |
Color Harmonies of #2F2854
Complementary color
Monochromatic Colors of #2F2854
Black with #2F2854
Text Example
Text Example
White with #2F2854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2854; }
p { color: rgb(47,40,84); }
H1.HeaderClassName
{
color: #2F2854;
}
.AnyTagClassName
{
color: #2F2854;
}
</style>
background-color css
<style>
a { background-color: #2F2854; }
a { background-color: rgb(47,40,84); }
div.DivClassName
{
background-color: #2F2854;
}
.BgClassName
{
background-color: #2F2854;
}
</style>
border-color css
<style>
span { border-color: #2F2854; }
span { border-color: rgb(47,40,84); }
td.TdClassName
{
border-color: #2F2854;
}
.TagClassName
{
border-color: #2F2854;
}
</style>