Shades of Paua #2C2945
Tints of Paua #2C2945
RGB
CMYK
RGB Variations
Color information
#2C2945 (or 0x2C2945) is known color: Paua. HEX triplet: 2C, 29 and 45. RGB value is (44,41,69). Sum of RGB (Red+Green+Blue) = 44+41+69=154 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.57% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 69 (27.34% from 255 or 44.81% from 154); Max value from RGB is 69 - color contains mainly: blue. Hex color #2C2945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2945 is #D3D6BA. Grayscale: #2C2C2C. Windows color (decimal): -13883067 or 4532524. OLE color: 4532524.
HSL color Cylindrical-coordinate representation of color #2C2945: hue angle of 246.43º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2C2945 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 44 | 41 | 69 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.73 |
| HSL | 246.43º | 0.25% | 0.22% | - |
| HSV(B) | 246.43º | 0.41% | 0.27% | - |
| XYZ | 2.91 | 2.55 | 5.97 | - |
| YUV | 45.09 | 141.49 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 41 | 69 | 0.36 | 0.41 | 0 | 0.73 | 246.43 | 0.25 | 0.22 |
| Hex | 2C | 29 | 45 | 24 | 29 | 0 | 49 | F6 | 19 | 16 |
| Octal | 54 | 51 | 105 | 44 | 51 | 0 | 111 | 366 | 31 | 26 |
| Binary | 101100 | 101001 | 1000101 | 100100 | 101001 | 0 | 1001001 | 11110110 | 11001 | 10110 |
Color Harmonies of #2C2945
Complementary color
Monochromatic Colors of #2C2945
Black with #2C2945
Text Example
Text Example
White with #2C2945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2945; }
p { color: rgb(44,41,69); }
H1.HeaderClassName
{
color: #2C2945;
}
.AnyTagClassName
{
color: #2C2945;
}
</style>
background-color css
<style>
a { background-color: #2C2945; }
a { background-color: rgb(44,41,69); }
div.DivClassName
{
background-color: #2C2945;
}
.BgClassName
{
background-color: #2C2945;
}
</style>
border-color css
<style>
span { border-color: #2C2945; }
span { border-color: rgb(44,41,69); }
td.TdClassName
{
border-color: #2C2945;
}
.TagClassName
{
border-color: #2C2945;
}
</style>