Shades of Paua #2B2257
Tints of Paua #2B2257
RGB
CMYK
RGB Variations
Color information
#2B2257 (or 0x2B2257) is known color: Paua. HEX triplet: 2B, 22 and 57. RGB value is (43,34,87). Sum of RGB (Red+Green+Blue) = 43+34+87=164 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.22% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 87 (34.38% from 255 or 53.05% from 164); Max value from RGB is 87 - color contains mainly: blue. Hex color #2B2257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2257 is #D4DDA8. Grayscale: #2A2A2A. Windows color (decimal): -13950377 or 5710379. OLE color: 5710379.
HSL color Cylindrical-coordinate representation of color #2B2257: hue angle of 250.19º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B2257 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 43 | 34 | 87 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.66 |
| HSL | 250.19º | 0.44% | 0.24% | - |
| HSV(B) | 250.19º | 0.61% | 0.34% | - |
| XYZ | 3.29 | 2.35 | 9.3 | - |
| YUV | 42.73 | 152.98 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 87 | 0.51 | 0.61 | 0 | 0.66 | 250.19 | 0.44 | 0.24 |
| Hex | 2B | 22 | 57 | 33 | 3D | 0 | 42 | FA | 2C | 18 |
| Octal | 53 | 42 | 127 | 63 | 75 | 0 | 102 | 372 | 54 | 30 |
| Binary | 101011 | 100010 | 1010111 | 110011 | 111101 | 0 | 1000010 | 11111010 | 101100 | 11000 |
Color Harmonies of #2B2257
Complementary color
Monochromatic Colors of #2B2257
Black with #2B2257
Text Example
Text Example
White with #2B2257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2257; }
p { color: rgb(43,34,87); }
H1.HeaderClassName
{
color: #2B2257;
}
.AnyTagClassName
{
color: #2B2257;
}
</style>
background-color css
<style>
a { background-color: #2B2257; }
a { background-color: rgb(43,34,87); }
div.DivClassName
{
background-color: #2B2257;
}
.BgClassName
{
background-color: #2B2257;
}
</style>
border-color css
<style>
span { border-color: #2B2257; }
span { border-color: rgb(43,34,87); }
td.TdClassName
{
border-color: #2B2257;
}
.TagClassName
{
border-color: #2B2257;
}
</style>