Shades of Paua #2A264E
Tints of Paua #2A264E
RGB
CMYK
RGB Variations
Color information
#2A264E (or 0x2A264E) is known color: Paua. HEX triplet: 2A, 26 and 4E. RGB value is (42,38,78). Sum of RGB (Red+Green+Blue) = 42+38+78=158 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.58% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 78 - color contains mainly: blue. Hex color #2A264E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A264E is #D5D9B1. Grayscale: #2B2B2B. Windows color (decimal): -14014898 or 5121578. OLE color: 5121578.
HSL color Cylindrical-coordinate representation of color #2A264E: hue angle of 246º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A264E is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 38 | 78 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.69 |
| HSL | 246º | 0.34% | 0.23% | - |
| HSV(B) | 246º | 0.51% | 0.31% | - |
| XYZ | 3.02 | 2.43 | 7.52 | - |
| YUV | 43.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 38 | 78 | 0.46 | 0.51 | 0 | 0.69 | 246 | 0.34 | 0.23 |
| Hex | 2A | 26 | 4E | 2E | 33 | 0 | 45 | F6 | 22 | 17 |
| Octal | 52 | 46 | 116 | 56 | 63 | 0 | 105 | 366 | 42 | 27 |
| Binary | 101010 | 100110 | 1001110 | 101110 | 110011 | 0 | 1000101 | 11110110 | 100010 | 10111 |
Color Harmonies of #2A264E
Complementary color
Monochromatic Colors of #2A264E
Black with #2A264E
Text Example
Text Example
White with #2A264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A264E; }
p { color: rgb(42,38,78); }
H1.HeaderClassName
{
color: #2A264E;
}
.AnyTagClassName
{
color: #2A264E;
}
</style>
background-color css
<style>
a { background-color: #2A264E; }
a { background-color: rgb(42,38,78); }
div.DivClassName
{
background-color: #2A264E;
}
.BgClassName
{
background-color: #2A264E;
}
</style>
border-color css
<style>
span { border-color: #2A264E; }
span { border-color: rgb(42,38,78); }
td.TdClassName
{
border-color: #2A264E;
}
.TagClassName
{
border-color: #2A264E;
}
</style>