Shades of Paua #2B1D56
Tints of Paua #2B1D56
RGB
CMYK
RGB Variations
Color information
#2B1D56 (or 0x2B1D56) is known color: Paua. HEX triplet: 2B, 1D and 56. RGB value is (43,29,86). Sum of RGB (Red+Green+Blue) = 43+29+86=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 86 (33.98% from 255 or 54.43% from 158); Max value from RGB is 86 - color contains mainly: blue. Hex color #2B1D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B1D56 is #D4E2A9. Grayscale: #272727. Windows color (decimal): -13951658 or 5643563. OLE color: 5643563.
HSL color Cylindrical-coordinate representation of color #2B1D56: hue angle of 254.74º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B1D56 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 43 | 29 | 86 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.66 |
| HSL | 254.74º | 0.5% | 0.23% | - |
| HSV(B) | 254.74º | 0.66% | 0.34% | - |
| XYZ | 3.12 | 2.06 | 9.04 | - |
| YUV | 39.68 | 154.14 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 29 | 86 | 0.50 | 0.66 | 0 | 0.66 | 254.74 | 0.5 | 0.23 |
| Hex | 2B | 1D | 56 | 32 | 42 | 0 | 42 | FF | 32 | 17 |
| Octal | 53 | 35 | 126 | 62 | 102 | 0 | 102 | 377 | 62 | 27 |
| Binary | 101011 | 11101 | 1010110 | 110010 | 1000010 | 0 | 1000010 | 11111111 | 110010 | 10111 |
Color Harmonies of #2B1D56
Complementary color
Monochromatic Colors of #2B1D56
Black with #2B1D56
Text Example
Text Example
White with #2B1D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1D56; }
p { color: rgb(43,29,86); }
H1.HeaderClassName
{
color: #2B1D56;
}
.AnyTagClassName
{
color: #2B1D56;
}
</style>
background-color css
<style>
a { background-color: #2B1D56; }
a { background-color: rgb(43,29,86); }
div.DivClassName
{
background-color: #2B1D56;
}
.BgClassName
{
background-color: #2B1D56;
}
</style>
border-color css
<style>
span { border-color: #2B1D56; }
span { border-color: rgb(43,29,86); }
td.TdClassName
{
border-color: #2B1D56;
}
.TagClassName
{
border-color: #2B1D56;
}
</style>