Shades of Paua #2F2556
Tints of Paua #2F2556
RGB
CMYK
RGB Variations
Color information
#2F2556 (or 0x2F2556) is known color: Paua. HEX triplet: 2F, 25 and 56. RGB value is (47,37,86). Sum of RGB (Red+Green+Blue) = 47+37+86=170 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.65% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 86 (33.98% from 255 or 50.59% from 170); Max value from RGB is 86 - color contains mainly: blue. Hex color #2F2556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2556 is #D0DAA9. Grayscale: #2D2D2D. Windows color (decimal): -13687466 or 5645615. OLE color: 5645615.
HSL color Cylindrical-coordinate representation of color #2F2556: hue angle of 252.24º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F2556 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 47 | 37 | 86 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.66 |
| HSL | 252.24º | 0.4% | 0.24% | - |
| HSV(B) | 252.24º | 0.57% | 0.34% | - |
| XYZ | 3.51 | 2.6 | 9.12 | - |
| YUV | 45.58 | 150.81 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 37 | 86 | 0.45 | 0.57 | 0 | 0.66 | 252.24 | 0.4 | 0.24 |
| Hex | 2F | 25 | 56 | 2D | 39 | 0 | 42 | FC | 28 | 18 |
| Octal | 57 | 45 | 126 | 55 | 71 | 0 | 102 | 374 | 50 | 30 |
| Binary | 101111 | 100101 | 1010110 | 101101 | 111001 | 0 | 1000010 | 11111100 | 101000 | 11000 |
Color Harmonies of #2F2556
Complementary color
Monochromatic Colors of #2F2556
Black with #2F2556
Text Example
Text Example
White with #2F2556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2556; }
p { color: rgb(47,37,86); }
H1.HeaderClassName
{
color: #2F2556;
}
.AnyTagClassName
{
color: #2F2556;
}
</style>
background-color css
<style>
a { background-color: #2F2556; }
a { background-color: rgb(47,37,86); }
div.DivClassName
{
background-color: #2F2556;
}
.BgClassName
{
background-color: #2F2556;
}
</style>
border-color css
<style>
span { border-color: #2F2556; }
span { border-color: rgb(47,37,86); }
td.TdClassName
{
border-color: #2F2556;
}
.TagClassName
{
border-color: #2F2556;
}
</style>