Shades of Paua #2B2658
Tints of Paua #2B2658
RGB
CMYK
RGB Variations
Color information
#2B2658 (or 0x2B2658) is known color: Paua. HEX triplet: 2B, 26 and 58. RGB value is (43,38,88). Sum of RGB (Red+Green+Blue) = 43+38+88=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #2B2658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2658 is #D4D9A7. Grayscale: #2D2D2D. Windows color (decimal): -13949352 or 5776939. OLE color: 5776939.
HSL color Cylindrical-coordinate representation of color #2B2658: hue angle of 246º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B2658 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 38 | 88 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.65 |
| HSL | 246º | 0.4% | 0.25% | - |
| HSV(B) | 246º | 0.57% | 0.35% | - |
| XYZ | 3.45 | 2.6 | 9.55 | - |
| YUV | 45.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 88 | 0.51 | 0.57 | 0 | 0.65 | 246 | 0.4 | 0.25 |
| Hex | 2B | 26 | 58 | 33 | 39 | 0 | 41 | F6 | 28 | 19 |
| Octal | 53 | 46 | 130 | 63 | 71 | 0 | 101 | 366 | 50 | 31 |
| Binary | 101011 | 100110 | 1011000 | 110011 | 111001 | 0 | 1000001 | 11110110 | 101000 | 11001 |
Color Harmonies of #2B2658
Complementary color
Monochromatic Colors of #2B2658
Black with #2B2658
Text Example
Text Example
White with #2B2658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2658; }
p { color: rgb(43,38,88); }
H1.HeaderClassName
{
color: #2B2658;
}
.AnyTagClassName
{
color: #2B2658;
}
</style>
background-color css
<style>
a { background-color: #2B2658; }
a { background-color: rgb(43,38,88); }
div.DivClassName
{
background-color: #2B2658;
}
.BgClassName
{
background-color: #2B2658;
}
</style>
border-color css
<style>
span { border-color: #2B2658; }
span { border-color: rgb(43,38,88); }
td.TdClassName
{
border-color: #2B2658;
}
.TagClassName
{
border-color: #2B2658;
}
</style>