Shades of Paua #2B2254
Tints of Paua #2B2254
RGB
CMYK
RGB Variations
Color information
#2B2254 (or 0x2B2254) is known color: Paua. HEX triplet: 2B, 22 and 54. RGB value is (43,34,84). Sum of RGB (Red+Green+Blue) = 43+34+84=161 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.71% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 84 (33.20% from 255 or 52.17% from 161); Max value from RGB is 84 - color contains mainly: blue. Hex color #2B2254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2254 is #D4DDAB. Grayscale: #2A2A2A. Windows color (decimal): -13950380 or 5513771. OLE color: 5513771.
HSL color Cylindrical-coordinate representation of color #2B2254: hue angle of 250.8º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B2254 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 34 | 84 | - |
| CMYK | 0.49 | 0.60 | 0 | 0.67 |
| HSL | 250.8º | 0.42% | 0.23% | - |
| HSV(B) | 250.8º | 0.6% | 0.33% | - |
| XYZ | 3.17 | 2.3 | 8.66 | - |
| YUV | 42.39 | 151.48 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 84 | 0.49 | 0.60 | 0 | 0.67 | 250.8 | 0.42 | 0.23 |
| Hex | 2B | 22 | 54 | 31 | 3C | 0 | 43 | FB | 2A | 17 |
| Octal | 53 | 42 | 124 | 61 | 74 | 0 | 103 | 373 | 52 | 27 |
| Binary | 101011 | 100010 | 1010100 | 110001 | 111100 | 0 | 1000011 | 11111011 | 101010 | 10111 |
Color Harmonies of #2B2254
Complementary color
Monochromatic Colors of #2B2254
Black with #2B2254
Text Example
Text Example
White with #2B2254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2254; }
p { color: rgb(43,34,84); }
H1.HeaderClassName
{
color: #2B2254;
}
.AnyTagClassName
{
color: #2B2254;
}
</style>
background-color css
<style>
a { background-color: #2B2254; }
a { background-color: rgb(43,34,84); }
div.DivClassName
{
background-color: #2B2254;
}
.BgClassName
{
background-color: #2B2254;
}
</style>
border-color css
<style>
span { border-color: #2B2254; }
span { border-color: rgb(43,34,84); }
td.TdClassName
{
border-color: #2B2254;
}
.TagClassName
{
border-color: #2B2254;
}
</style>