Shades of Paua #2B295A
Tints of Paua #2B295A
RGB
CMYK
RGB Variations
Color information
#2B295A (or 0x2B295A) is known color: Paua. HEX triplet: 2B, 29 and 5A. RGB value is (43,41,90). Sum of RGB (Red+Green+Blue) = 43+41+90=174 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.71% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #2B295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B295A is #D4D6A5. Grayscale: #2E2E2E. Windows color (decimal): -13948582 or 5908779. OLE color: 5908779.
HSL color Cylindrical-coordinate representation of color #2B295A: hue angle of 242.45º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B295A is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 41 | 90 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.65 |
| HSL | 242.45º | 0.37% | 0.26% | - |
| HSV(B) | 242.45º | 0.54% | 0.35% | - |
| XYZ | 3.63 | 2.84 | 10.03 | - |
| YUV | 47.18 | 152.16 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 41 | 90 | 0.52 | 0.54 | 0 | 0.65 | 242.45 | 0.37 | 0.26 |
| Hex | 2B | 29 | 5A | 34 | 36 | 0 | 41 | F2 | 25 | 1A |
| Octal | 53 | 51 | 132 | 64 | 66 | 0 | 101 | 362 | 45 | 32 |
| Binary | 101011 | 101001 | 1011010 | 110100 | 110110 | 0 | 1000001 | 11110010 | 100101 | 11010 |
Color Harmonies of #2B295A
Complementary color
Monochromatic Colors of #2B295A
Black with #2B295A
Text Example
Text Example
White with #2B295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B295A; }
p { color: rgb(43,41,90); }
H1.HeaderClassName
{
color: #2B295A;
}
.AnyTagClassName
{
color: #2B295A;
}
</style>
background-color css
<style>
a { background-color: #2B295A; }
a { background-color: rgb(43,41,90); }
div.DivClassName
{
background-color: #2B295A;
}
.BgClassName
{
background-color: #2B295A;
}
</style>
border-color css
<style>
span { border-color: #2B295A; }
span { border-color: rgb(43,41,90); }
td.TdClassName
{
border-color: #2B295A;
}
.TagClassName
{
border-color: #2B295A;
}
</style>