Shades of Paua #242348
Tints of Paua #242348
RGB
CMYK
RGB Variations
Color information
#242348 (or 0x242348) is known color: Paua. HEX triplet: 24, 23 and 48. RGB value is (36,35,72). Sum of RGB (Red+Green+Blue) = 36+35+72=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #242348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242348 is #DBDCB7. Grayscale: #272727. Windows color (decimal): -14408888 or 4727588. OLE color: 4727588.
HSL color Cylindrical-coordinate representation of color #242348: hue angle of 241.62º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #242348 is Cyan = 0.5, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 36 | 35 | 72 | - |
| CMYK | 0.5 | 0.51 | 0 | 0.72 |
| HSL | 241.62º | 0.35% | 0.21% | - |
| HSV(B) | 241.62º | 0.51% | 0.28% | - |
| XYZ | 2.5 | 2.05 | 6.39 | - |
| YUV | 39.52 | 146.33 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 35 | 72 | 0.5 | 0.51 | 0 | 0.72 | 241.62 | 0.35 | 0.21 |
| Hex | 24 | 23 | 48 | 32 | 33 | 0 | 48 | F2 | 23 | 15 |
| Octal | 44 | 43 | 110 | 62 | 63 | 0 | 110 | 362 | 43 | 25 |
| Binary | 100100 | 100011 | 1001000 | 110010 | 110011 | 0 | 1001000 | 11110010 | 100011 | 10101 |
Color Harmonies of #242348
Complementary color
Monochromatic Colors of #242348
Black with #242348
Text Example
Text Example
White with #242348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242348; }
p { color: rgb(36,35,72); }
H1.HeaderClassName
{
color: #242348;
}
.AnyTagClassName
{
color: #242348;
}
</style>
background-color css
<style>
a { background-color: #242348; }
a { background-color: rgb(36,35,72); }
div.DivClassName
{
background-color: #242348;
}
.BgClassName
{
background-color: #242348;
}
</style>
border-color css
<style>
span { border-color: #242348; }
span { border-color: rgb(36,35,72); }
td.TdClassName
{
border-color: #242348;
}
.TagClassName
{
border-color: #242348;
}
</style>