Shades of Paua #2F2E59
Tints of Paua #2F2E59
RGB
CMYK
RGB Variations
Color information
#2F2E59 (or 0x2F2E59) is known color: Paua. HEX triplet: 2F, 2E and 59. RGB value is (47,46,89). Sum of RGB (Red+Green+Blue) = 47+46+89=182 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.82% from 182); Green value is 46 (18.36% from 255 or 25.27% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F2E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2E59 is #D0D1A6. Grayscale: #333333. Windows color (decimal): -13685159 or 5844527. OLE color: 5844527.
HSL color Cylindrical-coordinate representation of color #2F2E59: hue angle of 241.4º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F2E59 is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 46 | 89 | - |
| CMYK | 0.47 | 0.48 | 0 | 0.65 |
| HSL | 241.4º | 0.32% | 0.26% | - |
| HSV(B) | 241.4º | 0.48% | 0.35% | - |
| XYZ | 3.95 | 3.28 | 9.88 | - |
| YUV | 51.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 46 | 89 | 0.47 | 0.48 | 0 | 0.65 | 241.4 | 0.32 | 0.26 |
| Hex | 2F | 2E | 59 | 2F | 30 | 0 | 41 | F1 | 20 | 1A |
| Octal | 57 | 56 | 131 | 57 | 60 | 0 | 101 | 361 | 40 | 32 |
| Binary | 101111 | 101110 | 1011001 | 101111 | 110000 | 0 | 1000001 | 11110001 | 100000 | 11010 |
Color Harmonies of #2F2E59
Complementary color
Monochromatic Colors of #2F2E59
Black with #2F2E59
Text Example
Text Example
White with #2F2E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2E59; }
p { color: rgb(47,46,89); }
H1.HeaderClassName
{
color: #2F2E59;
}
.AnyTagClassName
{
color: #2F2E59;
}
</style>
background-color css
<style>
a { background-color: #2F2E59; }
a { background-color: rgb(47,46,89); }
div.DivClassName
{
background-color: #2F2E59;
}
.BgClassName
{
background-color: #2F2E59;
}
</style>
border-color css
<style>
span { border-color: #2F2E59; }
span { border-color: rgb(47,46,89); }
td.TdClassName
{
border-color: #2F2E59;
}
.TagClassName
{
border-color: #2F2E59;
}
</style>