Shades of Paua #26244D
Tints of Paua #26244D
RGB
CMYK
RGB Variations
Color information
#26244D (or 0x26244D) is known color: Paua. HEX triplet: 26, 24 and 4D. RGB value is (38,36,77). Sum of RGB (Red+Green+Blue) = 38+36+77=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #26244D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26244D is #D9DBB2. Grayscale: #292929. Windows color (decimal): -14277555 or 5055526. OLE color: 5055526.
HSL color Cylindrical-coordinate representation of color #26244D: hue angle of 242.93º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #26244D is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 36 | 77 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.70 |
| HSL | 242.93º | 0.36% | 0.22% | - |
| HSV(B) | 242.93º | 0.53% | 0.3% | - |
| XYZ | 2.77 | 2.21 | 7.3 | - |
| YUV | 41.27 | 148.16 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 36 | 77 | 0.51 | 0.53 | 0 | 0.70 | 242.93 | 0.36 | 0.22 |
| Hex | 26 | 24 | 4D | 33 | 35 | 0 | 46 | F3 | 24 | 16 |
| Octal | 46 | 44 | 115 | 63 | 65 | 0 | 106 | 363 | 44 | 26 |
| Binary | 100110 | 100100 | 1001101 | 110011 | 110101 | 0 | 1000110 | 11110011 | 100100 | 10110 |
Color Harmonies of #26244D
Complementary color
Monochromatic Colors of #26244D
Black with #26244D
Text Example
Text Example
White with #26244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26244D; }
p { color: rgb(38,36,77); }
H1.HeaderClassName
{
color: #26244D;
}
.AnyTagClassName
{
color: #26244D;
}
</style>
background-color css
<style>
a { background-color: #26244D; }
a { background-color: rgb(38,36,77); }
div.DivClassName
{
background-color: #26244D;
}
.BgClassName
{
background-color: #26244D;
}
</style>
border-color css
<style>
span { border-color: #26244D; }
span { border-color: rgb(38,36,77); }
td.TdClassName
{
border-color: #26244D;
}
.TagClassName
{
border-color: #26244D;
}
</style>