Shades of Paua #2B2854
Tints of Paua #2B2854
RGB
CMYK
RGB Variations
Color information
#2B2854 (or 0x2B2854) is known color: Paua. HEX triplet: 2B, 28 and 54. RGB value is (43,40,84). Sum of RGB (Red+Green+Blue) = 43+40+84=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #2B2854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2854 is #D4D7AB. Grayscale: #2D2D2D. Windows color (decimal): -13948844 or 5515307. OLE color: 5515307.
HSL color Cylindrical-coordinate representation of color #2B2854: hue angle of 244.09º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B2854 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 40 | 84 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.67 |
| HSL | 244.09º | 0.35% | 0.24% | - |
| HSV(B) | 244.09º | 0.52% | 0.33% | - |
| XYZ | 3.36 | 2.67 | 8.73 | - |
| YUV | 45.91 | 149.49 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 40 | 84 | 0.49 | 0.52 | 0 | 0.67 | 244.09 | 0.35 | 0.24 |
| Hex | 2B | 28 | 54 | 31 | 34 | 0 | 43 | F4 | 23 | 18 |
| Octal | 53 | 50 | 124 | 61 | 64 | 0 | 103 | 364 | 43 | 30 |
| Binary | 101011 | 101000 | 1010100 | 110001 | 110100 | 0 | 1000011 | 11110100 | 100011 | 11000 |
Color Harmonies of #2B2854
Complementary color
Monochromatic Colors of #2B2854
Black with #2B2854
Text Example
Text Example
White with #2B2854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2854; }
p { color: rgb(43,40,84); }
H1.HeaderClassName
{
color: #2B2854;
}
.AnyTagClassName
{
color: #2B2854;
}
</style>
background-color css
<style>
a { background-color: #2B2854; }
a { background-color: rgb(43,40,84); }
div.DivClassName
{
background-color: #2B2854;
}
.BgClassName
{
background-color: #2B2854;
}
</style>
border-color css
<style>
span { border-color: #2B2854; }
span { border-color: rgb(43,40,84); }
td.TdClassName
{
border-color: #2B2854;
}
.TagClassName
{
border-color: #2B2854;
}
</style>