Shades of Paua #242044
Tints of Paua #242044
RGB
CMYK
RGB Variations
Color information
#242044 (or 0x242044) is known color: Paua. HEX triplet: 24, 20 and 44. RGB value is (36,32,68). Sum of RGB (Red+Green+Blue) = 36+32+68=136 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.47% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 68 (26.95% from 255 or 50% from 136); Max value from RGB is 68 - color contains mainly: blue. Hex color #242044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242044 is #DBDFBB. Grayscale: #252525. Windows color (decimal): -14409660 or 4464676. OLE color: 4464676.
HSL color Cylindrical-coordinate representation of color #242044: hue angle of 246.67º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #242044 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 36 | 32 | 68 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.73 |
| HSL | 246.67º | 0.36% | 0.2% | - |
| HSV(B) | 246.67º | 0.53% | 0.27% | - |
| XYZ | 2.29 | 1.83 | 5.7 | - |
| YUV | 37.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 32 | 68 | 0.47 | 0.53 | 0 | 0.73 | 246.67 | 0.36 | 0.2 |
| Hex | 24 | 20 | 44 | 2F | 35 | 0 | 49 | F7 | 24 | 14 |
| Octal | 44 | 40 | 104 | 57 | 65 | 0 | 111 | 367 | 44 | 24 |
| Binary | 100100 | 100000 | 1000100 | 101111 | 110101 | 0 | 1001001 | 11110111 | 100100 | 10100 |
Color Harmonies of #242044
Complementary color
Monochromatic Colors of #242044
Black with #242044
Text Example
Text Example
White with #242044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242044; }
p { color: rgb(36,32,68); }
H1.HeaderClassName
{
color: #242044;
}
.AnyTagClassName
{
color: #242044;
}
</style>
background-color css
<style>
a { background-color: #242044; }
a { background-color: rgb(36,32,68); }
div.DivClassName
{
background-color: #242044;
}
.BgClassName
{
background-color: #242044;
}
</style>
border-color css
<style>
span { border-color: #242044; }
span { border-color: rgb(36,32,68); }
td.TdClassName
{
border-color: #242044;
}
.TagClassName
{
border-color: #242044;
}
</style>