Shades of Paua #261F51
Tints of Paua #261F51
RGB
CMYK
RGB Variations
Color information
#261F51 (or 0x261F51) is known color: Paua. HEX triplet: 26, 1F and 51. RGB value is (38,31,81). Sum of RGB (Red+Green+Blue) = 38+31+81=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 81 (32.03% from 255 or 54% from 150); Max value from RGB is 81 - color contains mainly: blue. Hex color #261F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261F51 is #D9E0AE. Grayscale: #262626. Windows color (decimal): -14278831 or 5316390. OLE color: 5316390.
HSL color Cylindrical-coordinate representation of color #261F51: hue angle of 248.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #261F51 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 31 | 81 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.68 |
| HSL | 248.4º | 0.45% | 0.22% | - |
| HSV(B) | 248.4º | 0.62% | 0.32% | - |
| XYZ | 2.77 | 1.99 | 8.02 | - |
| YUV | 38.79 | 151.82 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 81 | 0.53 | 0.62 | 0 | 0.68 | 248.4 | 0.45 | 0.22 |
| Hex | 26 | 1F | 51 | 35 | 3E | 0 | 44 | F8 | 2D | 16 |
| Octal | 46 | 37 | 121 | 65 | 76 | 0 | 104 | 370 | 55 | 26 |
| Binary | 100110 | 11111 | 1010001 | 110101 | 111110 | 0 | 1000100 | 11111000 | 101101 | 10110 |
Color Harmonies of #261F51
Complementary color
Monochromatic Colors of #261F51
Black with #261F51
Text Example
Text Example
White with #261F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261F51; }
p { color: rgb(38,31,81); }
H1.HeaderClassName
{
color: #261F51;
}
.AnyTagClassName
{
color: #261F51;
}
</style>
background-color css
<style>
a { background-color: #261F51; }
a { background-color: rgb(38,31,81); }
div.DivClassName
{
background-color: #261F51;
}
.BgClassName
{
background-color: #261F51;
}
</style>
border-color css
<style>
span { border-color: #261F51; }
span { border-color: rgb(38,31,81); }
td.TdClassName
{
border-color: #261F51;
}
.TagClassName
{
border-color: #261F51;
}
</style>