Shades of Paua #2B2053
Tints of Paua #2B2053
RGB
CMYK
RGB Variations
Color information
#2B2053 (or 0x2B2053) is known color: Paua. HEX triplet: 2B, 20 and 53. RGB value is (43,32,83). Sum of RGB (Red+Green+Blue) = 43+32+83=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #2B2053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2053 is #D4DFAC. Grayscale: #282828. Windows color (decimal): -13950893 or 5447723. OLE color: 5447723.
HSL color Cylindrical-coordinate representation of color #2B2053: hue angle of 252.94º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B2053 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 32 | 83 | - |
| CMYK | 0.48 | 0.61 | 0 | 0.67 |
| HSL | 252.94º | 0.44% | 0.23% | - |
| HSV(B) | 252.94º | 0.61% | 0.33% | - |
| XYZ | 3.07 | 2.17 | 8.44 | - |
| YUV | 41.1 | 151.64 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 32 | 83 | 0.48 | 0.61 | 0 | 0.67 | 252.94 | 0.44 | 0.23 |
| Hex | 2B | 20 | 53 | 30 | 3D | 0 | 43 | FD | 2C | 17 |
| Octal | 53 | 40 | 123 | 60 | 75 | 0 | 103 | 375 | 54 | 27 |
| Binary | 101011 | 100000 | 1010011 | 110000 | 111101 | 0 | 1000011 | 11111101 | 101100 | 10111 |
Color Harmonies of #2B2053
Complementary color
Monochromatic Colors of #2B2053
Black with #2B2053
Text Example
Text Example
White with #2B2053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2053; }
p { color: rgb(43,32,83); }
H1.HeaderClassName
{
color: #2B2053;
}
.AnyTagClassName
{
color: #2B2053;
}
</style>
background-color css
<style>
a { background-color: #2B2053; }
a { background-color: rgb(43,32,83); }
div.DivClassName
{
background-color: #2B2053;
}
.BgClassName
{
background-color: #2B2053;
}
</style>
border-color css
<style>
span { border-color: #2B2053; }
span { border-color: rgb(43,32,83); }
td.TdClassName
{
border-color: #2B2053;
}
.TagClassName
{
border-color: #2B2053;
}
</style>