Shades of Paua #2B234C
Tints of Paua #2B234C
RGB
CMYK
RGB Variations
Color information
#2B234C (or 0x2B234C) is known color: Paua. HEX triplet: 2B, 23 and 4C. RGB value is (43,35,76). Sum of RGB (Red+Green+Blue) = 43+35+76=154 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.92% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 76 (30.08% from 255 or 49.35% from 154); Max value from RGB is 76 - color contains mainly: blue. Hex color #2B234C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B234C is #D4DCB3. Grayscale: #292929. Windows color (decimal): -13950132 or 4989739. OLE color: 4989739.
HSL color Cylindrical-coordinate representation of color #2B234C: hue angle of 251.71º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B234C is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 35 | 76 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.70 |
| HSL | 251.71º | 0.37% | 0.22% | - |
| HSV(B) | 251.71º | 0.54% | 0.3% | - |
| XYZ | 2.9 | 2.24 | 7.12 | - |
| YUV | 42.07 | 147.15 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 76 | 0.43 | 0.54 | 0 | 0.70 | 251.71 | 0.37 | 0.22 |
| Hex | 2B | 23 | 4C | 2B | 36 | 0 | 46 | FC | 25 | 16 |
| Octal | 53 | 43 | 114 | 53 | 66 | 0 | 106 | 374 | 45 | 26 |
| Binary | 101011 | 100011 | 1001100 | 101011 | 110110 | 0 | 1000110 | 11111100 | 100101 | 10110 |
Color Harmonies of #2B234C
Complementary color
Monochromatic Colors of #2B234C
Black with #2B234C
Text Example
Text Example
White with #2B234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B234C; }
p { color: rgb(43,35,76); }
H1.HeaderClassName
{
color: #2B234C;
}
.AnyTagClassName
{
color: #2B234C;
}
</style>
background-color css
<style>
a { background-color: #2B234C; }
a { background-color: rgb(43,35,76); }
div.DivClassName
{
background-color: #2B234C;
}
.BgClassName
{
background-color: #2B234C;
}
</style>
border-color css
<style>
span { border-color: #2B234C; }
span { border-color: rgb(43,35,76); }
td.TdClassName
{
border-color: #2B234C;
}
.TagClassName
{
border-color: #2B234C;
}
</style>