Shades of Paua #2B2758
Tints of Paua #2B2758
RGB
CMYK
RGB Variations
Color information
#2B2758 (or 0x2B2758) is known color: Paua. HEX triplet: 2B, 27 and 58. RGB value is (43,39,88). Sum of RGB (Red+Green+Blue) = 43+39+88=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #2B2758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2758 is #D4D8A7. Grayscale: #2D2D2D. Windows color (decimal): -13949096 or 5777195. OLE color: 5777195.
HSL color Cylindrical-coordinate representation of color #2B2758: hue angle of 244.9º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B2758 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 39 | 88 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.65 |
| HSL | 244.9º | 0.39% | 0.25% | - |
| HSV(B) | 244.9º | 0.56% | 0.35% | - |
| XYZ | 3.48 | 2.67 | 9.56 | - |
| YUV | 45.78 | 151.83 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 39 | 88 | 0.51 | 0.56 | 0 | 0.65 | 244.9 | 0.39 | 0.25 |
| Hex | 2B | 27 | 58 | 33 | 38 | 0 | 41 | F5 | 27 | 19 |
| Octal | 53 | 47 | 130 | 63 | 70 | 0 | 101 | 365 | 47 | 31 |
| Binary | 101011 | 100111 | 1011000 | 110011 | 111000 | 0 | 1000001 | 11110101 | 100111 | 11001 |
Color Harmonies of #2B2758
Complementary color
Monochromatic Colors of #2B2758
Black with #2B2758
Text Example
Text Example
White with #2B2758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2758; }
p { color: rgb(43,39,88); }
H1.HeaderClassName
{
color: #2B2758;
}
.AnyTagClassName
{
color: #2B2758;
}
</style>
background-color css
<style>
a { background-color: #2B2758; }
a { background-color: rgb(43,39,88); }
div.DivClassName
{
background-color: #2B2758;
}
.BgClassName
{
background-color: #2B2758;
}
</style>
border-color css
<style>
span { border-color: #2B2758; }
span { border-color: rgb(43,39,88); }
td.TdClassName
{
border-color: #2B2758;
}
.TagClassName
{
border-color: #2B2758;
}
</style>