Shades of Paua #262254
Tints of Paua #262254
RGB
CMYK
RGB Variations
Color information
#262254 (or 0x262254) is known color: Paua. HEX triplet: 26, 22 and 54. RGB value is (38,34,84). Sum of RGB (Red+Green+Blue) = 38+34+84=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 84 (33.20% from 255 or 53.85% from 156); Max value from RGB is 84 - color contains mainly: blue. Hex color #262254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262254 is #D9DDAB. Grayscale: #282828. Windows color (decimal): -14278060 or 5513766. OLE color: 5513766.
HSL color Cylindrical-coordinate representation of color #262254: hue angle of 244.8º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #262254 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 34 | 84 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.67 |
| HSL | 244.8º | 0.42% | 0.23% | - |
| HSV(B) | 244.8º | 0.6% | 0.33% | - |
| XYZ | 2.97 | 2.2 | 8.65 | - |
| YUV | 40.9 | 152.33 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 34 | 84 | 0.55 | 0.60 | 0 | 0.67 | 244.8 | 0.42 | 0.23 |
| Hex | 26 | 22 | 54 | 37 | 3C | 0 | 43 | F5 | 2A | 17 |
| Octal | 46 | 42 | 124 | 67 | 74 | 0 | 103 | 365 | 52 | 27 |
| Binary | 100110 | 100010 | 1010100 | 110111 | 111100 | 0 | 1000011 | 11110101 | 101010 | 10111 |
Color Harmonies of #262254
Complementary color
Monochromatic Colors of #262254
Black with #262254
Text Example
Text Example
White with #262254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262254; }
p { color: rgb(38,34,84); }
H1.HeaderClassName
{
color: #262254;
}
.AnyTagClassName
{
color: #262254;
}
</style>
background-color css
<style>
a { background-color: #262254; }
a { background-color: rgb(38,34,84); }
div.DivClassName
{
background-color: #262254;
}
.BgClassName
{
background-color: #262254;
}
</style>
border-color css
<style>
span { border-color: #262254; }
span { border-color: rgb(38,34,84); }
td.TdClassName
{
border-color: #262254;
}
.TagClassName
{
border-color: #262254;
}
</style>