Shades of Paua #26235A
Tints of Paua #26235A
RGB
CMYK
RGB Variations
Color information
#26235A (or 0x26235A) is known color: Paua. HEX triplet: 26, 23 and 5A. RGB value is (38,35,90). Sum of RGB (Red+Green+Blue) = 38+35+90=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #26235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26235A is #D9DCA5. Grayscale: #292929. Windows color (decimal): -14277798 or 5907238. OLE color: 5907238.
HSL color Cylindrical-coordinate representation of color #26235A: hue angle of 243.27º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #26235A is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 35 | 90 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.65 |
| HSL | 243.27º | 0.44% | 0.25% | - |
| HSV(B) | 243.27º | 0.61% | 0.35% | - |
| XYZ | 3.25 | 2.35 | 9.96 | - |
| YUV | 42.17 | 154.99 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 35 | 90 | 0.58 | 0.61 | 0 | 0.65 | 243.27 | 0.44 | 0.25 |
| Hex | 26 | 23 | 5A | 3A | 3D | 0 | 41 | F3 | 2C | 19 |
| Octal | 46 | 43 | 132 | 72 | 75 | 0 | 101 | 363 | 54 | 31 |
| Binary | 100110 | 100011 | 1011010 | 111010 | 111101 | 0 | 1000001 | 11110011 | 101100 | 11001 |
Color Harmonies of #26235A
Complementary color
Monochromatic Colors of #26235A
Black with #26235A
Text Example
Text Example
White with #26235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26235A; }
p { color: rgb(38,35,90); }
H1.HeaderClassName
{
color: #26235A;
}
.AnyTagClassName
{
color: #26235A;
}
</style>
background-color css
<style>
a { background-color: #26235A; }
a { background-color: rgb(38,35,90); }
div.DivClassName
{
background-color: #26235A;
}
.BgClassName
{
background-color: #26235A;
}
</style>
border-color css
<style>
span { border-color: #26235A; }
span { border-color: rgb(38,35,90); }
td.TdClassName
{
border-color: #26235A;
}
.TagClassName
{
border-color: #26235A;
}
</style>