Shades of Paua #262155
Tints of Paua #262155
RGB
CMYK
RGB Variations
Color information
#262155 (or 0x262155) is known color: Paua. HEX triplet: 26, 21 and 55. RGB value is (38,33,85). Sum of RGB (Red+Green+Blue) = 38+33+85=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 85 (33.59% from 255 or 54.49% from 156); Max value from RGB is 85 - color contains mainly: blue. Hex color #262155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262155 is #D9DEAA. Grayscale: #282828. Windows color (decimal): -14278315 or 5579046. OLE color: 5579046.
HSL color Cylindrical-coordinate representation of color #262155: hue angle of 245.77º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #262155 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 33 | 85 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.67 |
| HSL | 245.77º | 0.44% | 0.23% | - |
| HSV(B) | 245.77º | 0.61% | 0.33% | - |
| XYZ | 2.98 | 2.16 | 8.85 | - |
| YUV | 40.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 33 | 85 | 0.55 | 0.61 | 0 | 0.67 | 245.77 | 0.44 | 0.23 |
| Hex | 26 | 21 | 55 | 37 | 3D | 0 | 43 | F6 | 2C | 17 |
| Octal | 46 | 41 | 125 | 67 | 75 | 0 | 103 | 366 | 54 | 27 |
| Binary | 100110 | 100001 | 1010101 | 110111 | 111101 | 0 | 1000011 | 11110110 | 101100 | 10111 |
Color Harmonies of #262155
Complementary color
Monochromatic Colors of #262155
Black with #262155
Text Example
Text Example
White with #262155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262155; }
p { color: rgb(38,33,85); }
H1.HeaderClassName
{
color: #262155;
}
.AnyTagClassName
{
color: #262155;
}
</style>
background-color css
<style>
a { background-color: #262155; }
a { background-color: rgb(38,33,85); }
div.DivClassName
{
background-color: #262155;
}
.BgClassName
{
background-color: #262155;
}
</style>
border-color css
<style>
span { border-color: #262155; }
span { border-color: rgb(38,33,85); }
td.TdClassName
{
border-color: #262155;
}
.TagClassName
{
border-color: #262155;
}
</style>