Shades of Paua #2A2646
Tints of Paua #2A2646
RGB
CMYK
RGB Variations
Color information
#2A2646 (or 0x2A2646) is known color: Paua. HEX triplet: 2A, 26 and 46. RGB value is (42,38,70). Sum of RGB (Red+Green+Blue) = 42+38+70=150 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 70 - color contains mainly: blue. Hex color #2A2646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2646 is #D5D9B9. Grayscale: #2A2A2A. Windows color (decimal): -14014906 or 4597290. OLE color: 4597290.
HSL color Cylindrical-coordinate representation of color #2A2646: hue angle of 247.5º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2A2646 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 38 | 70 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.73 |
| HSL | 247.5º | 0.3% | 0.21% | - |
| HSV(B) | 247.5º | 0.46% | 0.27% | - |
| XYZ | 2.75 | 2.32 | 6.1 | - |
| YUV | 42.84 | 143.33 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 38 | 70 | 0.40 | 0.46 | 0 | 0.73 | 247.5 | 0.3 | 0.21 |
| Hex | 2A | 26 | 46 | 28 | 2E | 0 | 49 | F8 | 1E | 15 |
| Octal | 52 | 46 | 106 | 50 | 56 | 0 | 111 | 370 | 36 | 25 |
| Binary | 101010 | 100110 | 1000110 | 101000 | 101110 | 0 | 1001001 | 11111000 | 11110 | 10101 |
Color Harmonies of #2A2646
Complementary color
Monochromatic Colors of #2A2646
Black with #2A2646
Text Example
Text Example
White with #2A2646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2646; }
p { color: rgb(42,38,70); }
H1.HeaderClassName
{
color: #2A2646;
}
.AnyTagClassName
{
color: #2A2646;
}
</style>
background-color css
<style>
a { background-color: #2A2646; }
a { background-color: rgb(42,38,70); }
div.DivClassName
{
background-color: #2A2646;
}
.BgClassName
{
background-color: #2A2646;
}
</style>
border-color css
<style>
span { border-color: #2A2646; }
span { border-color: rgb(42,38,70); }
td.TdClassName
{
border-color: #2A2646;
}
.TagClassName
{
border-color: #2A2646;
}
</style>