Shades of Paua #24235E
Tints of Paua #24235E
RGB
CMYK
RGB Variations
Color information
#24235E (or 0x24235E) is known color: Paua. HEX triplet: 24, 23 and 5E. RGB value is (36,35,94). Sum of RGB (Red+Green+Blue) = 36+35+94=165 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.82% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #24235E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24235E is #DBDCA1. Grayscale: #292929. Windows color (decimal): -14408866 or 6169380. OLE color: 6169380.
HSL color Cylindrical-coordinate representation of color #24235E: hue angle of 241.02º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #24235E is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 35 | 94 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.63 |
| HSL | 241.02º | 0.46% | 0.25% | - |
| HSV(B) | 241.02º | 0.63% | 0.37% | - |
| XYZ | 3.35 | 2.39 | 10.87 | - |
| YUV | 42.03 | 157.33 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 35 | 94 | 0.62 | 0.63 | 0 | 0.63 | 241.02 | 0.46 | 0.25 |
| Hex | 24 | 23 | 5E | 3E | 3F | 0 | 3F | F1 | 2E | 19 |
| Octal | 44 | 43 | 136 | 76 | 77 | 0 | 77 | 361 | 56 | 31 |
| Binary | 100100 | 100011 | 1011110 | 111110 | 111111 | 0 | 111111 | 11110001 | 101110 | 11001 |
Color Harmonies of #24235E
Complementary color
Monochromatic Colors of #24235E
Black with #24235E
Text Example
Text Example
White with #24235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24235E; }
p { color: rgb(36,35,94); }
H1.HeaderClassName
{
color: #24235E;
}
.AnyTagClassName
{
color: #24235E;
}
</style>
background-color css
<style>
a { background-color: #24235E; }
a { background-color: rgb(36,35,94); }
div.DivClassName
{
background-color: #24235E;
}
.BgClassName
{
background-color: #24235E;
}
</style>
border-color css
<style>
span { border-color: #24235E; }
span { border-color: rgb(36,35,94); }
td.TdClassName
{
border-color: #24235E;
}
.TagClassName
{
border-color: #24235E;
}
</style>