Shades of Paua #2A2454
Tints of Paua #2A2454
RGB
CMYK
RGB Variations
Color information
#2A2454 (or 0x2A2454) is known color: Paua. HEX triplet: 2A, 24 and 54. RGB value is (42,36,84). Sum of RGB (Red+Green+Blue) = 42+36+84=162 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.93% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 84 (33.20% from 255 or 51.85% from 162); Max value from RGB is 84 - color contains mainly: blue. Hex color #2A2454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2454 is #D5DBAB. Grayscale: #2B2B2B. Windows color (decimal): -14015404 or 5514282. OLE color: 5514282.
HSL color Cylindrical-coordinate representation of color #2A2454: hue angle of 247.5º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A2454 is Cyan = 0.5, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 36 | 84 | - |
| CMYK | 0.5 | 0.57 | 0 | 0.67 |
| HSL | 247.5º | 0.4% | 0.24% | - |
| HSV(B) | 247.5º | 0.57% | 0.33% | - |
| XYZ | 3.19 | 2.39 | 8.68 | - |
| YUV | 43.27 | 150.99 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 36 | 84 | 0.5 | 0.57 | 0 | 0.67 | 247.5 | 0.4 | 0.24 |
| Hex | 2A | 24 | 54 | 32 | 39 | 0 | 43 | F8 | 28 | 18 |
| Octal | 52 | 44 | 124 | 62 | 71 | 0 | 103 | 370 | 50 | 30 |
| Binary | 101010 | 100100 | 1010100 | 110010 | 111001 | 0 | 1000011 | 11111000 | 101000 | 11000 |
Color Harmonies of #2A2454
Complementary color
Monochromatic Colors of #2A2454
Black with #2A2454
Text Example
Text Example
White with #2A2454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2454; }
p { color: rgb(42,36,84); }
H1.HeaderClassName
{
color: #2A2454;
}
.AnyTagClassName
{
color: #2A2454;
}
</style>
background-color css
<style>
a { background-color: #2A2454; }
a { background-color: rgb(42,36,84); }
div.DivClassName
{
background-color: #2A2454;
}
.BgClassName
{
background-color: #2A2454;
}
</style>
border-color css
<style>
span { border-color: #2A2454; }
span { border-color: rgb(42,36,84); }
td.TdClassName
{
border-color: #2A2454;
}
.TagClassName
{
border-color: #2A2454;
}
</style>