Shades of Paua #232351
Tints of Paua #232351
RGB
CMYK
RGB Variations
Color information
#232351 (or 0x232351) is known color: Paua. HEX triplet: 23, 23 and 51. RGB value is (35,35,81). Sum of RGB (Red+Green+Blue) = 35+35+81=151 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.18% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 81 (32.03% from 255 or 53.64% from 151); Max value from RGB is 81 - color contains mainly: blue. Hex color #232351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232351 is #DCDCAE. Grayscale: #282828. Windows color (decimal): -14474415 or 5317411. OLE color: 5317411.
HSL color Cylindrical-coordinate representation of color #232351: hue angle of 240º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #232351 is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 35 | 35 | 81 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.68 |
| HSL | 240º | 0.4% | 0.23% | - |
| HSV(B) | 240º | 0.57% | 0.32% | - |
| XYZ | 2.78 | 2.15 | 8.05 | - |
| YUV | 40.24 | 151 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 35 | 81 | 0.57 | 0.57 | 0 | 0.68 | 240 | 0.4 | 0.23 |
| Hex | 23 | 23 | 51 | 39 | 39 | 0 | 44 | F0 | 28 | 17 |
| Octal | 43 | 43 | 121 | 71 | 71 | 0 | 104 | 360 | 50 | 27 |
| Binary | 100011 | 100011 | 1010001 | 111001 | 111001 | 0 | 1000100 | 11110000 | 101000 | 10111 |
Color Harmonies of #232351
Complementary color
Monochromatic Colors of #232351
Black with #232351
Text Example
Text Example
White with #232351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232351; }
p { color: rgb(35,35,81); }
H1.HeaderClassName
{
color: #232351;
}
.AnyTagClassName
{
color: #232351;
}
</style>
background-color css
<style>
a { background-color: #232351; }
a { background-color: rgb(35,35,81); }
div.DivClassName
{
background-color: #232351;
}
.BgClassName
{
background-color: #232351;
}
</style>
border-color css
<style>
span { border-color: #232351; }
span { border-color: rgb(35,35,81); }
td.TdClassName
{
border-color: #232351;
}
.TagClassName
{
border-color: #232351;
}
</style>