Shades of Paua #2A295A
Tints of Paua #2A295A
RGB
CMYK
RGB Variations
Color information
#2A295A (or 0x2A295A) is known color: Paua. HEX triplet: 2A, 29 and 5A. RGB value is (42,41,90). Sum of RGB (Red+Green+Blue) = 42+41+90=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #2A295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A295A is #D5D6A5. Grayscale: #2E2E2E. Windows color (decimal): -14014118 or 5908778. OLE color: 5908778.
HSL color Cylindrical-coordinate representation of color #2A295A: hue angle of 241.22º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A295A is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 41 | 90 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.65 |
| HSL | 241.22º | 0.37% | 0.26% | - |
| HSV(B) | 241.22º | 0.54% | 0.35% | - |
| XYZ | 3.59 | 2.82 | 10.03 | - |
| YUV | 46.89 | 152.33 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 41 | 90 | 0.53 | 0.54 | 0 | 0.65 | 241.22 | 0.37 | 0.26 |
| Hex | 2A | 29 | 5A | 35 | 36 | 0 | 41 | F1 | 25 | 1A |
| Octal | 52 | 51 | 132 | 65 | 66 | 0 | 101 | 361 | 45 | 32 |
| Binary | 101010 | 101001 | 1011010 | 110101 | 110110 | 0 | 1000001 | 11110001 | 100101 | 11010 |
Color Harmonies of #2A295A
Complementary color
Monochromatic Colors of #2A295A
Black with #2A295A
Text Example
Text Example
White with #2A295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A295A; }
p { color: rgb(42,41,90); }
H1.HeaderClassName
{
color: #2A295A;
}
.AnyTagClassName
{
color: #2A295A;
}
</style>
background-color css
<style>
a { background-color: #2A295A; }
a { background-color: rgb(42,41,90); }
div.DivClassName
{
background-color: #2A295A;
}
.BgClassName
{
background-color: #2A295A;
}
</style>
border-color css
<style>
span { border-color: #2A295A; }
span { border-color: rgb(42,41,90); }
td.TdClassName
{
border-color: #2A295A;
}
.TagClassName
{
border-color: #2A295A;
}
</style>