Shades of Paua #2A264C
Tints of Paua #2A264C
RGB
CMYK
RGB Variations
Color information
#2A264C (or 0x2A264C) is known color: Paua. HEX triplet: 2A, 26 and 4C. RGB value is (42,38,76). Sum of RGB (Red+Green+Blue) = 42+38+76=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #2A264C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A264C is #D5D9B3. Grayscale: #2B2B2B. Windows color (decimal): -14014900 or 4990506. OLE color: 4990506.
HSL color Cylindrical-coordinate representation of color #2A264C: hue angle of 246.32º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A264C is Cyan = 0.45, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 42 | 38 | 76 | - |
| CMYK | 0.45 | 0.5 | 0 | 0.70 |
| HSL | 246.32º | 0.33% | 0.22% | - |
| HSV(B) | 246.32º | 0.5% | 0.3% | - |
| XYZ | 2.95 | 2.4 | 7.15 | - |
| YUV | 43.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 38 | 76 | 0.45 | 0.5 | 0 | 0.70 | 246.32 | 0.33 | 0.22 |
| Hex | 2A | 26 | 4C | 2D | 32 | 0 | 46 | F6 | 21 | 16 |
| Octal | 52 | 46 | 114 | 55 | 62 | 0 | 106 | 366 | 41 | 26 |
| Binary | 101010 | 100110 | 1001100 | 101101 | 110010 | 0 | 1000110 | 11110110 | 100001 | 10110 |
Color Harmonies of #2A264C
Complementary color
Monochromatic Colors of #2A264C
Black with #2A264C
Text Example
Text Example
White with #2A264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A264C; }
p { color: rgb(42,38,76); }
H1.HeaderClassName
{
color: #2A264C;
}
.AnyTagClassName
{
color: #2A264C;
}
</style>
background-color css
<style>
a { background-color: #2A264C; }
a { background-color: rgb(42,38,76); }
div.DivClassName
{
background-color: #2A264C;
}
.BgClassName
{
background-color: #2A264C;
}
</style>
border-color css
<style>
span { border-color: #2A264C; }
span { border-color: rgb(42,38,76); }
td.TdClassName
{
border-color: #2A264C;
}
.TagClassName
{
border-color: #2A264C;
}
</style>