Shades of Paua #2C2458
Tints of Paua #2C2458
RGB
CMYK
RGB Variations
Color information
#2C2458 (or 0x2C2458) is known color: Paua. HEX triplet: 2C, 24 and 58. RGB value is (44,36,88). Sum of RGB (Red+Green+Blue) = 44+36+88=168 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.19% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 88 (34.77% from 255 or 52.38% from 168); Max value from RGB is 88 - color contains mainly: blue. Hex color #2C2458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2458 is #D3DBA7. Grayscale: #2C2C2C. Windows color (decimal): -13884328 or 5776428. OLE color: 5776428.
HSL color Cylindrical-coordinate representation of color #2C2458: hue angle of 249.23º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2C2458 is Cyan = 0.5, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 36 | 88 | - |
| CMYK | 0.5 | 0.59 | 0 | 0.65 |
| HSL | 249.23º | 0.42% | 0.24% | - |
| HSV(B) | 249.23º | 0.59% | 0.35% | - |
| XYZ | 3.43 | 2.5 | 9.53 | - |
| YUV | 44.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 36 | 88 | 0.5 | 0.59 | 0 | 0.65 | 249.23 | 0.42 | 0.24 |
| Hex | 2C | 24 | 58 | 32 | 3B | 0 | 41 | F9 | 2A | 18 |
| Octal | 54 | 44 | 130 | 62 | 73 | 0 | 101 | 371 | 52 | 30 |
| Binary | 101100 | 100100 | 1011000 | 110010 | 111011 | 0 | 1000001 | 11111001 | 101010 | 11000 |
Color Harmonies of #2C2458
Complementary color
Monochromatic Colors of #2C2458
Black with #2C2458
Text Example
Text Example
White with #2C2458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2458; }
p { color: rgb(44,36,88); }
H1.HeaderClassName
{
color: #2C2458;
}
.AnyTagClassName
{
color: #2C2458;
}
</style>
background-color css
<style>
a { background-color: #2C2458; }
a { background-color: rgb(44,36,88); }
div.DivClassName
{
background-color: #2C2458;
}
.BgClassName
{
background-color: #2C2458;
}
</style>
border-color css
<style>
span { border-color: #2C2458; }
span { border-color: rgb(44,36,88); }
td.TdClassName
{
border-color: #2C2458;
}
.TagClassName
{
border-color: #2C2458;
}
</style>