Shades of Paua #231955
Tints of Paua #231955
RGB
CMYK
RGB Variations
Color information
#231955 (or 0x231955) is known color: Paua. HEX triplet: 23, 19 and 55. RGB value is (35,25,85). Sum of RGB (Red+Green+Blue) = 35+25+85=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 85 (33.59% from 255 or 58.62% from 145); Max value from RGB is 85 - color contains mainly: blue. Hex color #231955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231955 is #DCE6AA. Grayscale: #222222. Windows color (decimal): -14476971 or 5576995. OLE color: 5576995.
HSL color Cylindrical-coordinate representation of color #231955: hue angle of 250º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #231955 is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 25 | 85 | - |
| CMYK | 0.59 | 0.71 | 0 | 0.67 |
| HSL | 250º | 0.55% | 0.22% | - |
| HSV(B) | 250º | 0.71% | 0.33% | - |
| XYZ | 2.68 | 1.71 | 8.78 | - |
| YUV | 34.83 | 156.31 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 85 | 0.59 | 0.71 | 0 | 0.67 | 250 | 0.55 | 0.22 |
| Hex | 23 | 19 | 55 | 3B | 47 | 0 | 43 | FA | 37 | 16 |
| Octal | 43 | 31 | 125 | 73 | 107 | 0 | 103 | 372 | 67 | 26 |
| Binary | 100011 | 11001 | 1010101 | 111011 | 1000111 | 0 | 1000011 | 11111010 | 110111 | 10110 |
Color Harmonies of #231955
Complementary color
Monochromatic Colors of #231955
Black with #231955
Text Example
Text Example
White with #231955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231955; }
p { color: rgb(35,25,85); }
H1.HeaderClassName
{
color: #231955;
}
.AnyTagClassName
{
color: #231955;
}
</style>
background-color css
<style>
a { background-color: #231955; }
a { background-color: rgb(35,25,85); }
div.DivClassName
{
background-color: #231955;
}
.BgClassName
{
background-color: #231955;
}
</style>
border-color css
<style>
span { border-color: #231955; }
span { border-color: rgb(35,25,85); }
td.TdClassName
{
border-color: #231955;
}
.TagClassName
{
border-color: #231955;
}
</style>