Shades of Paua #2F2B57
Tints of Paua #2F2B57
RGB
CMYK
RGB Variations
Color information
#2F2B57 (or 0x2F2B57) is known color: Paua. HEX triplet: 2F, 2B and 57. RGB value is (47,43,87). Sum of RGB (Red+Green+Blue) = 47+43+87=177 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.55% from 177); Green value is 43 (17.19% from 255 or 24.29% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #2F2B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2B57 is #D0D4A8. Grayscale: #313131. Windows color (decimal): -13685929 or 5712687. OLE color: 5712687.
HSL color Cylindrical-coordinate representation of color #2F2B57: hue angle of 245.45º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F2B57 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 47 | 43 | 87 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.66 |
| HSL | 245.45º | 0.34% | 0.25% | - |
| HSV(B) | 245.45º | 0.51% | 0.34% | - |
| XYZ | 3.76 | 3.02 | 9.4 | - |
| YUV | 49.21 | 149.33 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 43 | 87 | 0.46 | 0.51 | 0 | 0.66 | 245.45 | 0.34 | 0.25 |
| Hex | 2F | 2B | 57 | 2E | 33 | 0 | 42 | F5 | 22 | 19 |
| Octal | 57 | 53 | 127 | 56 | 63 | 0 | 102 | 365 | 42 | 31 |
| Binary | 101111 | 101011 | 1010111 | 101110 | 110011 | 0 | 1000010 | 11110101 | 100010 | 11001 |
Color Harmonies of #2F2B57
Complementary color
Monochromatic Colors of #2F2B57
Black with #2F2B57
Text Example
Text Example
White with #2F2B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2B57; }
p { color: rgb(47,43,87); }
H1.HeaderClassName
{
color: #2F2B57;
}
.AnyTagClassName
{
color: #2F2B57;
}
</style>
background-color css
<style>
a { background-color: #2F2B57; }
a { background-color: rgb(47,43,87); }
div.DivClassName
{
background-color: #2F2B57;
}
.BgClassName
{
background-color: #2F2B57;
}
</style>
border-color css
<style>
span { border-color: #2F2B57; }
span { border-color: rgb(47,43,87); }
td.TdClassName
{
border-color: #2F2B57;
}
.TagClassName
{
border-color: #2F2B57;
}
</style>