Shades of Paua #24204F
Tints of Paua #24204F
RGB
CMYK
RGB Variations
Color information
#24204F (or 0x24204F) is known color: Paua. HEX triplet: 24, 20 and 4F. RGB value is (36,32,79). Sum of RGB (Red+Green+Blue) = 36+32+79=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 79 (31.25% from 255 or 53.74% from 147); Max value from RGB is 79 - color contains mainly: blue. Hex color #24204F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24204F is #DBDFB0. Grayscale: #262626. Windows color (decimal): -14409649 or 5185572. OLE color: 5185572.
HSL color Cylindrical-coordinate representation of color #24204F: hue angle of 245.11º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #24204F is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 32 | 79 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.69 |
| HSL | 245.11º | 0.42% | 0.22% | - |
| HSV(B) | 245.11º | 0.59% | 0.31% | - |
| XYZ | 2.66 | 1.97 | 7.64 | - |
| YUV | 38.55 | 150.83 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 32 | 79 | 0.54 | 0.59 | 0 | 0.69 | 245.11 | 0.42 | 0.22 |
| Hex | 24 | 20 | 4F | 36 | 3B | 0 | 45 | F5 | 2A | 16 |
| Octal | 44 | 40 | 117 | 66 | 73 | 0 | 105 | 365 | 52 | 26 |
| Binary | 100100 | 100000 | 1001111 | 110110 | 111011 | 0 | 1000101 | 11110101 | 101010 | 10110 |
Color Harmonies of #24204F
Complementary color
Monochromatic Colors of #24204F
Black with #24204F
Text Example
Text Example
White with #24204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24204F; }
p { color: rgb(36,32,79); }
H1.HeaderClassName
{
color: #24204F;
}
.AnyTagClassName
{
color: #24204F;
}
</style>
background-color css
<style>
a { background-color: #24204F; }
a { background-color: rgb(36,32,79); }
div.DivClassName
{
background-color: #24204F;
}
.BgClassName
{
background-color: #24204F;
}
</style>
border-color css
<style>
span { border-color: #24204F; }
span { border-color: rgb(36,32,79); }
td.TdClassName
{
border-color: #24204F;
}
.TagClassName
{
border-color: #24204F;
}
</style>