Shades of Paua #232251
Tints of Paua #232251
RGB
CMYK
RGB Variations
Color information
#232251 (or 0x232251) is known color: Paua. HEX triplet: 23, 22 and 51. RGB value is (35,34,81). Sum of RGB (Red+Green+Blue) = 35+34+81=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 81 (32.03% from 255 or 54% from 150); Max value from RGB is 81 - color contains mainly: blue. Hex color #232251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232251 is #DCDDAE. Grayscale: #272727. Windows color (decimal): -14474671 or 5317155. OLE color: 5317155.
HSL color Cylindrical-coordinate representation of color #232251: hue angle of 241.28º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #232251 is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 35 | 34 | 81 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.68 |
| HSL | 241.28º | 0.41% | 0.23% | - |
| HSV(B) | 241.28º | 0.58% | 0.32% | - |
| XYZ | 2.75 | 2.1 | 8.04 | - |
| YUV | 39.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 34 | 81 | 0.57 | 0.58 | 0 | 0.68 | 241.28 | 0.41 | 0.23 |
| Hex | 23 | 22 | 51 | 39 | 3A | 0 | 44 | F1 | 29 | 17 |
| Octal | 43 | 42 | 121 | 71 | 72 | 0 | 104 | 361 | 51 | 27 |
| Binary | 100011 | 100010 | 1010001 | 111001 | 111010 | 0 | 1000100 | 11110001 | 101001 | 10111 |
Color Harmonies of #232251
Complementary color
Monochromatic Colors of #232251
Black with #232251
Text Example
Text Example
White with #232251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232251; }
p { color: rgb(35,34,81); }
H1.HeaderClassName
{
color: #232251;
}
.AnyTagClassName
{
color: #232251;
}
</style>
background-color css
<style>
a { background-color: #232251; }
a { background-color: rgb(35,34,81); }
div.DivClassName
{
background-color: #232251;
}
.BgClassName
{
background-color: #232251;
}
</style>
border-color css
<style>
span { border-color: #232251; }
span { border-color: rgb(35,34,81); }
td.TdClassName
{
border-color: #232251;
}
.TagClassName
{
border-color: #232251;
}
</style>