Shades of Paua #23245E
Tints of Paua #23245E
RGB
CMYK
RGB Variations
Color information
#23245E (or 0x23245E) is known color: Paua. HEX triplet: 23, 24 and 5E. RGB value is (35,36,94). Sum of RGB (Red+Green+Blue) = 35+36+94=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #23245E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23245E is #DCDBA1. Grayscale: #2A2A2A. Windows color (decimal): -14474146 or 6169635. OLE color: 6169635.
HSL color Cylindrical-coordinate representation of color #23245E: hue angle of 238.98º 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 #23245E is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 36 | 94 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.63 |
| HSL | 238.98º | 0.46% | 0.25% | - |
| HSV(B) | 238.98º | 0.63% | 0.37% | - |
| XYZ | 3.34 | 2.43 | 10.88 | - |
| YUV | 42.31 | 157.17 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 36 | 94 | 0.63 | 0.62 | 0 | 0.63 | 238.98 | 0.46 | 0.25 |
| Hex | 23 | 24 | 5E | 3F | 3E | 0 | 3F | EF | 2E | 19 |
| Octal | 43 | 44 | 136 | 77 | 76 | 0 | 77 | 357 | 56 | 31 |
| Binary | 100011 | 100100 | 1011110 | 111111 | 111110 | 0 | 111111 | 11101111 | 101110 | 11001 |
Color Harmonies of #23245E
Complementary color
Monochromatic Colors of #23245E
Black with #23245E
Text Example
Text Example
White with #23245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23245E; }
p { color: rgb(35,36,94); }
H1.HeaderClassName
{
color: #23245E;
}
.AnyTagClassName
{
color: #23245E;
}
</style>
background-color css
<style>
a { background-color: #23245E; }
a { background-color: rgb(35,36,94); }
div.DivClassName
{
background-color: #23245E;
}
.BgClassName
{
background-color: #23245E;
}
</style>
border-color css
<style>
span { border-color: #23245E; }
span { border-color: rgb(35,36,94); }
td.TdClassName
{
border-color: #23245E;
}
.TagClassName
{
border-color: #23245E;
}
</style>