Shades of Paua #261C53
Tints of Paua #261C53
RGB
CMYK
RGB Variations
Color information
#261C53 (or 0x261C53) is known color: Paua. HEX triplet: 26, 1C and 53. RGB value is (38,28,83). Sum of RGB (Red+Green+Blue) = 38+28+83=149 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.50% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #261C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261C53 is #D9E3AC. Grayscale: #252525. Windows color (decimal): -14279597 or 5446694. OLE color: 5446694.
HSL color Cylindrical-coordinate representation of color #261C53: hue angle of 250.91º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #261C53 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 28 | 83 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.67 |
| HSL | 250.91º | 0.5% | 0.22% | - |
| HSV(B) | 250.91º | 0.66% | 0.33% | - |
| XYZ | 2.78 | 1.87 | 8.4 | - |
| YUV | 37.26 | 153.81 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 83 | 0.54 | 0.66 | 0 | 0.67 | 250.91 | 0.5 | 0.22 |
| Hex | 26 | 1C | 53 | 36 | 42 | 0 | 43 | FB | 32 | 16 |
| Octal | 46 | 34 | 123 | 66 | 102 | 0 | 103 | 373 | 62 | 26 |
| Binary | 100110 | 11100 | 1010011 | 110110 | 1000010 | 0 | 1000011 | 11111011 | 110010 | 10110 |
Color Harmonies of #261C53
Complementary color
Monochromatic Colors of #261C53
Black with #261C53
Text Example
Text Example
White with #261C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261C53; }
p { color: rgb(38,28,83); }
H1.HeaderClassName
{
color: #261C53;
}
.AnyTagClassName
{
color: #261C53;
}
</style>
background-color css
<style>
a { background-color: #261C53; }
a { background-color: rgb(38,28,83); }
div.DivClassName
{
background-color: #261C53;
}
.BgClassName
{
background-color: #261C53;
}
</style>
border-color css
<style>
span { border-color: #261C53; }
span { border-color: rgb(38,28,83); }
td.TdClassName
{
border-color: #261C53;
}
.TagClassName
{
border-color: #261C53;
}
</style>