Shades of Paua #232156
Tints of Paua #232156
RGB
CMYK
RGB Variations
Color information
#232156 (or 0x232156) is known color: Paua. HEX triplet: 23, 21 and 56. RGB value is (35,33,86). Sum of RGB (Red+Green+Blue) = 35+33+86=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 86 (33.98% from 255 or 55.84% from 154); Max value from RGB is 86 - color contains mainly: blue. Hex color #232156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232156 is #DCDEA9. Grayscale: #272727. Windows color (decimal): -14474922 or 5644579. OLE color: 5644579.
HSL color Cylindrical-coordinate representation of color #232156: hue angle of 242.26º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #232156 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 35 | 33 | 86 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.66 |
| HSL | 242.26º | 0.45% | 0.23% | - |
| HSV(B) | 242.26º | 0.62% | 0.34% | - |
| XYZ | 2.92 | 2.12 | 9.06 | - |
| YUV | 39.64 | 154.16 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 33 | 86 | 0.59 | 0.62 | 0 | 0.66 | 242.26 | 0.45 | 0.23 |
| Hex | 23 | 21 | 56 | 3B | 3E | 0 | 42 | F2 | 2D | 17 |
| Octal | 43 | 41 | 126 | 73 | 76 | 0 | 102 | 362 | 55 | 27 |
| Binary | 100011 | 100001 | 1010110 | 111011 | 111110 | 0 | 1000010 | 11110010 | 101101 | 10111 |
Color Harmonies of #232156
Complementary color
Monochromatic Colors of #232156
Black with #232156
Text Example
Text Example
White with #232156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232156; }
p { color: rgb(35,33,86); }
H1.HeaderClassName
{
color: #232156;
}
.AnyTagClassName
{
color: #232156;
}
</style>
background-color css
<style>
a { background-color: #232156; }
a { background-color: rgb(35,33,86); }
div.DivClassName
{
background-color: #232156;
}
.BgClassName
{
background-color: #232156;
}
</style>
border-color css
<style>
span { border-color: #232156; }
span { border-color: rgb(35,33,86); }
td.TdClassName
{
border-color: #232156;
}
.TagClassName
{
border-color: #232156;
}
</style>