Shades of Paua #23165D
Tints of Paua #23165D
RGB
CMYK
RGB Variations
Color information
#23165D (or 0x23165D) is known color: Paua. HEX triplet: 23, 16 and 5D. RGB value is (35,22,93). Sum of RGB (Red+Green+Blue) = 35+22+93=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 93 (36.72% from 255 or 62% from 150); Max value from RGB is 93 - color contains mainly: blue. Hex color #23165D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23165D is #DCE9A2. Grayscale: #212121. Windows color (decimal): -14477731 or 6100515. OLE color: 6100515.
HSL color Cylindrical-coordinate representation of color #23165D: hue angle of 250.99º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #23165D is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 22 | 93 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.64 |
| HSL | 250.99º | 0.62% | 0.23% | - |
| HSV(B) | 250.99º | 0.76% | 0.36% | - |
| XYZ | 2.96 | 1.72 | 10.53 | - |
| YUV | 33.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 22 | 93 | 0.62 | 0.76 | 0 | 0.64 | 250.99 | 0.62 | 0.23 |
| Hex | 23 | 16 | 5D | 3E | 4C | 0 | 40 | FB | 3E | 17 |
| Octal | 43 | 26 | 135 | 76 | 114 | 0 | 100 | 373 | 76 | 27 |
| Binary | 100011 | 10110 | 1011101 | 111110 | 1001100 | 0 | 1000000 | 11111011 | 111110 | 10111 |
Color Harmonies of #23165D
Complementary color
Monochromatic Colors of #23165D
Black with #23165D
Text Example
Text Example
White with #23165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23165D; }
p { color: rgb(35,22,93); }
H1.HeaderClassName
{
color: #23165D;
}
.AnyTagClassName
{
color: #23165D;
}
</style>
background-color css
<style>
a { background-color: #23165D; }
a { background-color: rgb(35,22,93); }
div.DivClassName
{
background-color: #23165D;
}
.BgClassName
{
background-color: #23165D;
}
</style>
border-color css
<style>
span { border-color: #23165D; }
span { border-color: rgb(35,22,93); }
td.TdClassName
{
border-color: #23165D;
}
.TagClassName
{
border-color: #23165D;
}
</style>