Shades of Paua #242257
Tints of Paua #242257
RGB
CMYK
RGB Variations
Color information
#242257 (or 0x242257) is known color: Paua. HEX triplet: 24, 22 and 57. RGB value is (36,34,87). Sum of RGB (Red+Green+Blue) = 36+34+87=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 87 (34.38% from 255 or 55.41% from 157); Max value from RGB is 87 - color contains mainly: blue. Hex color #242257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242257 is #DBDDA8. Grayscale: #282828. Windows color (decimal): -14409129 or 5710372. OLE color: 5710372.
HSL color Cylindrical-coordinate representation of color #242257: hue angle of 242.26º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #242257 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 36 | 34 | 87 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.66 |
| HSL | 242.26º | 0.44% | 0.24% | - |
| HSV(B) | 242.26º | 0.61% | 0.34% | - |
| XYZ | 3.02 | 2.21 | 9.28 | - |
| YUV | 40.64 | 154.16 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 34 | 87 | 0.59 | 0.61 | 0 | 0.66 | 242.26 | 0.44 | 0.24 |
| Hex | 24 | 22 | 57 | 3B | 3D | 0 | 42 | F2 | 2C | 18 |
| Octal | 44 | 42 | 127 | 73 | 75 | 0 | 102 | 362 | 54 | 30 |
| Binary | 100100 | 100010 | 1010111 | 111011 | 111101 | 0 | 1000010 | 11110010 | 101100 | 11000 |
Color Harmonies of #242257
Complementary color
Monochromatic Colors of #242257
Black with #242257
Text Example
Text Example
White with #242257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242257; }
p { color: rgb(36,34,87); }
H1.HeaderClassName
{
color: #242257;
}
.AnyTagClassName
{
color: #242257;
}
</style>
background-color css
<style>
a { background-color: #242257; }
a { background-color: rgb(36,34,87); }
div.DivClassName
{
background-color: #242257;
}
.BgClassName
{
background-color: #242257;
}
</style>
border-color css
<style>
span { border-color: #242257; }
span { border-color: rgb(36,34,87); }
td.TdClassName
{
border-color: #242257;
}
.TagClassName
{
border-color: #242257;
}
</style>