Shades of Paua #2B2551
Tints of Paua #2B2551
RGB
CMYK
RGB Variations
Color information
#2B2551 (or 0x2B2551) is known color: Paua. HEX triplet: 2B, 25 and 51. RGB value is (43,37,81). Sum of RGB (Red+Green+Blue) = 43+37+81=161 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.71% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #2B2551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2551 is #D4DAAE. Grayscale: #2B2B2B. Windows color (decimal): -13949615 or 5317931. OLE color: 5317931.
HSL color Cylindrical-coordinate representation of color #2B2551: hue angle of 248.18º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B2551 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 43 | 37 | 81 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.68 |
| HSL | 248.18º | 0.37% | 0.23% | - |
| HSV(B) | 248.18º | 0.54% | 0.32% | - |
| XYZ | 3.14 | 2.43 | 8.09 | - |
| YUV | 43.81 | 148.99 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 37 | 81 | 0.47 | 0.54 | 0 | 0.68 | 248.18 | 0.37 | 0.23 |
| Hex | 2B | 25 | 51 | 2F | 36 | 0 | 44 | F8 | 25 | 17 |
| Octal | 53 | 45 | 121 | 57 | 66 | 0 | 104 | 370 | 45 | 27 |
| Binary | 101011 | 100101 | 1010001 | 101111 | 110110 | 0 | 1000100 | 11111000 | 100101 | 10111 |
Color Harmonies of #2B2551
Complementary color
Monochromatic Colors of #2B2551
Black with #2B2551
Text Example
Text Example
White with #2B2551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2551; }
p { color: rgb(43,37,81); }
H1.HeaderClassName
{
color: #2B2551;
}
.AnyTagClassName
{
color: #2B2551;
}
</style>
background-color css
<style>
a { background-color: #2B2551; }
a { background-color: rgb(43,37,81); }
div.DivClassName
{
background-color: #2B2551;
}
.BgClassName
{
background-color: #2B2551;
}
</style>
border-color css
<style>
span { border-color: #2B2551; }
span { border-color: rgb(43,37,81); }
td.TdClassName
{
border-color: #2B2551;
}
.TagClassName
{
border-color: #2B2551;
}
</style>