Shades of Paua #261A57
Tints of Paua #261A57
RGB
CMYK
RGB Variations
Color information
#261A57 (or 0x261A57) is known color: Paua. HEX triplet: 26, 1A and 57. RGB value is (38,26,87). Sum of RGB (Red+Green+Blue) = 38+26+87=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 87 (34.38% from 255 or 57.62% from 151); Max value from RGB is 87 - color contains mainly: blue. Hex color #261A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261A57 is #D9E5A8. Grayscale: #242424. Windows color (decimal): -14280105 or 5708326. OLE color: 5708326.
HSL color Cylindrical-coordinate representation of color #261A57: hue angle of 251.8º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #261A57 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 38 | 26 | 87 | - |
| CMYK | 0.56 | 0.70 | 0 | 0.66 |
| HSL | 251.8º | 0.54% | 0.22% | - |
| HSV(B) | 251.8º | 0.7% | 0.34% | - |
| XYZ | 2.89 | 1.84 | 9.22 | - |
| YUV | 36.54 | 156.48 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 87 | 0.56 | 0.70 | 0 | 0.66 | 251.8 | 0.54 | 0.22 |
| Hex | 26 | 1A | 57 | 38 | 46 | 0 | 42 | FC | 36 | 16 |
| Octal | 46 | 32 | 127 | 70 | 106 | 0 | 102 | 374 | 66 | 26 |
| Binary | 100110 | 11010 | 1010111 | 111000 | 1000110 | 0 | 1000010 | 11111100 | 110110 | 10110 |
Color Harmonies of #261A57
Complementary color
Monochromatic Colors of #261A57
Black with #261A57
Text Example
Text Example
White with #261A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261A57; }
p { color: rgb(38,26,87); }
H1.HeaderClassName
{
color: #261A57;
}
.AnyTagClassName
{
color: #261A57;
}
</style>
background-color css
<style>
a { background-color: #261A57; }
a { background-color: rgb(38,26,87); }
div.DivClassName
{
background-color: #261A57;
}
.BgClassName
{
background-color: #261A57;
}
</style>
border-color css
<style>
span { border-color: #261A57; }
span { border-color: rgb(38,26,87); }
td.TdClassName
{
border-color: #261A57;
}
.TagClassName
{
border-color: #261A57;
}
</style>