Shades of Paua #242353
Tints of Paua #242353
RGB
CMYK
RGB Variations
Color information
#242353 (or 0x242353) is known color: Paua. HEX triplet: 24, 23 and 53. RGB value is (36,35,83). Sum of RGB (Red+Green+Blue) = 36+35+83=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #242353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242353 is #DBDCAC. Grayscale: #282828. Windows color (decimal): -14408877 or 5448484. OLE color: 5448484.
HSL color Cylindrical-coordinate representation of color #242353: hue angle of 241.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #242353 is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 35 | 83 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.67 |
| HSL | 241.25º | 0.41% | 0.23% | - |
| HSV(B) | 241.25º | 0.58% | 0.33% | - |
| XYZ | 2.89 | 2.2 | 8.46 | - |
| YUV | 40.77 | 151.83 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 35 | 83 | 0.57 | 0.58 | 0 | 0.67 | 241.25 | 0.41 | 0.23 |
| Hex | 24 | 23 | 53 | 39 | 3A | 0 | 43 | F1 | 29 | 17 |
| Octal | 44 | 43 | 123 | 71 | 72 | 0 | 103 | 361 | 51 | 27 |
| Binary | 100100 | 100011 | 1010011 | 111001 | 111010 | 0 | 1000011 | 11110001 | 101001 | 10111 |
Color Harmonies of #242353
Complementary color
Monochromatic Colors of #242353
Black with #242353
Text Example
Text Example
White with #242353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242353; }
p { color: rgb(36,35,83); }
H1.HeaderClassName
{
color: #242353;
}
.AnyTagClassName
{
color: #242353;
}
</style>
background-color css
<style>
a { background-color: #242353; }
a { background-color: rgb(36,35,83); }
div.DivClassName
{
background-color: #242353;
}
.BgClassName
{
background-color: #242353;
}
</style>
border-color css
<style>
span { border-color: #242353; }
span { border-color: rgb(36,35,83); }
td.TdClassName
{
border-color: #242353;
}
.TagClassName
{
border-color: #242353;
}
</style>