Shades of Paua #26234C
Tints of Paua #26234C
RGB
CMYK
RGB Variations
Color information
#26234C (or 0x26234C) is known color: Paua. HEX triplet: 26, 23 and 4C. RGB value is (38,35,76). Sum of RGB (Red+Green+Blue) = 38+35+76=149 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.50% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #26234C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26234C is #D9DCB3. Grayscale: #282828. Windows color (decimal): -14277812 or 4989734. OLE color: 4989734.
HSL color Cylindrical-coordinate representation of color #26234C: hue angle of 244.39º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #26234C is Cyan = 0.5, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 35 | 76 | - |
| CMYK | 0.5 | 0.54 | 0 | 0.70 |
| HSL | 244.39º | 0.37% | 0.22% | - |
| HSV(B) | 244.39º | 0.54% | 0.3% | - |
| XYZ | 2.7 | 2.14 | 7.11 | - |
| YUV | 40.57 | 147.99 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 35 | 76 | 0.5 | 0.54 | 0 | 0.70 | 244.39 | 0.37 | 0.22 |
| Hex | 26 | 23 | 4C | 32 | 36 | 0 | 46 | F4 | 25 | 16 |
| Octal | 46 | 43 | 114 | 62 | 66 | 0 | 106 | 364 | 45 | 26 |
| Binary | 100110 | 100011 | 1001100 | 110010 | 110110 | 0 | 1000110 | 11110100 | 100101 | 10110 |
Color Harmonies of #26234C
Complementary color
Monochromatic Colors of #26234C
Black with #26234C
Text Example
Text Example
White with #26234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26234C; }
p { color: rgb(38,35,76); }
H1.HeaderClassName
{
color: #26234C;
}
.AnyTagClassName
{
color: #26234C;
}
</style>
background-color css
<style>
a { background-color: #26234C; }
a { background-color: rgb(38,35,76); }
div.DivClassName
{
background-color: #26234C;
}
.BgClassName
{
background-color: #26234C;
}
</style>
border-color css
<style>
span { border-color: #26234C; }
span { border-color: rgb(38,35,76); }
td.TdClassName
{
border-color: #26234C;
}
.TagClassName
{
border-color: #26234C;
}
</style>