Shades of Paua #24245F
Tints of Paua #24245F
RGB
CMYK
RGB Variations
Color information
#24245F (or 0x24245F) is known color: Paua. HEX triplet: 24, 24 and 5F. RGB value is (36,36,95). Sum of RGB (Red+Green+Blue) = 36+36+95=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 95 (37.5% from 255 or 56.89% from 167); Max value from RGB is 95 - color contains mainly: blue. Hex color #24245F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24245F is #DBDBA0. Grayscale: #2A2A2A. Windows color (decimal): -14408609 or 6235172. OLE color: 6235172.
HSL color Cylindrical-coordinate representation of color #24245F: hue angle of 240º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24245F is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 36 | 95 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.63 |
| HSL | 240º | 0.45% | 0.26% | - |
| HSV(B) | 240º | 0.62% | 0.37% | - |
| XYZ | 3.42 | 2.46 | 11.12 | - |
| YUV | 42.73 | 157.5 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 36 | 95 | 0.62 | 0.62 | 0 | 0.63 | 240 | 0.45 | 0.26 |
| Hex | 24 | 24 | 5F | 3E | 3E | 0 | 3F | F0 | 2D | 1A |
| Octal | 44 | 44 | 137 | 76 | 76 | 0 | 77 | 360 | 55 | 32 |
| Binary | 100100 | 100100 | 1011111 | 111110 | 111110 | 0 | 111111 | 11110000 | 101101 | 11010 |
Color Harmonies of #24245F
Complementary color
Monochromatic Colors of #24245F
Black with #24245F
Text Example
Text Example
White with #24245F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24245F; }
p { color: rgb(36,36,95); }
H1.HeaderClassName
{
color: #24245F;
}
.AnyTagClassName
{
color: #24245F;
}
</style>
background-color css
<style>
a { background-color: #24245F; }
a { background-color: rgb(36,36,95); }
div.DivClassName
{
background-color: #24245F;
}
.BgClassName
{
background-color: #24245F;
}
</style>
border-color css
<style>
span { border-color: #24245F; }
span { border-color: rgb(36,36,95); }
td.TdClassName
{
border-color: #24245F;
}
.TagClassName
{
border-color: #24245F;
}
</style>