Shades of Paua #24224D
Tints of Paua #24224D
RGB
CMYK
RGB Variations
Color information
#24224D (or 0x24224D) is known color: Paua. HEX triplet: 24, 22 and 4D. RGB value is (36,34,77). Sum of RGB (Red+Green+Blue) = 36+34+77=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #24224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24224D is #DBDDB2. Grayscale: #272727. Windows color (decimal): -14409139 or 5055012. OLE color: 5055012.
HSL color Cylindrical-coordinate representation of color #24224D: hue angle of 242.79º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #24224D is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 34 | 77 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.70 |
| HSL | 242.79º | 0.39% | 0.22% | - |
| HSV(B) | 242.79º | 0.56% | 0.3% | - |
| XYZ | 2.64 | 2.05 | 7.28 | - |
| YUV | 39.5 | 149.16 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 34 | 77 | 0.53 | 0.56 | 0 | 0.70 | 242.79 | 0.39 | 0.22 |
| Hex | 24 | 22 | 4D | 35 | 38 | 0 | 46 | F3 | 27 | 16 |
| Octal | 44 | 42 | 115 | 65 | 70 | 0 | 106 | 363 | 47 | 26 |
| Binary | 100100 | 100010 | 1001101 | 110101 | 111000 | 0 | 1000110 | 11110011 | 100111 | 10110 |
Color Harmonies of #24224D
Complementary color
Monochromatic Colors of #24224D
Black with #24224D
Text Example
Text Example
White with #24224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24224D; }
p { color: rgb(36,34,77); }
H1.HeaderClassName
{
color: #24224D;
}
.AnyTagClassName
{
color: #24224D;
}
</style>
background-color css
<style>
a { background-color: #24224D; }
a { background-color: rgb(36,34,77); }
div.DivClassName
{
background-color: #24224D;
}
.BgClassName
{
background-color: #24224D;
}
</style>
border-color css
<style>
span { border-color: #24224D; }
span { border-color: rgb(36,34,77); }
td.TdClassName
{
border-color: #24224D;
}
.TagClassName
{
border-color: #24224D;
}
</style>