Shades of Paua #241C5B
Tints of Paua #241C5B
RGB
CMYK
RGB Variations
Color information
#241C5B (or 0x241C5B) is known color: Paua. HEX triplet: 24, 1C and 5B. RGB value is (36,28,91). Sum of RGB (Red+Green+Blue) = 36+28+91=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #241C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241C5B is #DBE3A4. Grayscale: #252525. Windows color (decimal): -14410661 or 5970980. OLE color: 5970980.
HSL color Cylindrical-coordinate representation of color #241C5B: hue angle of 247.62º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #241C5B is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 28 | 91 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.64 |
| HSL | 247.62º | 0.53% | 0.23% | - |
| HSV(B) | 247.62º | 0.69% | 0.36% | - |
| XYZ | 3.03 | 1.96 | 10.12 | - |
| YUV | 37.57 | 158.15 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 91 | 0.60 | 0.69 | 0 | 0.64 | 247.62 | 0.53 | 0.23 |
| Hex | 24 | 1C | 5B | 3C | 45 | 0 | 40 | F8 | 35 | 17 |
| Octal | 44 | 34 | 133 | 74 | 105 | 0 | 100 | 370 | 65 | 27 |
| Binary | 100100 | 11100 | 1011011 | 111100 | 1000101 | 0 | 1000000 | 11111000 | 110101 | 10111 |
Color Harmonies of #241C5B
Complementary color
Monochromatic Colors of #241C5B
Black with #241C5B
Text Example
Text Example
White with #241C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241C5B; }
p { color: rgb(36,28,91); }
H1.HeaderClassName
{
color: #241C5B;
}
.AnyTagClassName
{
color: #241C5B;
}
</style>
background-color css
<style>
a { background-color: #241C5B; }
a { background-color: rgb(36,28,91); }
div.DivClassName
{
background-color: #241C5B;
}
.BgClassName
{
background-color: #241C5B;
}
</style>
border-color css
<style>
span { border-color: #241C5B; }
span { border-color: rgb(36,28,91); }
td.TdClassName
{
border-color: #241C5B;
}
.TagClassName
{
border-color: #241C5B;
}
</style>