Shades of Paua #23205C
Tints of Paua #23205C
RGB
CMYK
RGB Variations
Color information
#23205C (or 0x23205C) is known color: Paua. HEX triplet: 23, 20 and 5C. RGB value is (35,32,92). Sum of RGB (Red+Green+Blue) = 35+32+92=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 92 (36.33% from 255 or 57.86% from 159); Max value from RGB is 92 - color contains mainly: blue. Hex color #23205C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23205C is #DCDFA3. Grayscale: #272727. Windows color (decimal): -14475172 or 6037539. OLE color: 6037539.
HSL color Cylindrical-coordinate representation of color #23205C: hue angle of 243º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #23205C is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 32 | 92 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.64 |
| HSL | 243º | 0.48% | 0.24% | - |
| HSV(B) | 243º | 0.65% | 0.36% | - |
| XYZ | 3.14 | 2.16 | 10.38 | - |
| YUV | 39.74 | 157.49 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 32 | 92 | 0.62 | 0.65 | 0 | 0.64 | 243 | 0.48 | 0.24 |
| Hex | 23 | 20 | 5C | 3E | 41 | 0 | 40 | F3 | 30 | 18 |
| Octal | 43 | 40 | 134 | 76 | 101 | 0 | 100 | 363 | 60 | 30 |
| Binary | 100011 | 100000 | 1011100 | 111110 | 1000001 | 0 | 1000000 | 11110011 | 110000 | 11000 |
Color Harmonies of #23205C
Complementary color
Monochromatic Colors of #23205C
Black with #23205C
Text Example
Text Example
White with #23205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23205C; }
p { color: rgb(35,32,92); }
H1.HeaderClassName
{
color: #23205C;
}
.AnyTagClassName
{
color: #23205C;
}
</style>
background-color css
<style>
a { background-color: #23205C; }
a { background-color: rgb(35,32,92); }
div.DivClassName
{
background-color: #23205C;
}
.BgClassName
{
background-color: #23205C;
}
</style>
border-color css
<style>
span { border-color: #23205C; }
span { border-color: rgb(35,32,92); }
td.TdClassName
{
border-color: #23205C;
}
.TagClassName
{
border-color: #23205C;
}
</style>