Shades of Paua #23135B
Tints of Paua #23135B
RGB
CMYK
RGB Variations
Color information
#23135B (or 0x23135B) is known color: Paua. HEX triplet: 23, 13 and 5B. RGB value is (35,19,91). Sum of RGB (Red+Green+Blue) = 35+19+91=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 91 (35.94% from 255 or 62.76% from 145); Max value from RGB is 91 - color contains mainly: blue. Hex color #23135B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23135B is #DCECA4. Grayscale: #1F1F1F. Windows color (decimal): -14478501 or 5968675. OLE color: 5968675.
HSL color Cylindrical-coordinate representation of color #23135B: hue angle of 253.33º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23135B is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 19 | 91 | - |
| CMYK | 0.62 | 0.79 | 0 | 0.64 |
| HSL | 253.33º | 0.65% | 0.22% | - |
| HSV(B) | 253.33º | 0.79% | 0.36% | - |
| XYZ | 2.81 | 1.58 | 10.05 | - |
| YUV | 31.99 | 161.3 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 91 | 0.62 | 0.79 | 0 | 0.64 | 253.33 | 0.65 | 0.22 |
| Hex | 23 | 13 | 5B | 3E | 4F | 0 | 40 | FD | 41 | 16 |
| Octal | 43 | 23 | 133 | 76 | 117 | 0 | 100 | 375 | 101 | 26 |
| Binary | 100011 | 10011 | 1011011 | 111110 | 1001111 | 0 | 1000000 | 11111101 | 1000001 | 10110 |
Color Harmonies of #23135B
Complementary color
Monochromatic Colors of #23135B
Black with #23135B
Text Example
Text Example
White with #23135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23135B; }
p { color: rgb(35,19,91); }
H1.HeaderClassName
{
color: #23135B;
}
.AnyTagClassName
{
color: #23135B;
}
</style>
background-color css
<style>
a { background-color: #23135B; }
a { background-color: rgb(35,19,91); }
div.DivClassName
{
background-color: #23135B;
}
.BgClassName
{
background-color: #23135B;
}
</style>
border-color css
<style>
span { border-color: #23135B; }
span { border-color: rgb(35,19,91); }
td.TdClassName
{
border-color: #23135B;
}
.TagClassName
{
border-color: #23135B;
}
</style>