Shades of Paua #2A264B
Tints of Paua #2A264B
RGB
CMYK
RGB Variations
Color information
#2A264B (or 0x2A264B) is known color: Paua. HEX triplet: 2A, 26 and 4B. RGB value is (42,38,75). Sum of RGB (Red+Green+Blue) = 42+38+75=155 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.10% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 75 - color contains mainly: blue. Hex color #2A264B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A264B is #D5D9B4. Grayscale: #2B2B2B. Windows color (decimal): -14014901 or 4924970. OLE color: 4924970.
HSL color Cylindrical-coordinate representation of color #2A264B: hue angle of 246.49º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A264B is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 38 | 75 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.71 |
| HSL | 246.49º | 0.33% | 0.22% | - |
| HSV(B) | 246.49º | 0.49% | 0.29% | - |
| XYZ | 2.92 | 2.39 | 6.96 | - |
| YUV | 43.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 38 | 75 | 0.44 | 0.49 | 0 | 0.71 | 246.49 | 0.33 | 0.22 |
| Hex | 2A | 26 | 4B | 2C | 31 | 0 | 47 | F6 | 21 | 16 |
| Octal | 52 | 46 | 113 | 54 | 61 | 0 | 107 | 366 | 41 | 26 |
| Binary | 101010 | 100110 | 1001011 | 101100 | 110001 | 0 | 1000111 | 11110110 | 100001 | 10110 |
Color Harmonies of #2A264B
Complementary color
Monochromatic Colors of #2A264B
Black with #2A264B
Text Example
Text Example
White with #2A264B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A264B; }
p { color: rgb(42,38,75); }
H1.HeaderClassName
{
color: #2A264B;
}
.AnyTagClassName
{
color: #2A264B;
}
</style>
background-color css
<style>
a { background-color: #2A264B; }
a { background-color: rgb(42,38,75); }
div.DivClassName
{
background-color: #2A264B;
}
.BgClassName
{
background-color: #2A264B;
}
</style>
border-color css
<style>
span { border-color: #2A264B; }
span { border-color: rgb(42,38,75); }
td.TdClassName
{
border-color: #2A264B;
}
.TagClassName
{
border-color: #2A264B;
}
</style>