Shades of Paua #2B2054
Tints of Paua #2B2054
RGB
CMYK
RGB Variations
Color information
#2B2054 (or 0x2B2054) is known color: Paua. HEX triplet: 2B, 20 and 54. RGB value is (43,32,84). Sum of RGB (Red+Green+Blue) = 43+32+84=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #2B2054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2054 is #D4DFAB. Grayscale: #292929. Windows color (decimal): -13950892 or 5513259. OLE color: 5513259.
HSL color Cylindrical-coordinate representation of color #2B2054: hue angle of 252.69º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B2054 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 32 | 84 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.67 |
| HSL | 252.69º | 0.45% | 0.23% | - |
| HSV(B) | 252.69º | 0.62% | 0.33% | - |
| XYZ | 3.11 | 2.19 | 8.65 | - |
| YUV | 41.22 | 152.14 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 32 | 84 | 0.49 | 0.62 | 0 | 0.67 | 252.69 | 0.45 | 0.23 |
| Hex | 2B | 20 | 54 | 31 | 3E | 0 | 43 | FD | 2D | 17 |
| Octal | 53 | 40 | 124 | 61 | 76 | 0 | 103 | 375 | 55 | 27 |
| Binary | 101011 | 100000 | 1010100 | 110001 | 111110 | 0 | 1000011 | 11111101 | 101101 | 10111 |
Color Harmonies of #2B2054
Complementary color
Monochromatic Colors of #2B2054
Black with #2B2054
Text Example
Text Example
White with #2B2054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2054; }
p { color: rgb(43,32,84); }
H1.HeaderClassName
{
color: #2B2054;
}
.AnyTagClassName
{
color: #2B2054;
}
</style>
background-color css
<style>
a { background-color: #2B2054; }
a { background-color: rgb(43,32,84); }
div.DivClassName
{
background-color: #2B2054;
}
.BgClassName
{
background-color: #2B2054;
}
</style>
border-color css
<style>
span { border-color: #2B2054; }
span { border-color: rgb(43,32,84); }
td.TdClassName
{
border-color: #2B2054;
}
.TagClassName
{
border-color: #2B2054;
}
</style>