Shades of Paua #23235E
Tints of Paua #23235E
RGB
CMYK
RGB Variations
Color information
#23235E (or 0x23235E) is known color: Paua. HEX triplet: 23, 23 and 5E. RGB value is (35,35,94). Sum of RGB (Red+Green+Blue) = 35+35+94=164 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.34% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 94 (37.11% from 255 or 57.32% from 164); Max value from RGB is 94 - color contains mainly: blue. Hex color #23235E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23235E is #DCDCA1. Grayscale: #292929. Windows color (decimal): -14474402 or 6169379. OLE color: 6169379.
HSL color Cylindrical-coordinate representation of color #23235E: hue angle of 240º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23235E is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 35 | 94 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.63 |
| HSL | 240º | 0.46% | 0.25% | - |
| HSV(B) | 240º | 0.63% | 0.37% | - |
| XYZ | 3.31 | 2.37 | 10.87 | - |
| YUV | 41.73 | 157.5 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 35 | 94 | 0.63 | 0.63 | 0 | 0.63 | 240 | 0.46 | 0.25 |
| Hex | 23 | 23 | 5E | 3F | 3F | 0 | 3F | F0 | 2E | 19 |
| Octal | 43 | 43 | 136 | 77 | 77 | 0 | 77 | 360 | 56 | 31 |
| Binary | 100011 | 100011 | 1011110 | 111111 | 111111 | 0 | 111111 | 11110000 | 101110 | 11001 |
Color Harmonies of #23235E
Complementary color
Monochromatic Colors of #23235E
Black with #23235E
Text Example
Text Example
White with #23235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23235E; }
p { color: rgb(35,35,94); }
H1.HeaderClassName
{
color: #23235E;
}
.AnyTagClassName
{
color: #23235E;
}
</style>
background-color css
<style>
a { background-color: #23235E; }
a { background-color: rgb(35,35,94); }
div.DivClassName
{
background-color: #23235E;
}
.BgClassName
{
background-color: #23235E;
}
</style>
border-color css
<style>
span { border-color: #23235E; }
span { border-color: rgb(35,35,94); }
td.TdClassName
{
border-color: #23235E;
}
.TagClassName
{
border-color: #23235E;
}
</style>