Shades of Paua #262551
Tints of Paua #262551
RGB
CMYK
RGB Variations
Color information
#262551 (or 0x262551) is known color: Paua. HEX triplet: 26, 25 and 51. RGB value is (38,37,81). Sum of RGB (Red+Green+Blue) = 38+37+81=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 81 (32.03% from 255 or 51.92% from 156); Max value from RGB is 81 - color contains mainly: blue. Hex color #262551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262551 is #D9DAAE. Grayscale: #2A2A2A. Windows color (decimal): -14277295 or 5317926. OLE color: 5317926.
HSL color Cylindrical-coordinate representation of color #262551: hue angle of 241.36º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #262551 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 37 | 81 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.68 |
| HSL | 241.36º | 0.37% | 0.23% | - |
| HSV(B) | 241.36º | 0.54% | 0.32% | - |
| XYZ | 2.95 | 2.33 | 8.08 | - |
| YUV | 42.32 | 149.83 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 37 | 81 | 0.53 | 0.54 | 0 | 0.68 | 241.36 | 0.37 | 0.23 |
| Hex | 26 | 25 | 51 | 35 | 36 | 0 | 44 | F1 | 25 | 17 |
| Octal | 46 | 45 | 121 | 65 | 66 | 0 | 104 | 361 | 45 | 27 |
| Binary | 100110 | 100101 | 1010001 | 110101 | 110110 | 0 | 1000100 | 11110001 | 100101 | 10111 |
Color Harmonies of #262551
Complementary color
Monochromatic Colors of #262551
Black with #262551
Text Example
Text Example
White with #262551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262551; }
p { color: rgb(38,37,81); }
H1.HeaderClassName
{
color: #262551;
}
.AnyTagClassName
{
color: #262551;
}
</style>
background-color css
<style>
a { background-color: #262551; }
a { background-color: rgb(38,37,81); }
div.DivClassName
{
background-color: #262551;
}
.BgClassName
{
background-color: #262551;
}
</style>
border-color css
<style>
span { border-color: #262551; }
span { border-color: rgb(38,37,81); }
td.TdClassName
{
border-color: #262551;
}
.TagClassName
{
border-color: #262551;
}
</style>