Shades of Paua #2A2955
Tints of Paua #2A2955
RGB
CMYK
RGB Variations
Color information
#2A2955 (or 0x2A2955) is known color: Paua. HEX triplet: 2A, 29 and 55. RGB value is (42,41,85). Sum of RGB (Red+Green+Blue) = 42+41+85=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #2A2955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2955 is #D5D6AA. Grayscale: #2E2E2E. Windows color (decimal): -14014123 or 5581098. OLE color: 5581098.
HSL color Cylindrical-coordinate representation of color #2A2955: hue angle of 241.36º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2A2955 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 41 | 85 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.67 |
| HSL | 241.36º | 0.35% | 0.25% | - |
| HSV(B) | 241.36º | 0.52% | 0.33% | - |
| XYZ | 3.39 | 2.73 | 8.94 | - |
| YUV | 46.32 | 149.83 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 41 | 85 | 0.51 | 0.52 | 0 | 0.67 | 241.36 | 0.35 | 0.25 |
| Hex | 2A | 29 | 55 | 33 | 34 | 0 | 43 | F1 | 23 | 19 |
| Octal | 52 | 51 | 125 | 63 | 64 | 0 | 103 | 361 | 43 | 31 |
| Binary | 101010 | 101001 | 1010101 | 110011 | 110100 | 0 | 1000011 | 11110001 | 100011 | 11001 |
Color Harmonies of #2A2955
Complementary color
Monochromatic Colors of #2A2955
Black with #2A2955
Text Example
Text Example
White with #2A2955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2955; }
p { color: rgb(42,41,85); }
H1.HeaderClassName
{
color: #2A2955;
}
.AnyTagClassName
{
color: #2A2955;
}
</style>
background-color css
<style>
a { background-color: #2A2955; }
a { background-color: rgb(42,41,85); }
div.DivClassName
{
background-color: #2A2955;
}
.BgClassName
{
background-color: #2A2955;
}
</style>
border-color css
<style>
span { border-color: #2A2955; }
span { border-color: rgb(42,41,85); }
td.TdClassName
{
border-color: #2A2955;
}
.TagClassName
{
border-color: #2A2955;
}
</style>