Shades of Paua #23195A
Tints of Paua #23195A
RGB
CMYK
RGB Variations
Color information
#23195A (or 0x23195A) is known color: Paua. HEX triplet: 23, 19 and 5A. RGB value is (35,25,90). Sum of RGB (Red+Green+Blue) = 35+25+90=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 90 (35.55% from 255 or 60% from 150); Max value from RGB is 90 - color contains mainly: blue. Hex color #23195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23195A is #DCE6A5. Grayscale: #232323. Windows color (decimal): -14476966 or 5904675. OLE color: 5904675.
HSL color Cylindrical-coordinate representation of color #23195A: hue angle of 249.23º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23195A is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 25 | 90 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.65 |
| HSL | 249.23º | 0.57% | 0.23% | - |
| HSV(B) | 249.23º | 0.72% | 0.35% | - |
| XYZ | 2.89 | 1.79 | 9.87 | - |
| YUV | 35.4 | 158.81 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 90 | 0.61 | 0.72 | 0 | 0.65 | 249.23 | 0.57 | 0.23 |
| Hex | 23 | 19 | 5A | 3D | 48 | 0 | 41 | F9 | 39 | 17 |
| Octal | 43 | 31 | 132 | 75 | 110 | 0 | 101 | 371 | 71 | 27 |
| Binary | 100011 | 11001 | 1011010 | 111101 | 1001000 | 0 | 1000001 | 11111001 | 111001 | 10111 |
Color Harmonies of #23195A
Complementary color
Monochromatic Colors of #23195A
Black with #23195A
Text Example
Text Example
White with #23195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23195A; }
p { color: rgb(35,25,90); }
H1.HeaderClassName
{
color: #23195A;
}
.AnyTagClassName
{
color: #23195A;
}
</style>
background-color css
<style>
a { background-color: #23195A; }
a { background-color: rgb(35,25,90); }
div.DivClassName
{
background-color: #23195A;
}
.BgClassName
{
background-color: #23195A;
}
</style>
border-color css
<style>
span { border-color: #23195A; }
span { border-color: rgb(35,25,90); }
td.TdClassName
{
border-color: #23195A;
}
.TagClassName
{
border-color: #23195A;
}
</style>