Shades of Paua #2A234F
Tints of Paua #2A234F
RGB
CMYK
RGB Variations
Color information
#2A234F (or 0x2A234F) is known color: Paua. HEX triplet: 2A, 23 and 4F. RGB value is (42,35,79). Sum of RGB (Red+Green+Blue) = 42+35+79=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 79 (31.25% from 255 or 50.64% from 156); Max value from RGB is 79 - color contains mainly: blue. Hex color #2A234F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A234F is #D5DCB0. Grayscale: #292929. Windows color (decimal): -14015665 or 5186346. OLE color: 5186346.
HSL color Cylindrical-coordinate representation of color #2A234F: hue angle of 249.55º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A234F is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 35 | 79 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.69 |
| HSL | 249.55º | 0.39% | 0.22% | - |
| HSV(B) | 249.55º | 0.56% | 0.31% | - |
| XYZ | 2.97 | 2.26 | 7.68 | - |
| YUV | 42.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 35 | 79 | 0.47 | 0.56 | 0 | 0.69 | 249.55 | 0.39 | 0.22 |
| Hex | 2A | 23 | 4F | 2F | 38 | 0 | 45 | FA | 27 | 16 |
| Octal | 52 | 43 | 117 | 57 | 70 | 0 | 105 | 372 | 47 | 26 |
| Binary | 101010 | 100011 | 1001111 | 101111 | 111000 | 0 | 1000101 | 11111010 | 100111 | 10110 |
Color Harmonies of #2A234F
Complementary color
Monochromatic Colors of #2A234F
Black with #2A234F
Text Example
Text Example
White with #2A234F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A234F; }
p { color: rgb(42,35,79); }
H1.HeaderClassName
{
color: #2A234F;
}
.AnyTagClassName
{
color: #2A234F;
}
</style>
background-color css
<style>
a { background-color: #2A234F; }
a { background-color: rgb(42,35,79); }
div.DivClassName
{
background-color: #2A234F;
}
.BgClassName
{
background-color: #2A234F;
}
</style>
border-color css
<style>
span { border-color: #2A234F; }
span { border-color: rgb(42,35,79); }
td.TdClassName
{
border-color: #2A234F;
}
.TagClassName
{
border-color: #2A234F;
}
</style>