Shades of Paua #231356
Tints of Paua #231356
RGB
CMYK
RGB Variations
Color information
#231356 (or 0x231356) is known color: Paua. HEX triplet: 23, 13 and 56. RGB value is (35,19,86). Sum of RGB (Red+Green+Blue) = 35+19+86=140 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 86 (33.98% from 255 or 61.43% from 140); Max value from RGB is 86 - color contains mainly: blue. Hex color #231356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231356 is #DCECA9. Grayscale: #1F1F1F. Windows color (decimal): -14478506 or 5640995. OLE color: 5640995.
HSL color Cylindrical-coordinate representation of color #231356: hue angle of 254.33º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #231356 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 35 | 19 | 86 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.66 |
| HSL | 254.33º | 0.64% | 0.21% | - |
| HSV(B) | 254.33º | 0.78% | 0.34% | - |
| XYZ | 2.61 | 1.49 | 8.96 | - |
| YUV | 31.42 | 158.8 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 86 | 0.59 | 0.78 | 0 | 0.66 | 254.33 | 0.64 | 0.21 |
| Hex | 23 | 13 | 56 | 3B | 4E | 0 | 42 | FE | 40 | 15 |
| Octal | 43 | 23 | 126 | 73 | 116 | 0 | 102 | 376 | 100 | 25 |
| Binary | 100011 | 10011 | 1010110 | 111011 | 1001110 | 0 | 1000010 | 11111110 | 1000000 | 10101 |
Color Harmonies of #231356
Complementary color
Monochromatic Colors of #231356
Black with #231356
Text Example
Text Example
White with #231356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231356; }
p { color: rgb(35,19,86); }
H1.HeaderClassName
{
color: #231356;
}
.AnyTagClassName
{
color: #231356;
}
</style>
background-color css
<style>
a { background-color: #231356; }
a { background-color: rgb(35,19,86); }
div.DivClassName
{
background-color: #231356;
}
.BgClassName
{
background-color: #231356;
}
</style>
border-color css
<style>
span { border-color: #231356; }
span { border-color: rgb(35,19,86); }
td.TdClassName
{
border-color: #231356;
}
.TagClassName
{
border-color: #231356;
}
</style>