Shades of Paua #2B295C
Tints of Paua #2B295C
RGB
CMYK
RGB Variations
Color information
#2B295C (or 0x2B295C) is known color: Paua. HEX triplet: 2B, 29 and 5C. RGB value is (43,41,92). Sum of RGB (Red+Green+Blue) = 43+41+92=176 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.43% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 92 (36.33% from 255 or 52.27% from 176); Max value from RGB is 92 - color contains mainly: blue. Hex color #2B295C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B295C is #D4D6A3. Grayscale: #2F2F2F. Windows color (decimal): -13948580 or 6039851. OLE color: 6039851.
HSL color Cylindrical-coordinate representation of color #2B295C: hue angle of 242.35º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B295C is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 41 | 92 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.64 |
| HSL | 242.35º | 0.38% | 0.26% | - |
| HSV(B) | 242.35º | 0.55% | 0.36% | - |
| XYZ | 3.72 | 2.87 | 10.48 | - |
| YUV | 47.41 | 153.16 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 41 | 92 | 0.53 | 0.55 | 0 | 0.64 | 242.35 | 0.38 | 0.26 |
| Hex | 2B | 29 | 5C | 35 | 37 | 0 | 40 | F2 | 26 | 1A |
| Octal | 53 | 51 | 134 | 65 | 67 | 0 | 100 | 362 | 46 | 32 |
| Binary | 101011 | 101001 | 1011100 | 110101 | 110111 | 0 | 1000000 | 11110010 | 100110 | 11010 |
Color Harmonies of #2B295C
Complementary color
Monochromatic Colors of #2B295C
Black with #2B295C
Text Example
Text Example
White with #2B295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B295C; }
p { color: rgb(43,41,92); }
H1.HeaderClassName
{
color: #2B295C;
}
.AnyTagClassName
{
color: #2B295C;
}
</style>
background-color css
<style>
a { background-color: #2B295C; }
a { background-color: rgb(43,41,92); }
div.DivClassName
{
background-color: #2B295C;
}
.BgClassName
{
background-color: #2B295C;
}
</style>
border-color css
<style>
span { border-color: #2B295C; }
span { border-color: rgb(43,41,92); }
td.TdClassName
{
border-color: #2B295C;
}
.TagClassName
{
border-color: #2B295C;
}
</style>