Shades of Paua #231A51
Tints of Paua #231A51
RGB
CMYK
RGB Variations
Color information
#231A51 (or 0x231A51) is known color: Paua. HEX triplet: 23, 1A and 51. RGB value is (35,26,81). Sum of RGB (Red+Green+Blue) = 35+26+81=142 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.65% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 81 (32.03% from 255 or 57.04% from 142); Max value from RGB is 81 - color contains mainly: blue. Hex color #231A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231A51 is #DCE5AE. Grayscale: #222222. Windows color (decimal): -14476719 or 5315107. OLE color: 5315107.
HSL color Cylindrical-coordinate representation of color #231A51: hue angle of 249.82º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #231A51 is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 35 | 26 | 81 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.68 |
| HSL | 249.82º | 0.51% | 0.21% | - |
| HSV(B) | 249.82º | 0.68% | 0.32% | - |
| XYZ | 2.55 | 1.69 | 7.98 | - |
| YUV | 34.96 | 153.98 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 81 | 0.57 | 0.68 | 0 | 0.68 | 249.82 | 0.51 | 0.21 |
| Hex | 23 | 1A | 51 | 39 | 44 | 0 | 44 | FA | 33 | 15 |
| Octal | 43 | 32 | 121 | 71 | 104 | 0 | 104 | 372 | 63 | 25 |
| Binary | 100011 | 11010 | 1010001 | 111001 | 1000100 | 0 | 1000100 | 11111010 | 110011 | 10101 |
Color Harmonies of #231A51
Complementary color
Monochromatic Colors of #231A51
Black with #231A51
Text Example
Text Example
White with #231A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A51; }
p { color: rgb(35,26,81); }
H1.HeaderClassName
{
color: #231A51;
}
.AnyTagClassName
{
color: #231A51;
}
</style>
background-color css
<style>
a { background-color: #231A51; }
a { background-color: rgb(35,26,81); }
div.DivClassName
{
background-color: #231A51;
}
.BgClassName
{
background-color: #231A51;
}
</style>
border-color css
<style>
span { border-color: #231A51; }
span { border-color: rgb(35,26,81); }
td.TdClassName
{
border-color: #231A51;
}
.TagClassName
{
border-color: #231A51;
}
</style>