Shades of Paua #2A2657
Tints of Paua #2A2657
RGB
CMYK
RGB Variations
Color information
#2A2657 (or 0x2A2657) is known color: Paua. HEX triplet: 2A, 26 and 57. RGB value is (42,38,87). Sum of RGB (Red+Green+Blue) = 42+38+87=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 87 (34.38% from 255 or 52.10% from 167); Max value from RGB is 87 - color contains mainly: blue. Hex color #2A2657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2657 is #D5D9A8. Grayscale: #2C2C2C. Windows color (decimal): -14014889 or 5711402. OLE color: 5711402.
HSL color Cylindrical-coordinate representation of color #2A2657: hue angle of 244.9º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A2657 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 42 | 38 | 87 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.66 |
| HSL | 244.9º | 0.39% | 0.25% | - |
| HSV(B) | 244.9º | 0.56% | 0.34% | - |
| XYZ | 3.37 | 2.57 | 9.33 | - |
| YUV | 44.78 | 151.83 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 38 | 87 | 0.52 | 0.56 | 0 | 0.66 | 244.9 | 0.39 | 0.25 |
| Hex | 2A | 26 | 57 | 34 | 38 | 0 | 42 | F5 | 27 | 19 |
| Octal | 52 | 46 | 127 | 64 | 70 | 0 | 102 | 365 | 47 | 31 |
| Binary | 101010 | 100110 | 1010111 | 110100 | 111000 | 0 | 1000010 | 11110101 | 100111 | 11001 |
Color Harmonies of #2A2657
Complementary color
Monochromatic Colors of #2A2657
Black with #2A2657
Text Example
Text Example
White with #2A2657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2657; }
p { color: rgb(42,38,87); }
H1.HeaderClassName
{
color: #2A2657;
}
.AnyTagClassName
{
color: #2A2657;
}
</style>
background-color css
<style>
a { background-color: #2A2657; }
a { background-color: rgb(42,38,87); }
div.DivClassName
{
background-color: #2A2657;
}
.BgClassName
{
background-color: #2A2657;
}
</style>
border-color css
<style>
span { border-color: #2A2657; }
span { border-color: rgb(42,38,87); }
td.TdClassName
{
border-color: #2A2657;
}
.TagClassName
{
border-color: #2A2657;
}
</style>