Shades of Paua #231359
Tints of Paua #231359
RGB
CMYK
RGB Variations
Color information
#231359 (or 0x231359) is known color: Paua. HEX triplet: 23, 13 and 59. RGB value is (35,19,89). Sum of RGB (Red+Green+Blue) = 35+19+89=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 89 (35.16% from 255 or 62.24% from 143); Max value from RGB is 89 - color contains mainly: blue. Hex color #231359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231359 is #DCECA6. Grayscale: #1F1F1F. Windows color (decimal): -14478503 or 5837603. OLE color: 5837603.
HSL color Cylindrical-coordinate representation of color #231359: hue angle of 253.71º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #231359 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 19 | 89 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.65 |
| HSL | 253.71º | 0.65% | 0.21% | - |
| HSV(B) | 253.71º | 0.79% | 0.35% | - |
| XYZ | 2.73 | 1.54 | 9.61 | - |
| YUV | 31.76 | 160.3 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 89 | 0.61 | 0.79 | 0 | 0.65 | 253.71 | 0.65 | 0.21 |
| Hex | 23 | 13 | 59 | 3D | 4F | 0 | 41 | FE | 41 | 15 |
| Octal | 43 | 23 | 131 | 75 | 117 | 0 | 101 | 376 | 101 | 25 |
| Binary | 100011 | 10011 | 1011001 | 111101 | 1001111 | 0 | 1000001 | 11111110 | 1000001 | 10101 |
Color Harmonies of #231359
Complementary color
Monochromatic Colors of #231359
Black with #231359
Text Example
Text Example
White with #231359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231359; }
p { color: rgb(35,19,89); }
H1.HeaderClassName
{
color: #231359;
}
.AnyTagClassName
{
color: #231359;
}
</style>
background-color css
<style>
a { background-color: #231359; }
a { background-color: rgb(35,19,89); }
div.DivClassName
{
background-color: #231359;
}
.BgClassName
{
background-color: #231359;
}
</style>
border-color css
<style>
span { border-color: #231359; }
span { border-color: rgb(35,19,89); }
td.TdClassName
{
border-color: #231359;
}
.TagClassName
{
border-color: #231359;
}
</style>