Shades of Paua #26175B
Tints of Paua #26175B
RGB
CMYK
RGB Variations
Color information
#26175B (or 0x26175B) is known color: Paua. HEX triplet: 26, 17 and 5B. RGB value is (38,23,91). Sum of RGB (Red+Green+Blue) = 38+23+91=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 91 (35.94% from 255 or 59.87% from 152); Max value from RGB is 91 - color contains mainly: blue. Hex color #26175B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26175B is #D9E8A4. Grayscale: #222222. Windows color (decimal): -14280869 or 5969702. OLE color: 5969702.
HSL color Cylindrical-coordinate representation of color #26175B: hue angle of 253.24º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26175B is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 23 | 91 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.64 |
| HSL | 253.24º | 0.6% | 0.22% | - |
| HSV(B) | 253.24º | 0.75% | 0.36% | - |
| XYZ | 2.99 | 1.78 | 10.08 | - |
| YUV | 35.24 | 159.47 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 23 | 91 | 0.58 | 0.75 | 0 | 0.64 | 253.24 | 0.6 | 0.22 |
| Hex | 26 | 17 | 5B | 3A | 4B | 0 | 40 | FD | 3C | 16 |
| Octal | 46 | 27 | 133 | 72 | 113 | 0 | 100 | 375 | 74 | 26 |
| Binary | 100110 | 10111 | 1011011 | 111010 | 1001011 | 0 | 1000000 | 11111101 | 111100 | 10110 |
Color Harmonies of #26175B
Complementary color
Monochromatic Colors of #26175B
Black with #26175B
Text Example
Text Example
White with #26175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26175B; }
p { color: rgb(38,23,91); }
H1.HeaderClassName
{
color: #26175B;
}
.AnyTagClassName
{
color: #26175B;
}
</style>
background-color css
<style>
a { background-color: #26175B; }
a { background-color: rgb(38,23,91); }
div.DivClassName
{
background-color: #26175B;
}
.BgClassName
{
background-color: #26175B;
}
</style>
border-color css
<style>
span { border-color: #26175B; }
span { border-color: rgb(38,23,91); }
td.TdClassName
{
border-color: #26175B;
}
.TagClassName
{
border-color: #26175B;
}
</style>