Shades of Paua #242355
Tints of Paua #242355
RGB
CMYK
RGB Variations
Color information
#242355 (or 0x242355) is known color: Paua. HEX triplet: 24, 23 and 55. RGB value is (36,35,85). Sum of RGB (Red+Green+Blue) = 36+35+85=156 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.08% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 85 (33.59% from 255 or 54.49% from 156); Max value from RGB is 85 - color contains mainly: blue. Hex color #242355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242355 is #DBDCAA. Grayscale: #282828. Windows color (decimal): -14408875 or 5579556. OLE color: 5579556.
HSL color Cylindrical-coordinate representation of color #242355: hue angle of 241.2º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #242355 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 35 | 85 | - |
| CMYK | 0.58 | 0.59 | 0 | 0.67 |
| HSL | 241.2º | 0.42% | 0.24% | - |
| HSV(B) | 241.2º | 0.59% | 0.33% | - |
| XYZ | 2.97 | 2.23 | 8.87 | - |
| YUV | 41 | 152.83 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 35 | 85 | 0.58 | 0.59 | 0 | 0.67 | 241.2 | 0.42 | 0.24 |
| Hex | 24 | 23 | 55 | 3A | 3B | 0 | 43 | F1 | 2A | 18 |
| Octal | 44 | 43 | 125 | 72 | 73 | 0 | 103 | 361 | 52 | 30 |
| Binary | 100100 | 100011 | 1010101 | 111010 | 111011 | 0 | 1000011 | 11110001 | 101010 | 11000 |
Color Harmonies of #242355
Complementary color
Monochromatic Colors of #242355
Black with #242355
Text Example
Text Example
White with #242355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242355; }
p { color: rgb(36,35,85); }
H1.HeaderClassName
{
color: #242355;
}
.AnyTagClassName
{
color: #242355;
}
</style>
background-color css
<style>
a { background-color: #242355; }
a { background-color: rgb(36,35,85); }
div.DivClassName
{
background-color: #242355;
}
.BgClassName
{
background-color: #242355;
}
</style>
border-color css
<style>
span { border-color: #242355; }
span { border-color: rgb(36,35,85); }
td.TdClassName
{
border-color: #242355;
}
.TagClassName
{
border-color: #242355;
}
</style>