Shades of Paua #2A295C
Tints of Paua #2A295C
RGB
CMYK
RGB Variations
Color information
#2A295C (or 0x2A295C) is known color: Paua. HEX triplet: 2A, 29 and 5C. RGB value is (42,41,92). Sum of RGB (Red+Green+Blue) = 42+41+92=175 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #2A295C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A295C is #D5D6A3. Grayscale: #2E2E2E. Windows color (decimal): -14014116 or 6039850. OLE color: 6039850.
HSL color Cylindrical-coordinate representation of color #2A295C: hue angle of 241.18º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A295C is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 41 | 92 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.64 |
| HSL | 241.18º | 0.38% | 0.26% | - |
| HSV(B) | 241.18º | 0.55% | 0.36% | - |
| XYZ | 3.68 | 2.85 | 10.48 | - |
| YUV | 47.11 | 153.33 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 41 | 92 | 0.54 | 0.55 | 0 | 0.64 | 241.18 | 0.38 | 0.26 |
| Hex | 2A | 29 | 5C | 36 | 37 | 0 | 40 | F1 | 26 | 1A |
| Octal | 52 | 51 | 134 | 66 | 67 | 0 | 100 | 361 | 46 | 32 |
| Binary | 101010 | 101001 | 1011100 | 110110 | 110111 | 0 | 1000000 | 11110001 | 100110 | 11010 |
Color Harmonies of #2A295C
Complementary color
Monochromatic Colors of #2A295C
Black with #2A295C
Text Example
Text Example
White with #2A295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A295C; }
p { color: rgb(42,41,92); }
H1.HeaderClassName
{
color: #2A295C;
}
.AnyTagClassName
{
color: #2A295C;
}
</style>
background-color css
<style>
a { background-color: #2A295C; }
a { background-color: rgb(42,41,92); }
div.DivClassName
{
background-color: #2A295C;
}
.BgClassName
{
background-color: #2A295C;
}
</style>
border-color css
<style>
span { border-color: #2A295C; }
span { border-color: rgb(42,41,92); }
td.TdClassName
{
border-color: #2A295C;
}
.TagClassName
{
border-color: #2A295C;
}
</style>