Shades of Paua #2A2553
Tints of Paua #2A2553
RGB
CMYK
RGB Variations
Color information
#2A2553 (or 0x2A2553) is known color: Paua. HEX triplet: 2A, 25 and 53. RGB value is (42,37,83). Sum of RGB (Red+Green+Blue) = 42+37+83=162 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.93% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #2A2553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2553 is #D5DAAC. Grayscale: #2B2B2B. Windows color (decimal): -14015149 or 5449002. OLE color: 5449002.
HSL color Cylindrical-coordinate representation of color #2A2553: hue angle of 246.52º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A2553 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 37 | 83 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.67 |
| HSL | 246.52º | 0.38% | 0.24% | - |
| HSV(B) | 246.52º | 0.55% | 0.33% | - |
| XYZ | 3.18 | 2.44 | 8.49 | - |
| YUV | 43.74 | 150.16 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 37 | 83 | 0.49 | 0.55 | 0 | 0.67 | 246.52 | 0.38 | 0.24 |
| Hex | 2A | 25 | 53 | 31 | 37 | 0 | 43 | F7 | 26 | 18 |
| Octal | 52 | 45 | 123 | 61 | 67 | 0 | 103 | 367 | 46 | 30 |
| Binary | 101010 | 100101 | 1010011 | 110001 | 110111 | 0 | 1000011 | 11110111 | 100110 | 11000 |
Color Harmonies of #2A2553
Complementary color
Monochromatic Colors of #2A2553
Black with #2A2553
Text Example
Text Example
White with #2A2553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2553; }
p { color: rgb(42,37,83); }
H1.HeaderClassName
{
color: #2A2553;
}
.AnyTagClassName
{
color: #2A2553;
}
</style>
background-color css
<style>
a { background-color: #2A2553; }
a { background-color: rgb(42,37,83); }
div.DivClassName
{
background-color: #2A2553;
}
.BgClassName
{
background-color: #2A2553;
}
</style>
border-color css
<style>
span { border-color: #2A2553; }
span { border-color: rgb(42,37,83); }
td.TdClassName
{
border-color: #2A2553;
}
.TagClassName
{
border-color: #2A2553;
}
</style>