Shades of Paua #23185B
Tints of Paua #23185B
RGB
CMYK
RGB Variations
Color information
#23185B (or 0x23185B) is known color: Paua. HEX triplet: 23, 18 and 5B. RGB value is (35,24,91). Sum of RGB (Red+Green+Blue) = 35+24+91=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 91 (35.94% from 255 or 60.67% from 150); Max value from RGB is 91 - color contains mainly: blue. Hex color #23185B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23185B is #DCE7A4. Grayscale: #222222. Windows color (decimal): -14477221 or 5969955. OLE color: 5969955.
HSL color Cylindrical-coordinate representation of color #23185B: hue angle of 249.85º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #23185B is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 24 | 91 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.64 |
| HSL | 249.85º | 0.58% | 0.23% | - |
| HSV(B) | 249.85º | 0.74% | 0.36% | - |
| XYZ | 2.91 | 1.77 | 10.09 | - |
| YUV | 34.93 | 159.64 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 24 | 91 | 0.62 | 0.74 | 0 | 0.64 | 249.85 | 0.58 | 0.23 |
| Hex | 23 | 18 | 5B | 3E | 4A | 0 | 40 | FA | 3A | 17 |
| Octal | 43 | 30 | 133 | 76 | 112 | 0 | 100 | 372 | 72 | 27 |
| Binary | 100011 | 11000 | 1011011 | 111110 | 1001010 | 0 | 1000000 | 11111010 | 111010 | 10111 |
Color Harmonies of #23185B
Complementary color
Monochromatic Colors of #23185B
Black with #23185B
Text Example
Text Example
White with #23185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23185B; }
p { color: rgb(35,24,91); }
H1.HeaderClassName
{
color: #23185B;
}
.AnyTagClassName
{
color: #23185B;
}
</style>
background-color css
<style>
a { background-color: #23185B; }
a { background-color: rgb(35,24,91); }
div.DivClassName
{
background-color: #23185B;
}
.BgClassName
{
background-color: #23185B;
}
</style>
border-color css
<style>
span { border-color: #23185B; }
span { border-color: rgb(35,24,91); }
td.TdClassName
{
border-color: #23185B;
}
.TagClassName
{
border-color: #23185B;
}
</style>