Shades of Paua #26255C
Tints of Paua #26255C
RGB
CMYK
RGB Variations
Color information
#26255C (or 0x26255C) is known color: Paua. HEX triplet: 26, 25 and 5C. RGB value is (38,37,92). Sum of RGB (Red+Green+Blue) = 38+37+92=167 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.75% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #26255C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26255C is #D9DAA3. Grayscale: #2B2B2B. Windows color (decimal): -14277284 or 6038822. OLE color: 6038822.
HSL color Cylindrical-coordinate representation of color #26255C: hue angle of 241.09º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #26255C is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 37 | 92 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.64 |
| HSL | 241.09º | 0.43% | 0.25% | - |
| HSV(B) | 241.09º | 0.6% | 0.36% | - |
| XYZ | 3.39 | 2.51 | 10.43 | - |
| YUV | 43.57 | 155.33 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 37 | 92 | 0.59 | 0.60 | 0 | 0.64 | 241.09 | 0.43 | 0.25 |
| Hex | 26 | 25 | 5C | 3B | 3C | 0 | 40 | F1 | 2B | 19 |
| Octal | 46 | 45 | 134 | 73 | 74 | 0 | 100 | 361 | 53 | 31 |
| Binary | 100110 | 100101 | 1011100 | 111011 | 111100 | 0 | 1000000 | 11110001 | 101011 | 11001 |
Color Harmonies of #26255C
Complementary color
Monochromatic Colors of #26255C
Black with #26255C
Text Example
Text Example
White with #26255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26255C; }
p { color: rgb(38,37,92); }
H1.HeaderClassName
{
color: #26255C;
}
.AnyTagClassName
{
color: #26255C;
}
</style>
background-color css
<style>
a { background-color: #26255C; }
a { background-color: rgb(38,37,92); }
div.DivClassName
{
background-color: #26255C;
}
.BgClassName
{
background-color: #26255C;
}
</style>
border-color css
<style>
span { border-color: #26255C; }
span { border-color: rgb(38,37,92); }
td.TdClassName
{
border-color: #26255C;
}
.TagClassName
{
border-color: #26255C;
}
</style>