Shades of Paua #241E5D
Tints of Paua #241E5D
RGB
CMYK
RGB Variations
Color information
#241E5D (or 0x241E5D) is known color: Paua. HEX triplet: 24, 1E and 5D. RGB value is (36,30,93). Sum of RGB (Red+Green+Blue) = 36+30+93=159 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.64% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #241E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241E5D is #DBE1A2. Grayscale: #262626. Windows color (decimal): -14410147 or 6102564. OLE color: 6102564.
HSL color Cylindrical-coordinate representation of color #241E5D: hue angle of 245.71º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #241E5D is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 30 | 93 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.64 |
| HSL | 245.71º | 0.51% | 0.24% | - |
| HSV(B) | 245.71º | 0.68% | 0.36% | - |
| XYZ | 3.17 | 2.09 | 10.59 | - |
| YUV | 38.98 | 158.49 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 30 | 93 | 0.61 | 0.68 | 0 | 0.64 | 245.71 | 0.51 | 0.24 |
| Hex | 24 | 1E | 5D | 3D | 44 | 0 | 40 | F6 | 33 | 18 |
| Octal | 44 | 36 | 135 | 75 | 104 | 0 | 100 | 366 | 63 | 30 |
| Binary | 100100 | 11110 | 1011101 | 111101 | 1000100 | 0 | 1000000 | 11110110 | 110011 | 11000 |
Color Harmonies of #241E5D
Complementary color
Monochromatic Colors of #241E5D
Black with #241E5D
Text Example
Text Example
White with #241E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241E5D; }
p { color: rgb(36,30,93); }
H1.HeaderClassName
{
color: #241E5D;
}
.AnyTagClassName
{
color: #241E5D;
}
</style>
background-color css
<style>
a { background-color: #241E5D; }
a { background-color: rgb(36,30,93); }
div.DivClassName
{
background-color: #241E5D;
}
.BgClassName
{
background-color: #241E5D;
}
</style>
border-color css
<style>
span { border-color: #241E5D; }
span { border-color: rgb(36,30,93); }
td.TdClassName
{
border-color: #241E5D;
}
.TagClassName
{
border-color: #241E5D;
}
</style>