Shades of Paua #2B2158
Tints of Paua #2B2158
RGB
CMYK
RGB Variations
Color information
#2B2158 (or 0x2B2158) is known color: Paua. HEX triplet: 2B, 21 and 58. RGB value is (43,33,88). Sum of RGB (Red+Green+Blue) = 43+33+88=164 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.22% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 88 (34.77% from 255 or 53.66% from 164); Max value from RGB is 88 - color contains mainly: blue. Hex color #2B2158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2158 is #D4DEA7. Grayscale: #2A2A2A. Windows color (decimal): -13950632 or 5775659. OLE color: 5775659.
HSL color Cylindrical-coordinate representation of color #2B2158: hue angle of 250.91º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B2158 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 33 | 88 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.65 |
| HSL | 250.91º | 0.45% | 0.24% | - |
| HSV(B) | 250.91º | 0.63% | 0.35% | - |
| XYZ | 3.3 | 2.31 | 9.5 | - |
| YUV | 42.26 | 153.81 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 33 | 88 | 0.51 | 0.62 | 0 | 0.65 | 250.91 | 0.45 | 0.24 |
| Hex | 2B | 21 | 58 | 33 | 3E | 0 | 41 | FB | 2D | 18 |
| Octal | 53 | 41 | 130 | 63 | 76 | 0 | 101 | 373 | 55 | 30 |
| Binary | 101011 | 100001 | 1011000 | 110011 | 111110 | 0 | 1000001 | 11111011 | 101101 | 11000 |
Color Harmonies of #2B2158
Complementary color
Monochromatic Colors of #2B2158
Black with #2B2158
Text Example
Text Example
White with #2B2158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2158; }
p { color: rgb(43,33,88); }
H1.HeaderClassName
{
color: #2B2158;
}
.AnyTagClassName
{
color: #2B2158;
}
</style>
background-color css
<style>
a { background-color: #2B2158; }
a { background-color: rgb(43,33,88); }
div.DivClassName
{
background-color: #2B2158;
}
.BgClassName
{
background-color: #2B2158;
}
</style>
border-color css
<style>
span { border-color: #2B2158; }
span { border-color: rgb(43,33,88); }
td.TdClassName
{
border-color: #2B2158;
}
.TagClassName
{
border-color: #2B2158;
}
</style>