Shades of Paua #261A53
Tints of Paua #261A53
RGB
CMYK
RGB Variations
Color information
#261A53 (or 0x261A53) is known color: Paua. HEX triplet: 26, 1A and 53. RGB value is (38,26,83). Sum of RGB (Red+Green+Blue) = 38+26+83=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #261A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261A53 is #D9E5AC. Grayscale: #232323. Windows color (decimal): -14280109 or 5446182. OLE color: 5446182.
HSL color Cylindrical-coordinate representation of color #261A53: hue angle of 252.63º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #261A53 is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 26 | 83 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.67 |
| HSL | 252.63º | 0.52% | 0.21% | - |
| HSV(B) | 252.63º | 0.69% | 0.33% | - |
| XYZ | 2.73 | 1.78 | 8.38 | - |
| YUV | 36.09 | 154.48 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 83 | 0.54 | 0.69 | 0 | 0.67 | 252.63 | 0.52 | 0.21 |
| Hex | 26 | 1A | 53 | 36 | 45 | 0 | 43 | FD | 34 | 15 |
| Octal | 46 | 32 | 123 | 66 | 105 | 0 | 103 | 375 | 64 | 25 |
| Binary | 100110 | 11010 | 1010011 | 110110 | 1000101 | 0 | 1000011 | 11111101 | 110100 | 10101 |
Color Harmonies of #261A53
Complementary color
Monochromatic Colors of #261A53
Black with #261A53
Text Example
Text Example
White with #261A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261A53; }
p { color: rgb(38,26,83); }
H1.HeaderClassName
{
color: #261A53;
}
.AnyTagClassName
{
color: #261A53;
}
</style>
background-color css
<style>
a { background-color: #261A53; }
a { background-color: rgb(38,26,83); }
div.DivClassName
{
background-color: #261A53;
}
.BgClassName
{
background-color: #261A53;
}
</style>
border-color css
<style>
span { border-color: #261A53; }
span { border-color: rgb(38,26,83); }
td.TdClassName
{
border-color: #261A53;
}
.TagClassName
{
border-color: #261A53;
}
</style>