Shades of Paua #2C2857
Tints of Paua #2C2857
RGB
CMYK
RGB Variations
Color information
#2C2857 (or 0x2C2857) is known color: Paua. HEX triplet: 2C, 28 and 57. RGB value is (44,40,87). Sum of RGB (Red+Green+Blue) = 44+40+87=171 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.73% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 87 (34.38% from 255 or 50.88% from 171); Max value from RGB is 87 - color contains mainly: blue. Hex color #2C2857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2857 is #D3D7A8. Grayscale: #2E2E2E. Windows color (decimal): -13883305 or 5711916. OLE color: 5711916.
HSL color Cylindrical-coordinate representation of color #2C2857: hue angle of 245.11º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C2857 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 44 | 40 | 87 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.66 |
| HSL | 245.11º | 0.37% | 0.25% | - |
| HSV(B) | 245.11º | 0.54% | 0.34% | - |
| XYZ | 3.52 | 2.74 | 9.36 | - |
| YUV | 46.55 | 150.83 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 40 | 87 | 0.49 | 0.54 | 0 | 0.66 | 245.11 | 0.37 | 0.25 |
| Hex | 2C | 28 | 57 | 31 | 36 | 0 | 42 | F5 | 25 | 19 |
| Octal | 54 | 50 | 127 | 61 | 66 | 0 | 102 | 365 | 45 | 31 |
| Binary | 101100 | 101000 | 1010111 | 110001 | 110110 | 0 | 1000010 | 11110101 | 100101 | 11001 |
Color Harmonies of #2C2857
Complementary color
Monochromatic Colors of #2C2857
Black with #2C2857
Text Example
Text Example
White with #2C2857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2857; }
p { color: rgb(44,40,87); }
H1.HeaderClassName
{
color: #2C2857;
}
.AnyTagClassName
{
color: #2C2857;
}
</style>
background-color css
<style>
a { background-color: #2C2857; }
a { background-color: rgb(44,40,87); }
div.DivClassName
{
background-color: #2C2857;
}
.BgClassName
{
background-color: #2C2857;
}
</style>
border-color css
<style>
span { border-color: #2C2857; }
span { border-color: rgb(44,40,87); }
td.TdClassName
{
border-color: #2C2857;
}
.TagClassName
{
border-color: #2C2857;
}
</style>