Shades of Paua #2A2744
Tints of Paua #2A2744
RGB
CMYK
RGB Variations
Color information
#2A2744 (or 0x2A2744) is known color: Paua. HEX triplet: 2A, 27 and 44. RGB value is (42,39,68). Sum of RGB (Red+Green+Blue) = 42+39+68=149 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.19% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 68 - color contains mainly: blue. Hex color #2A2744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2744 is #D5D8BB. Grayscale: #2B2B2B. Windows color (decimal): -14014652 or 4466474. OLE color: 4466474.
HSL color Cylindrical-coordinate representation of color #2A2744: hue angle of 246.21º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2A2744 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 39 | 68 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.73 |
| HSL | 246.21º | 0.27% | 0.21% | - |
| HSV(B) | 246.21º | 0.43% | 0.27% | - |
| XYZ | 2.72 | 2.36 | 5.78 | - |
| YUV | 43.2 | 141.99 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 39 | 68 | 0.38 | 0.43 | 0 | 0.73 | 246.21 | 0.27 | 0.21 |
| Hex | 2A | 27 | 44 | 26 | 2B | 0 | 49 | F6 | 1B | 15 |
| Octal | 52 | 47 | 104 | 46 | 53 | 0 | 111 | 366 | 33 | 25 |
| Binary | 101010 | 100111 | 1000100 | 100110 | 101011 | 0 | 1001001 | 11110110 | 11011 | 10101 |
Color Harmonies of #2A2744
Complementary color
Monochromatic Colors of #2A2744
Black with #2A2744
Text Example
Text Example
White with #2A2744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2744; }
p { color: rgb(42,39,68); }
H1.HeaderClassName
{
color: #2A2744;
}
.AnyTagClassName
{
color: #2A2744;
}
</style>
background-color css
<style>
a { background-color: #2A2744; }
a { background-color: rgb(42,39,68); }
div.DivClassName
{
background-color: #2A2744;
}
.BgClassName
{
background-color: #2A2744;
}
</style>
border-color css
<style>
span { border-color: #2A2744; }
span { border-color: rgb(42,39,68); }
td.TdClassName
{
border-color: #2A2744;
}
.TagClassName
{
border-color: #2A2744;
}
</style>