Shades of Paua #2A234E
Tints of Paua #2A234E
RGB
CMYK
RGB Variations
Color information
#2A234E (or 0x2A234E) is known color: Paua. HEX triplet: 2A, 23 and 4E. RGB value is (42,35,78). Sum of RGB (Red+Green+Blue) = 42+35+78=155 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.10% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 78 (30.86% from 255 or 50.32% from 155); Max value from RGB is 78 - color contains mainly: blue. Hex color #2A234E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A234E is #D5DCB1. Grayscale: #292929. Windows color (decimal): -14015666 or 5120810. OLE color: 5120810.
HSL color Cylindrical-coordinate representation of color #2A234E: hue angle of 249.77º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A234E is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 35 | 78 | - |
| CMYK | 0.46 | 0.55 | 0 | 0.69 |
| HSL | 249.77º | 0.38% | 0.22% | - |
| HSV(B) | 249.77º | 0.55% | 0.31% | - |
| XYZ | 2.93 | 2.24 | 7.49 | - |
| YUV | 42 | 148.32 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 35 | 78 | 0.46 | 0.55 | 0 | 0.69 | 249.77 | 0.38 | 0.22 |
| Hex | 2A | 23 | 4E | 2E | 37 | 0 | 45 | FA | 26 | 16 |
| Octal | 52 | 43 | 116 | 56 | 67 | 0 | 105 | 372 | 46 | 26 |
| Binary | 101010 | 100011 | 1001110 | 101110 | 110111 | 0 | 1000101 | 11111010 | 100110 | 10110 |
Color Harmonies of #2A234E
Complementary color
Monochromatic Colors of #2A234E
Black with #2A234E
Text Example
Text Example
White with #2A234E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A234E; }
p { color: rgb(42,35,78); }
H1.HeaderClassName
{
color: #2A234E;
}
.AnyTagClassName
{
color: #2A234E;
}
</style>
background-color css
<style>
a { background-color: #2A234E; }
a { background-color: rgb(42,35,78); }
div.DivClassName
{
background-color: #2A234E;
}
.BgClassName
{
background-color: #2A234E;
}
</style>
border-color css
<style>
span { border-color: #2A234E; }
span { border-color: rgb(42,35,78); }
td.TdClassName
{
border-color: #2A234E;
}
.TagClassName
{
border-color: #2A234E;
}
</style>