Shades of Paua #2B2250
Tints of Paua #2B2250
RGB
CMYK
RGB Variations
Color information
#2B2250 (or 0x2B2250) is known color: Paua. HEX triplet: 2B, 22 and 50. RGB value is (43,34,80). Sum of RGB (Red+Green+Blue) = 43+34+80=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #2B2250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2250 is #D4DDAF. Grayscale: #292929. Windows color (decimal): -13950384 or 5251627. OLE color: 5251627.
HSL color Cylindrical-coordinate representation of color #2B2250: hue angle of 251.74º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B2250 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 34 | 80 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.69 |
| HSL | 251.74º | 0.4% | 0.22% | - |
| HSV(B) | 251.74º | 0.58% | 0.31% | - |
| XYZ | 3.02 | 2.24 | 7.86 | - |
| YUV | 41.94 | 149.48 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 80 | 0.46 | 0.58 | 0 | 0.69 | 251.74 | 0.4 | 0.22 |
| Hex | 2B | 22 | 50 | 2E | 3A | 0 | 45 | FC | 28 | 16 |
| Octal | 53 | 42 | 120 | 56 | 72 | 0 | 105 | 374 | 50 | 26 |
| Binary | 101011 | 100010 | 1010000 | 101110 | 111010 | 0 | 1000101 | 11111100 | 101000 | 10110 |
Color Harmonies of #2B2250
Complementary color
Monochromatic Colors of #2B2250
Black with #2B2250
Text Example
Text Example
White with #2B2250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2250; }
p { color: rgb(43,34,80); }
H1.HeaderClassName
{
color: #2B2250;
}
.AnyTagClassName
{
color: #2B2250;
}
</style>
background-color css
<style>
a { background-color: #2B2250; }
a { background-color: rgb(43,34,80); }
div.DivClassName
{
background-color: #2B2250;
}
.BgClassName
{
background-color: #2B2250;
}
</style>
border-color css
<style>
span { border-color: #2B2250; }
span { border-color: rgb(43,34,80); }
td.TdClassName
{
border-color: #2B2250;
}
.TagClassName
{
border-color: #2B2250;
}
</style>