Shades of Paua #2D2C54
Tints of Paua #2D2C54
RGB
CMYK
RGB Variations
Color information
#2D2C54 (or 0x2D2C54) is known color: Paua. HEX triplet: 2D, 2C and 54. RGB value is (45,44,84). Sum of RGB (Red+Green+Blue) = 45+44+84=173 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.01% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #2D2C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2C54 is #D2D3AB. Grayscale: #303030. Windows color (decimal): -13816748 or 5516333. OLE color: 5516333.
HSL color Cylindrical-coordinate representation of color #2D2C54: hue angle of 241.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2D2C54 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 44 | 84 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.67 |
| HSL | 241.5º | 0.31% | 0.25% | - |
| HSV(B) | 241.5º | 0.48% | 0.33% | - |
| XYZ | 3.58 | 3 | 8.78 | - |
| YUV | 48.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 44 | 84 | 0.46 | 0.48 | 0 | 0.67 | 241.5 | 0.31 | 0.25 |
| Hex | 2D | 2C | 54 | 2E | 30 | 0 | 43 | F2 | 1F | 19 |
| Octal | 55 | 54 | 124 | 56 | 60 | 0 | 103 | 362 | 37 | 31 |
| Binary | 101101 | 101100 | 1010100 | 101110 | 110000 | 0 | 1000011 | 11110010 | 11111 | 11001 |
Color Harmonies of #2D2C54
Complementary color
Monochromatic Colors of #2D2C54
Black with #2D2C54
Text Example
Text Example
White with #2D2C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2C54; }
p { color: rgb(45,44,84); }
H1.HeaderClassName
{
color: #2D2C54;
}
.AnyTagClassName
{
color: #2D2C54;
}
</style>
background-color css
<style>
a { background-color: #2D2C54; }
a { background-color: rgb(45,44,84); }
div.DivClassName
{
background-color: #2D2C54;
}
.BgClassName
{
background-color: #2D2C54;
}
</style>
border-color css
<style>
span { border-color: #2D2C54; }
span { border-color: rgb(45,44,84); }
td.TdClassName
{
border-color: #2D2C54;
}
.TagClassName
{
border-color: #2D2C54;
}
</style>