Shades of Paua #26224F
Tints of Paua #26224F
RGB
CMYK
RGB Variations
Color information
#26224F (or 0x26224F) is known color: Paua. HEX triplet: 26, 22 and 4F. RGB value is (38,34,79). Sum of RGB (Red+Green+Blue) = 38+34+79=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 79 (31.25% from 255 or 52.32% from 151); Max value from RGB is 79 - color contains mainly: blue. Hex color #26224F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26224F is #D9DDB0. Grayscale: #282828. Windows color (decimal): -14278065 or 5186086. OLE color: 5186086.
HSL color Cylindrical-coordinate representation of color #26224F: hue angle of 245.33º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #26224F is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 34 | 79 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.69 |
| HSL | 245.33º | 0.4% | 0.22% | - |
| HSV(B) | 245.33º | 0.57% | 0.31% | - |
| XYZ | 2.78 | 2.12 | 7.66 | - |
| YUV | 40.33 | 149.83 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 34 | 79 | 0.52 | 0.57 | 0 | 0.69 | 245.33 | 0.4 | 0.22 |
| Hex | 26 | 22 | 4F | 34 | 39 | 0 | 45 | F5 | 28 | 16 |
| Octal | 46 | 42 | 117 | 64 | 71 | 0 | 105 | 365 | 50 | 26 |
| Binary | 100110 | 100010 | 1001111 | 110100 | 111001 | 0 | 1000101 | 11110101 | 101000 | 10110 |
Color Harmonies of #26224F
Complementary color
Monochromatic Colors of #26224F
Black with #26224F
Text Example
Text Example
White with #26224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26224F; }
p { color: rgb(38,34,79); }
H1.HeaderClassName
{
color: #26224F;
}
.AnyTagClassName
{
color: #26224F;
}
</style>
background-color css
<style>
a { background-color: #26224F; }
a { background-color: rgb(38,34,79); }
div.DivClassName
{
background-color: #26224F;
}
.BgClassName
{
background-color: #26224F;
}
</style>
border-color css
<style>
span { border-color: #26224F; }
span { border-color: rgb(38,34,79); }
td.TdClassName
{
border-color: #26224F;
}
.TagClassName
{
border-color: #26224F;
}
</style>