Shades of Paua #23145C
Tints of Paua #23145C
RGB
CMYK
RGB Variations
Color information
#23145C (or 0x23145C) is known color: Paua. HEX triplet: 23, 14 and 5C. RGB value is (35,20,92). Sum of RGB (Red+Green+Blue) = 35+20+92=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #23145C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23145C is #DCEBA3. Grayscale: #202020. Windows color (decimal): -14478244 or 6034467. OLE color: 6034467.
HSL color Cylindrical-coordinate representation of color #23145C: hue angle of 252.5º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23145C is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 20 | 92 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.64 |
| HSL | 252.5º | 0.64% | 0.22% | - |
| HSV(B) | 252.5º | 0.78% | 0.36% | - |
| XYZ | 2.88 | 1.63 | 10.29 | - |
| YUV | 32.69 | 161.47 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 92 | 0.62 | 0.78 | 0 | 0.64 | 252.5 | 0.64 | 0.22 |
| Hex | 23 | 14 | 5C | 3E | 4E | 0 | 40 | FD | 40 | 16 |
| Octal | 43 | 24 | 134 | 76 | 116 | 0 | 100 | 375 | 100 | 26 |
| Binary | 100011 | 10100 | 1011100 | 111110 | 1001110 | 0 | 1000000 | 11111101 | 1000000 | 10110 |
Color Harmonies of #23145C
Complementary color
Monochromatic Colors of #23145C
Black with #23145C
Text Example
Text Example
White with #23145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23145C; }
p { color: rgb(35,20,92); }
H1.HeaderClassName
{
color: #23145C;
}
.AnyTagClassName
{
color: #23145C;
}
</style>
background-color css
<style>
a { background-color: #23145C; }
a { background-color: rgb(35,20,92); }
div.DivClassName
{
background-color: #23145C;
}
.BgClassName
{
background-color: #23145C;
}
</style>
border-color css
<style>
span { border-color: #23145C; }
span { border-color: rgb(35,20,92); }
td.TdClassName
{
border-color: #23145C;
}
.TagClassName
{
border-color: #23145C;
}
</style>