Shades of Paua #2F294F
Tints of Paua #2F294F
RGB
CMYK
RGB Variations
Color information
#2F294F (or 0x2F294F) is known color: Paua. HEX triplet: 2F, 29 and 4F. RGB value is (47,41,79). Sum of RGB (Red+Green+Blue) = 47+41+79=167 (22% of max value = 765). Red value is 47 (18.75% from 255 or 28.14% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 79 - color contains mainly: blue. Hex color #2F294F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F294F is #D0D6B0. Grayscale: #2E2E2E. Windows color (decimal): -13686449 or 5187887. OLE color: 5187887.
HSL color Cylindrical-coordinate representation of color #2F294F: hue angle of 249.47º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F294F is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 41 | 79 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.69 |
| HSL | 249.47º | 0.32% | 0.24% | - |
| HSV(B) | 249.47º | 0.48% | 0.31% | - |
| XYZ | 3.38 | 2.75 | 7.75 | - |
| YUV | 47.13 | 145.99 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 41 | 79 | 0.41 | 0.48 | 0 | 0.69 | 249.47 | 0.32 | 0.24 |
| Hex | 2F | 29 | 4F | 29 | 30 | 0 | 45 | F9 | 20 | 18 |
| Octal | 57 | 51 | 117 | 51 | 60 | 0 | 105 | 371 | 40 | 30 |
| Binary | 101111 | 101001 | 1001111 | 101001 | 110000 | 0 | 1000101 | 11111001 | 100000 | 11000 |
Color Harmonies of #2F294F
Complementary color
Monochromatic Colors of #2F294F
Black with #2F294F
Text Example
Text Example
White with #2F294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F294F; }
p { color: rgb(47,41,79); }
H1.HeaderClassName
{
color: #2F294F;
}
.AnyTagClassName
{
color: #2F294F;
}
</style>
background-color css
<style>
a { background-color: #2F294F; }
a { background-color: rgb(47,41,79); }
div.DivClassName
{
background-color: #2F294F;
}
.BgClassName
{
background-color: #2F294F;
}
</style>
border-color css
<style>
span { border-color: #2F294F; }
span { border-color: rgb(47,41,79); }
td.TdClassName
{
border-color: #2F294F;
}
.TagClassName
{
border-color: #2F294F;
}
</style>