Shades of Paua #261D56
Tints of Paua #261D56
RGB
CMYK
RGB Variations
Color information
#261D56 (or 0x261D56) is known color: Paua. HEX triplet: 26, 1D and 56. RGB value is (38,29,86). Sum of RGB (Red+Green+Blue) = 38+29+86=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 86 (33.98% from 255 or 56.21% from 153); Max value from RGB is 86 - color contains mainly: blue. Hex color #261D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261D56 is #D9E2A9. Grayscale: #252525. Windows color (decimal): -14279338 or 5643558. OLE color: 5643558.
HSL color Cylindrical-coordinate representation of color #261D56: hue angle of 249.47º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #261D56 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 38 | 29 | 86 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.66 |
| HSL | 249.47º | 0.5% | 0.23% | - |
| HSV(B) | 249.47º | 0.66% | 0.34% | - |
| XYZ | 2.92 | 1.96 | 9.03 | - |
| YUV | 38.19 | 154.98 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 29 | 86 | 0.56 | 0.66 | 0 | 0.66 | 249.47 | 0.5 | 0.23 |
| Hex | 26 | 1D | 56 | 38 | 42 | 0 | 42 | F9 | 32 | 17 |
| Octal | 46 | 35 | 126 | 70 | 102 | 0 | 102 | 371 | 62 | 27 |
| Binary | 100110 | 11101 | 1010110 | 111000 | 1000010 | 0 | 1000010 | 11111001 | 110010 | 10111 |
Color Harmonies of #261D56
Complementary color
Monochromatic Colors of #261D56
Black with #261D56
Text Example
Text Example
White with #261D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261D56; }
p { color: rgb(38,29,86); }
H1.HeaderClassName
{
color: #261D56;
}
.AnyTagClassName
{
color: #261D56;
}
</style>
background-color css
<style>
a { background-color: #261D56; }
a { background-color: rgb(38,29,86); }
div.DivClassName
{
background-color: #261D56;
}
.BgClassName
{
background-color: #261D56;
}
</style>
border-color css
<style>
span { border-color: #261D56; }
span { border-color: rgb(38,29,86); }
td.TdClassName
{
border-color: #261D56;
}
.TagClassName
{
border-color: #261D56;
}
</style>