Shades of Paua #262451
Tints of Paua #262451
RGB
CMYK
RGB Variations
Color information
#262451 (or 0x262451) is known color: Paua. HEX triplet: 26, 24 and 51. RGB value is (38,36,81). Sum of RGB (Red+Green+Blue) = 38+36+81=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 81 (32.03% from 255 or 52.26% from 155); Max value from RGB is 81 - color contains mainly: blue. Hex color #262451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262451 is #D9DBAE. Grayscale: #292929. Windows color (decimal): -14277551 or 5317670. OLE color: 5317670.
HSL color Cylindrical-coordinate representation of color #262451: hue angle of 242.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #262451 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 36 | 81 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.68 |
| HSL | 242.67º | 0.38% | 0.23% | - |
| HSV(B) | 242.67º | 0.56% | 0.32% | - |
| XYZ | 2.92 | 2.27 | 8.07 | - |
| YUV | 41.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 36 | 81 | 0.53 | 0.56 | 0 | 0.68 | 242.67 | 0.38 | 0.23 |
| Hex | 26 | 24 | 51 | 35 | 38 | 0 | 44 | F3 | 26 | 17 |
| Octal | 46 | 44 | 121 | 65 | 70 | 0 | 104 | 363 | 46 | 27 |
| Binary | 100110 | 100100 | 1010001 | 110101 | 111000 | 0 | 1000100 | 11110011 | 100110 | 10111 |
Color Harmonies of #262451
Complementary color
Monochromatic Colors of #262451
Black with #262451
Text Example
Text Example
White with #262451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262451; }
p { color: rgb(38,36,81); }
H1.HeaderClassName
{
color: #262451;
}
.AnyTagClassName
{
color: #262451;
}
</style>
background-color css
<style>
a { background-color: #262451; }
a { background-color: rgb(38,36,81); }
div.DivClassName
{
background-color: #262451;
}
.BgClassName
{
background-color: #262451;
}
</style>
border-color css
<style>
span { border-color: #262451; }
span { border-color: rgb(38,36,81); }
td.TdClassName
{
border-color: #262451;
}
.TagClassName
{
border-color: #262451;
}
</style>