Shades of Paua #242050
Tints of Paua #242050
RGB
CMYK
RGB Variations
Color information
#242050 (or 0x242050) is known color: Paua. HEX triplet: 24, 20 and 50. RGB value is (36,32,80). Sum of RGB (Red+Green+Blue) = 36+32+80=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #242050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242050 is #DBDFAF. Grayscale: #262626. Windows color (decimal): -14409648 or 5251108. OLE color: 5251108.
HSL color Cylindrical-coordinate representation of color #242050: hue angle of 245º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #242050 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 32 | 80 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.69 |
| HSL | 245º | 0.43% | 0.22% | - |
| HSV(B) | 245º | 0.6% | 0.31% | - |
| XYZ | 2.69 | 1.99 | 7.83 | - |
| YUV | 38.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 32 | 80 | 0.55 | 0.60 | 0 | 0.69 | 245 | 0.43 | 0.22 |
| Hex | 24 | 20 | 50 | 37 | 3C | 0 | 45 | F5 | 2B | 16 |
| Octal | 44 | 40 | 120 | 67 | 74 | 0 | 105 | 365 | 53 | 26 |
| Binary | 100100 | 100000 | 1010000 | 110111 | 111100 | 0 | 1000101 | 11110101 | 101011 | 10110 |
Color Harmonies of #242050
Complementary color
Monochromatic Colors of #242050
Black with #242050
Text Example
Text Example
White with #242050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242050; }
p { color: rgb(36,32,80); }
H1.HeaderClassName
{
color: #242050;
}
.AnyTagClassName
{
color: #242050;
}
</style>
background-color css
<style>
a { background-color: #242050; }
a { background-color: rgb(36,32,80); }
div.DivClassName
{
background-color: #242050;
}
.BgClassName
{
background-color: #242050;
}
</style>
border-color css
<style>
span { border-color: #242050; }
span { border-color: rgb(36,32,80); }
td.TdClassName
{
border-color: #242050;
}
.TagClassName
{
border-color: #242050;
}
</style>