Shades of Paua #2F2C58
Tints of Paua #2F2C58
RGB
CMYK
RGB Variations
Color information
#2F2C58 (or 0x2F2C58) is known color: Paua. HEX triplet: 2F, 2C and 58. RGB value is (47,44,88). Sum of RGB (Red+Green+Blue) = 47+44+88=179 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.26% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: blue. Hex color #2F2C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2C58 is #D0D3A7. Grayscale: #313131. Windows color (decimal): -13685672 or 5778479. OLE color: 5778479.
HSL color Cylindrical-coordinate representation of color #2F2C58: hue angle of 244.09º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2F2C58 is Cyan = 0.47, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 44 | 88 | - |
| CMYK | 0.47 | 0.5 | 0 | 0.65 |
| HSL | 244.09º | 0.33% | 0.26% | - |
| HSV(B) | 244.09º | 0.5% | 0.35% | - |
| XYZ | 3.83 | 3.11 | 9.63 | - |
| YUV | 49.91 | 149.49 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 44 | 88 | 0.47 | 0.5 | 0 | 0.65 | 244.09 | 0.33 | 0.26 |
| Hex | 2F | 2C | 58 | 2F | 32 | 0 | 41 | F4 | 21 | 1A |
| Octal | 57 | 54 | 130 | 57 | 62 | 0 | 101 | 364 | 41 | 32 |
| Binary | 101111 | 101100 | 1011000 | 101111 | 110010 | 0 | 1000001 | 11110100 | 100001 | 11010 |
Color Harmonies of #2F2C58
Complementary color
Monochromatic Colors of #2F2C58
Black with #2F2C58
Text Example
Text Example
White with #2F2C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2C58; }
p { color: rgb(47,44,88); }
H1.HeaderClassName
{
color: #2F2C58;
}
.AnyTagClassName
{
color: #2F2C58;
}
</style>
background-color css
<style>
a { background-color: #2F2C58; }
a { background-color: rgb(47,44,88); }
div.DivClassName
{
background-color: #2F2C58;
}
.BgClassName
{
background-color: #2F2C58;
}
</style>
border-color css
<style>
span { border-color: #2F2C58; }
span { border-color: rgb(47,44,88); }
td.TdClassName
{
border-color: #2F2C58;
}
.TagClassName
{
border-color: #2F2C58;
}
</style>