Shades of Paua #2A224D
Tints of Paua #2A224D
RGB
CMYK
RGB Variations
Color information
#2A224D (or 0x2A224D) is known color: Paua. HEX triplet: 2A, 22 and 4D. RGB value is (42,34,77). Sum of RGB (Red+Green+Blue) = 42+34+77=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #2A224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A224D is #D5DDB2. Grayscale: #292929. Windows color (decimal): -14015923 or 5055018. OLE color: 5055018.
HSL color Cylindrical-coordinate representation of color #2A224D: hue angle of 251.16º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A224D is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 42 | 34 | 77 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.70 |
| HSL | 251.16º | 0.39% | 0.22% | - |
| HSV(B) | 251.16º | 0.56% | 0.3% | - |
| XYZ | 2.87 | 2.17 | 7.29 | - |
| YUV | 41.29 | 148.15 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 34 | 77 | 0.45 | 0.56 | 0 | 0.70 | 251.16 | 0.39 | 0.22 |
| Hex | 2A | 22 | 4D | 2D | 38 | 0 | 46 | FB | 27 | 16 |
| Octal | 52 | 42 | 115 | 55 | 70 | 0 | 106 | 373 | 47 | 26 |
| Binary | 101010 | 100010 | 1001101 | 101101 | 111000 | 0 | 1000110 | 11111011 | 100111 | 10110 |
Color Harmonies of #2A224D
Complementary color
Monochromatic Colors of #2A224D
Black with #2A224D
Text Example
Text Example
White with #2A224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A224D; }
p { color: rgb(42,34,77); }
H1.HeaderClassName
{
color: #2A224D;
}
.AnyTagClassName
{
color: #2A224D;
}
</style>
background-color css
<style>
a { background-color: #2A224D; }
a { background-color: rgb(42,34,77); }
div.DivClassName
{
background-color: #2A224D;
}
.BgClassName
{
background-color: #2A224D;
}
</style>
border-color css
<style>
span { border-color: #2A224D; }
span { border-color: rgb(42,34,77); }
td.TdClassName
{
border-color: #2A224D;
}
.TagClassName
{
border-color: #2A224D;
}
</style>