Shades of Paua #2C2B58
Tints of Paua #2C2B58
RGB
CMYK
RGB Variations
Color information
#2C2B58 (or 0x2C2B58) is known color: Paua. HEX triplet: 2C, 2B and 58. RGB value is (44,43,88). Sum of RGB (Red+Green+Blue) = 44+43+88=175 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.14% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #2C2B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2B58 is #D3D4A7. Grayscale: #303030. Windows color (decimal): -13882536 or 5778220. OLE color: 5778220.
HSL color Cylindrical-coordinate representation of color #2C2B58: hue angle of 241.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2C2B58 is Cyan = 0.5, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 43 | 88 | - |
| CMYK | 0.5 | 0.51 | 0 | 0.65 |
| HSL | 241.33º | 0.34% | 0.26% | - |
| HSV(B) | 241.33º | 0.51% | 0.35% | - |
| XYZ | 3.66 | 2.97 | 9.61 | - |
| YUV | 48.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 43 | 88 | 0.5 | 0.51 | 0 | 0.65 | 241.33 | 0.34 | 0.26 |
| Hex | 2C | 2B | 58 | 32 | 33 | 0 | 41 | F1 | 22 | 1A |
| Octal | 54 | 53 | 130 | 62 | 63 | 0 | 101 | 361 | 42 | 32 |
| Binary | 101100 | 101011 | 1011000 | 110010 | 110011 | 0 | 1000001 | 11110001 | 100010 | 11010 |
Color Harmonies of #2C2B58
Complementary color
Monochromatic Colors of #2C2B58
Black with #2C2B58
Text Example
Text Example
White with #2C2B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2B58; }
p { color: rgb(44,43,88); }
H1.HeaderClassName
{
color: #2C2B58;
}
.AnyTagClassName
{
color: #2C2B58;
}
</style>
background-color css
<style>
a { background-color: #2C2B58; }
a { background-color: rgb(44,43,88); }
div.DivClassName
{
background-color: #2C2B58;
}
.BgClassName
{
background-color: #2C2B58;
}
</style>
border-color css
<style>
span { border-color: #2C2B58; }
span { border-color: rgb(44,43,88); }
td.TdClassName
{
border-color: #2C2B58;
}
.TagClassName
{
border-color: #2C2B58;
}
</style>