Shades of Paua #242561
Tints of Paua #242561
RGB
CMYK
RGB Variations
Color information
#242561 (or 0x242561) is known color: Paua. HEX triplet: 24, 25 and 61. RGB value is (36,37,97). Sum of RGB (Red+Green+Blue) = 36+37+97=170 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.18% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 97 (38.28% from 255 or 57.06% from 170); Max value from RGB is 97 - color contains mainly: blue. Hex color #242561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242561 is #DBDA9E. Grayscale: #2B2B2B. Windows color (decimal): -14408351 or 6366500. OLE color: 6366500.
HSL color Cylindrical-coordinate representation of color #242561: hue angle of 239.02º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #242561 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 37 | 97 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.62 |
| HSL | 239.02º | 0.46% | 0.26% | - |
| HSV(B) | 239.02º | 0.63% | 0.38% | - |
| XYZ | 3.55 | 2.56 | 11.62 | - |
| YUV | 43.54 | 158.17 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 97 | 0.63 | 0.62 | 0 | 0.62 | 239.02 | 0.46 | 0.26 |
| Hex | 24 | 25 | 61 | 3F | 3E | 0 | 3E | EF | 2E | 1A |
| Octal | 44 | 45 | 141 | 77 | 76 | 0 | 76 | 357 | 56 | 32 |
| Binary | 100100 | 100101 | 1100001 | 111111 | 111110 | 0 | 111110 | 11101111 | 101110 | 11010 |
Color Harmonies of #242561
Complementary color
Monochromatic Colors of #242561
Black with #242561
Text Example
Text Example
White with #242561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242561; }
p { color: rgb(36,37,97); }
H1.HeaderClassName
{
color: #242561;
}
.AnyTagClassName
{
color: #242561;
}
</style>
background-color css
<style>
a { background-color: #242561; }
a { background-color: rgb(36,37,97); }
div.DivClassName
{
background-color: #242561;
}
.BgClassName
{
background-color: #242561;
}
</style>
border-color css
<style>
span { border-color: #242561; }
span { border-color: rgb(36,37,97); }
td.TdClassName
{
border-color: #242561;
}
.TagClassName
{
border-color: #242561;
}
</style>