Shades of Paua #232358
Tints of Paua #232358
RGB
CMYK
RGB Variations
Color information
#232358 (or 0x232358) is known color: Paua. HEX triplet: 23, 23 and 58. RGB value is (35,35,88). Sum of RGB (Red+Green+Blue) = 35+35+88=158 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.15% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 88 (34.77% from 255 or 55.70% from 158); Max value from RGB is 88 - color contains mainly: blue. Hex color #232358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232358 is #DCDCA7. Grayscale: #282828. Windows color (decimal): -14474408 or 5776163. OLE color: 5776163.
HSL color Cylindrical-coordinate representation of color #232358: hue angle of 240º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #232358 is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 35 | 88 | - |
| CMYK | 0.60 | 0.60 | 0 | 0.65 |
| HSL | 240º | 0.43% | 0.24% | - |
| HSV(B) | 240º | 0.6% | 0.35% | - |
| XYZ | 3.06 | 2.26 | 9.51 | - |
| YUV | 41.04 | 154.5 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 35 | 88 | 0.60 | 0.60 | 0 | 0.65 | 240 | 0.43 | 0.24 |
| Hex | 23 | 23 | 58 | 3C | 3C | 0 | 41 | F0 | 2B | 18 |
| Octal | 43 | 43 | 130 | 74 | 74 | 0 | 101 | 360 | 53 | 30 |
| Binary | 100011 | 100011 | 1011000 | 111100 | 111100 | 0 | 1000001 | 11110000 | 101011 | 11000 |
Color Harmonies of #232358
Complementary color
Monochromatic Colors of #232358
Black with #232358
Text Example
Text Example
White with #232358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232358; }
p { color: rgb(35,35,88); }
H1.HeaderClassName
{
color: #232358;
}
.AnyTagClassName
{
color: #232358;
}
</style>
background-color css
<style>
a { background-color: #232358; }
a { background-color: rgb(35,35,88); }
div.DivClassName
{
background-color: #232358;
}
.BgClassName
{
background-color: #232358;
}
</style>
border-color css
<style>
span { border-color: #232358; }
span { border-color: rgb(35,35,88); }
td.TdClassName
{
border-color: #232358;
}
.TagClassName
{
border-color: #232358;
}
</style>