Shades of Paua #2B2059
Tints of Paua #2B2059
RGB
CMYK
RGB Variations
Color information
#2B2059 (or 0x2B2059) is known color: Paua. HEX triplet: 2B, 20 and 59. RGB value is (43,32,89). Sum of RGB (Red+Green+Blue) = 43+32+89=164 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.22% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #2B2059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2059 is #D4DFA6. Grayscale: #292929. Windows color (decimal): -13950887 or 5840939. OLE color: 5840939.
HSL color Cylindrical-coordinate representation of color #2B2059: hue angle of 251.58º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B2059 is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 32 | 89 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.65 |
| HSL | 251.58º | 0.47% | 0.24% | - |
| HSV(B) | 251.58º | 0.64% | 0.35% | - |
| XYZ | 3.32 | 2.27 | 9.71 | - |
| YUV | 41.79 | 154.64 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 32 | 89 | 0.52 | 0.64 | 0 | 0.65 | 251.58 | 0.47 | 0.24 |
| Hex | 2B | 20 | 59 | 34 | 40 | 0 | 41 | FC | 2F | 18 |
| Octal | 53 | 40 | 131 | 64 | 100 | 0 | 101 | 374 | 57 | 30 |
| Binary | 101011 | 100000 | 1011001 | 110100 | 1000000 | 0 | 1000001 | 11111100 | 101111 | 11000 |
Color Harmonies of #2B2059
Complementary color
Monochromatic Colors of #2B2059
Black with #2B2059
Text Example
Text Example
White with #2B2059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2059; }
p { color: rgb(43,32,89); }
H1.HeaderClassName
{
color: #2B2059;
}
.AnyTagClassName
{
color: #2B2059;
}
</style>
background-color css
<style>
a { background-color: #2B2059; }
a { background-color: rgb(43,32,89); }
div.DivClassName
{
background-color: #2B2059;
}
.BgClassName
{
background-color: #2B2059;
}
</style>
border-color css
<style>
span { border-color: #2B2059; }
span { border-color: rgb(43,32,89); }
td.TdClassName
{
border-color: #2B2059;
}
.TagClassName
{
border-color: #2B2059;
}
</style>