Shades of Paua #262246
Tints of Paua #262246
RGB
CMYK
RGB Variations
Color information
#262246 (or 0x262246) is known color: Paua. HEX triplet: 26, 22 and 46. RGB value is (38,34,70). Sum of RGB (Red+Green+Blue) = 38+34+70=142 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.76% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #262246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262246 is #D9DDB9. Grayscale: #272727. Windows color (decimal): -14278074 or 4596262. OLE color: 4596262.
HSL color Cylindrical-coordinate representation of color #262246: hue angle of 246.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #262246 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 34 | 70 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.73 |
| HSL | 246.67º | 0.35% | 0.2% | - |
| HSV(B) | 246.67º | 0.51% | 0.27% | - |
| XYZ | 2.48 | 2 | 6.05 | - |
| YUV | 39.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 34 | 70 | 0.46 | 0.51 | 0 | 0.73 | 246.67 | 0.35 | 0.2 |
| Hex | 26 | 22 | 46 | 2E | 33 | 0 | 49 | F7 | 23 | 14 |
| Octal | 46 | 42 | 106 | 56 | 63 | 0 | 111 | 367 | 43 | 24 |
| Binary | 100110 | 100010 | 1000110 | 101110 | 110011 | 0 | 1001001 | 11110111 | 100011 | 10100 |
Color Harmonies of #262246
Complementary color
Monochromatic Colors of #262246
Black with #262246
Text Example
Text Example
White with #262246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262246; }
p { color: rgb(38,34,70); }
H1.HeaderClassName
{
color: #262246;
}
.AnyTagClassName
{
color: #262246;
}
</style>
background-color css
<style>
a { background-color: #262246; }
a { background-color: rgb(38,34,70); }
div.DivClassName
{
background-color: #262246;
}
.BgClassName
{
background-color: #262246;
}
</style>
border-color css
<style>
span { border-color: #262246; }
span { border-color: rgb(38,34,70); }
td.TdClassName
{
border-color: #262246;
}
.TagClassName
{
border-color: #262246;
}
</style>