Shades of Paua #26265C
Tints of Paua #26265C
RGB
CMYK
RGB Variations
Color information
#26265C (or 0x26265C) is known color: Paua. HEX triplet: 26, 26 and 5C. RGB value is (38,38,92). Sum of RGB (Red+Green+Blue) = 38+38+92=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #26265C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26265C is #D9D9A3. Grayscale: #2B2B2B. Windows color (decimal): -14277028 or 6039078. OLE color: 6039078.
HSL color Cylindrical-coordinate representation of color #26265C: hue angle of 240º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26265C is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 38 | 92 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.64 |
| HSL | 240º | 0.42% | 0.25% | - |
| HSV(B) | 240º | 0.59% | 0.36% | - |
| XYZ | 3.42 | 2.57 | 10.44 | - |
| YUV | 44.16 | 155 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 38 | 92 | 0.59 | 0.59 | 0 | 0.64 | 240 | 0.42 | 0.25 |
| Hex | 26 | 26 | 5C | 3B | 3B | 0 | 40 | F0 | 2A | 19 |
| Octal | 46 | 46 | 134 | 73 | 73 | 0 | 100 | 360 | 52 | 31 |
| Binary | 100110 | 100110 | 1011100 | 111011 | 111011 | 0 | 1000000 | 11110000 | 101010 | 11001 |
Color Harmonies of #26265C
Complementary color
Monochromatic Colors of #26265C
Black with #26265C
Text Example
Text Example
White with #26265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26265C; }
p { color: rgb(38,38,92); }
H1.HeaderClassName
{
color: #26265C;
}
.AnyTagClassName
{
color: #26265C;
}
</style>
background-color css
<style>
a { background-color: #26265C; }
a { background-color: rgb(38,38,92); }
div.DivClassName
{
background-color: #26265C;
}
.BgClassName
{
background-color: #26265C;
}
</style>
border-color css
<style>
span { border-color: #26265C; }
span { border-color: rgb(38,38,92); }
td.TdClassName
{
border-color: #26265C;
}
.TagClassName
{
border-color: #26265C;
}
</style>