Shades of Paua #23194E
Tints of Paua #23194E
RGB
CMYK
RGB Variations
Color information
#23194E (or 0x23194E) is known color: Paua. HEX triplet: 23, 19 and 4E. RGB value is (35,25,78). Sum of RGB (Red+Green+Blue) = 35+25+78=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 78 (30.86% from 255 or 56.52% from 138); Max value from RGB is 78 - color contains mainly: blue. Hex color #23194E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23194E is #DCE6B1. Grayscale: #212121. Windows color (decimal): -14476978 or 5118243. OLE color: 5118243.
HSL color Cylindrical-coordinate representation of color #23194E: hue angle of 251.32º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23194E is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 25 | 78 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.69 |
| HSL | 251.32º | 0.51% | 0.2% | - |
| HSV(B) | 251.32º | 0.68% | 0.31% | - |
| XYZ | 2.42 | 1.6 | 7.39 | - |
| YUV | 34.03 | 152.81 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 78 | 0.55 | 0.68 | 0 | 0.69 | 251.32 | 0.51 | 0.2 |
| Hex | 23 | 19 | 4E | 37 | 44 | 0 | 45 | FB | 33 | 14 |
| Octal | 43 | 31 | 116 | 67 | 104 | 0 | 105 | 373 | 63 | 24 |
| Binary | 100011 | 11001 | 1001110 | 110111 | 1000100 | 0 | 1000101 | 11111011 | 110011 | 10100 |
Color Harmonies of #23194E
Complementary color
Monochromatic Colors of #23194E
Black with #23194E
Text Example
Text Example
White with #23194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23194E; }
p { color: rgb(35,25,78); }
H1.HeaderClassName
{
color: #23194E;
}
.AnyTagClassName
{
color: #23194E;
}
</style>
background-color css
<style>
a { background-color: #23194E; }
a { background-color: rgb(35,25,78); }
div.DivClassName
{
background-color: #23194E;
}
.BgClassName
{
background-color: #23194E;
}
</style>
border-color css
<style>
span { border-color: #23194E; }
span { border-color: rgb(35,25,78); }
td.TdClassName
{
border-color: #23194E;
}
.TagClassName
{
border-color: #23194E;
}
</style>