Shades of Paua #242560
Tints of Paua #242560
RGB
CMYK
RGB Variations
Color information
#242560 (or 0x242560) is known color: Paua. HEX triplet: 24, 25 and 60. RGB value is (36,37,96). Sum of RGB (Red+Green+Blue) = 36+37+96=169 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.30% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 96 (37.89% from 255 or 56.80% from 169); Max value from RGB is 96 - color contains mainly: blue. Hex color #242560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242560 is #DBDA9F. Grayscale: #2B2B2B. Windows color (decimal): -14408352 or 6300964. OLE color: 6300964.
HSL color Cylindrical-coordinate representation of color #242560: hue angle of 239º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #242560 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 37 | 96 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.62 |
| HSL | 239º | 0.45% | 0.26% | - |
| HSV(B) | 239º | 0.63% | 0.38% | - |
| XYZ | 3.5 | 2.54 | 11.37 | - |
| YUV | 43.43 | 157.67 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 96 | 0.62 | 0.61 | 0 | 0.62 | 239 | 0.45 | 0.26 |
| Hex | 24 | 25 | 60 | 3E | 3D | 0 | 3E | EF | 2D | 1A |
| Octal | 44 | 45 | 140 | 76 | 75 | 0 | 76 | 357 | 55 | 32 |
| Binary | 100100 | 100101 | 1100000 | 111110 | 111101 | 0 | 111110 | 11101111 | 101101 | 11010 |
Color Harmonies of #242560
Complementary color
Monochromatic Colors of #242560
Black with #242560
Text Example
Text Example
White with #242560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242560; }
p { color: rgb(36,37,96); }
H1.HeaderClassName
{
color: #242560;
}
.AnyTagClassName
{
color: #242560;
}
</style>
background-color css
<style>
a { background-color: #242560; }
a { background-color: rgb(36,37,96); }
div.DivClassName
{
background-color: #242560;
}
.BgClassName
{
background-color: #242560;
}
</style>
border-color css
<style>
span { border-color: #242560; }
span { border-color: rgb(36,37,96); }
td.TdClassName
{
border-color: #242560;
}
.TagClassName
{
border-color: #242560;
}
</style>