Shades of Paua #2B2253
Tints of Paua #2B2253
RGB
CMYK
RGB Variations
Color information
#2B2253 (or 0x2B2253) is known color: Paua. HEX triplet: 2B, 22 and 53. RGB value is (43,34,83). Sum of RGB (Red+Green+Blue) = 43+34+83=160 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.88% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #2B2253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2253 is #D4DDAC. Grayscale: #2A2A2A. Windows color (decimal): -13950381 or 5448235. OLE color: 5448235.
HSL color Cylindrical-coordinate representation of color #2B2253: hue angle of 251.02º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B2253 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 34 | 83 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.67 |
| HSL | 251.02º | 0.42% | 0.23% | - |
| HSV(B) | 251.02º | 0.59% | 0.33% | - |
| XYZ | 3.13 | 2.28 | 8.46 | - |
| YUV | 42.28 | 150.98 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 83 | 0.48 | 0.59 | 0 | 0.67 | 251.02 | 0.42 | 0.23 |
| Hex | 2B | 22 | 53 | 30 | 3B | 0 | 43 | FB | 2A | 17 |
| Octal | 53 | 42 | 123 | 60 | 73 | 0 | 103 | 373 | 52 | 27 |
| Binary | 101011 | 100010 | 1010011 | 110000 | 111011 | 0 | 1000011 | 11111011 | 101010 | 10111 |
Color Harmonies of #2B2253
Complementary color
Monochromatic Colors of #2B2253
Black with #2B2253
Text Example
Text Example
White with #2B2253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2253; }
p { color: rgb(43,34,83); }
H1.HeaderClassName
{
color: #2B2253;
}
.AnyTagClassName
{
color: #2B2253;
}
</style>
background-color css
<style>
a { background-color: #2B2253; }
a { background-color: rgb(43,34,83); }
div.DivClassName
{
background-color: #2B2253;
}
.BgClassName
{
background-color: #2B2253;
}
</style>
border-color css
<style>
span { border-color: #2B2253; }
span { border-color: rgb(43,34,83); }
td.TdClassName
{
border-color: #2B2253;
}
.TagClassName
{
border-color: #2B2253;
}
</style>