Shades of Paua #232359
Tints of Paua #232359
RGB
CMYK
RGB Variations
Color information
#232359 (or 0x232359) is known color: Paua. HEX triplet: 23, 23 and 59. RGB value is (35,35,89). Sum of RGB (Red+Green+Blue) = 35+35+89=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 89 (35.16% from 255 or 55.97% from 159); Max value from RGB is 89 - color contains mainly: blue. Hex color #232359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232359 is #DCDCA6. Grayscale: #282828. Windows color (decimal): -14474407 or 5841699. OLE color: 5841699.
HSL color Cylindrical-coordinate representation of color #232359: hue angle of 240º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #232359 is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 35 | 89 | - |
| CMYK | 0.61 | 0.61 | 0 | 0.65 |
| HSL | 240º | 0.44% | 0.24% | - |
| HSV(B) | 240º | 0.61% | 0.35% | - |
| XYZ | 3.1 | 2.28 | 9.73 | - |
| YUV | 41.16 | 155 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 35 | 89 | 0.61 | 0.61 | 0 | 0.65 | 240 | 0.44 | 0.24 |
| Hex | 23 | 23 | 59 | 3D | 3D | 0 | 41 | F0 | 2C | 18 |
| Octal | 43 | 43 | 131 | 75 | 75 | 0 | 101 | 360 | 54 | 30 |
| Binary | 100011 | 100011 | 1011001 | 111101 | 111101 | 0 | 1000001 | 11110000 | 101100 | 11000 |
Color Harmonies of #232359
Complementary color
Monochromatic Colors of #232359
Black with #232359
Text Example
Text Example
White with #232359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232359; }
p { color: rgb(35,35,89); }
H1.HeaderClassName
{
color: #232359;
}
.AnyTagClassName
{
color: #232359;
}
</style>
background-color css
<style>
a { background-color: #232359; }
a { background-color: rgb(35,35,89); }
div.DivClassName
{
background-color: #232359;
}
.BgClassName
{
background-color: #232359;
}
</style>
border-color css
<style>
span { border-color: #232359; }
span { border-color: rgb(35,35,89); }
td.TdClassName
{
border-color: #232359;
}
.TagClassName
{
border-color: #232359;
}
</style>