Shades of Paua #231957
Tints of Paua #231957
RGB
CMYK
RGB Variations
Color information
#231957 (or 0x231957) is known color: Paua. HEX triplet: 23, 19 and 57. RGB value is (35,25,87). Sum of RGB (Red+Green+Blue) = 35+25+87=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 87 (34.38% from 255 or 59.18% from 147); Max value from RGB is 87 - color contains mainly: blue. Hex color #231957 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231957 is #DCE6A8. Grayscale: #222222. Windows color (decimal): -14476969 or 5708067. OLE color: 5708067.
HSL color Cylindrical-coordinate representation of color #231957: hue angle of 249.68º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #231957 is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 35 | 25 | 87 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.66 |
| HSL | 249.68º | 0.55% | 0.22% | - |
| HSV(B) | 249.68º | 0.71% | 0.34% | - |
| XYZ | 2.76 | 1.74 | 9.21 | - |
| YUV | 35.06 | 157.31 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 87 | 0.60 | 0.71 | 0 | 0.66 | 249.68 | 0.55 | 0.22 |
| Hex | 23 | 19 | 57 | 3C | 47 | 0 | 42 | FA | 37 | 16 |
| Octal | 43 | 31 | 127 | 74 | 107 | 0 | 102 | 372 | 67 | 26 |
| Binary | 100011 | 11001 | 1010111 | 111100 | 1000111 | 0 | 1000010 | 11111010 | 110111 | 10110 |
Color Harmonies of #231957
Complementary color
Monochromatic Colors of #231957
Black with #231957
Text Example
Text Example
White with #231957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231957; }
p { color: rgb(35,25,87); }
H1.HeaderClassName
{
color: #231957;
}
.AnyTagClassName
{
color: #231957;
}
</style>
background-color css
<style>
a { background-color: #231957; }
a { background-color: rgb(35,25,87); }
div.DivClassName
{
background-color: #231957;
}
.BgClassName
{
background-color: #231957;
}
</style>
border-color css
<style>
span { border-color: #231957; }
span { border-color: rgb(35,25,87); }
td.TdClassName
{
border-color: #231957;
}
.TagClassName
{
border-color: #231957;
}
</style>