Shades of Paua #2A2748
Tints of Paua #2A2748
RGB
CMYK
RGB Variations
Color information
#2A2748 (or 0x2A2748) is known color: Paua. HEX triplet: 2A, 27 and 48. RGB value is (42,39,72). Sum of RGB (Red+Green+Blue) = 42+39+72=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 72 - color contains mainly: blue. Hex color #2A2748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2748 is #D5D8B7. Grayscale: #2B2B2B. Windows color (decimal): -14014648 or 4728618. OLE color: 4728618.
HSL color Cylindrical-coordinate representation of color #2A2748: hue angle of 245.45º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2A2748 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 39 | 72 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.72 |
| HSL | 245.45º | 0.3% | 0.22% | - |
| HSV(B) | 245.45º | 0.46% | 0.28% | - |
| XYZ | 2.85 | 2.41 | 6.45 | - |
| YUV | 43.66 | 143.99 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 39 | 72 | 0.42 | 0.46 | 0 | 0.72 | 245.45 | 0.3 | 0.22 |
| Hex | 2A | 27 | 48 | 2A | 2E | 0 | 48 | F5 | 1E | 16 |
| Octal | 52 | 47 | 110 | 52 | 56 | 0 | 110 | 365 | 36 | 26 |
| Binary | 101010 | 100111 | 1001000 | 101010 | 101110 | 0 | 1001000 | 11110101 | 11110 | 10110 |
Color Harmonies of #2A2748
Complementary color
Monochromatic Colors of #2A2748
Black with #2A2748
Text Example
Text Example
White with #2A2748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2748; }
p { color: rgb(42,39,72); }
H1.HeaderClassName
{
color: #2A2748;
}
.AnyTagClassName
{
color: #2A2748;
}
</style>
background-color css
<style>
a { background-color: #2A2748; }
a { background-color: rgb(42,39,72); }
div.DivClassName
{
background-color: #2A2748;
}
.BgClassName
{
background-color: #2A2748;
}
</style>
border-color css
<style>
span { border-color: #2A2748; }
span { border-color: rgb(42,39,72); }
td.TdClassName
{
border-color: #2A2748;
}
.TagClassName
{
border-color: #2A2748;
}
</style>