Shades of Paua #2B284B
Tints of Paua #2B284B
RGB
CMYK
RGB Variations
Color information
#2B284B (or 0x2B284B) is known color: Paua. HEX triplet: 2B, 28 and 4B. RGB value is (43,40,75). Sum of RGB (Red+Green+Blue) = 43+40+75=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 75 - color contains mainly: blue. Hex color #2B284B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B284B is #D4D7B4. Grayscale: #2C2C2C. Windows color (decimal): -13948853 or 4925483. OLE color: 4925483.
HSL color Cylindrical-coordinate representation of color #2B284B: hue angle of 245.14º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2B284B is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 40 | 75 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.71 |
| HSL | 245.14º | 0.3% | 0.23% | - |
| HSV(B) | 245.14º | 0.47% | 0.29% | - |
| XYZ | 3.03 | 2.54 | 6.99 | - |
| YUV | 44.89 | 144.99 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 40 | 75 | 0.43 | 0.47 | 0 | 0.71 | 245.14 | 0.3 | 0.23 |
| Hex | 2B | 28 | 4B | 2B | 2F | 0 | 47 | F5 | 1E | 17 |
| Octal | 53 | 50 | 113 | 53 | 57 | 0 | 107 | 365 | 36 | 27 |
| Binary | 101011 | 101000 | 1001011 | 101011 | 101111 | 0 | 1000111 | 11110101 | 11110 | 10111 |
Color Harmonies of #2B284B
Complementary color
Monochromatic Colors of #2B284B
Black with #2B284B
Text Example
Text Example
White with #2B284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B284B; }
p { color: rgb(43,40,75); }
H1.HeaderClassName
{
color: #2B284B;
}
.AnyTagClassName
{
color: #2B284B;
}
</style>
background-color css
<style>
a { background-color: #2B284B; }
a { background-color: rgb(43,40,75); }
div.DivClassName
{
background-color: #2B284B;
}
.BgClassName
{
background-color: #2B284B;
}
</style>
border-color css
<style>
span { border-color: #2B284B; }
span { border-color: rgb(43,40,75); }
td.TdClassName
{
border-color: #2B284B;
}
.TagClassName
{
border-color: #2B284B;
}
</style>