Shades of Paua #241D54
Tints of Paua #241D54
RGB
CMYK
RGB Variations
Color information
#241D54 (or 0x241D54) is known color: Paua. HEX triplet: 24, 1D and 54. RGB value is (36,29,84). Sum of RGB (Red+Green+Blue) = 36+29+84=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 84 (33.20% from 255 or 56.38% from 149); Max value from RGB is 84 - color contains mainly: blue. Hex color #241D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241D54 is #DBE2AB. Grayscale: #252525. Windows color (decimal): -14410412 or 5512484. OLE color: 5512484.
HSL color Cylindrical-coordinate representation of color #241D54: hue angle of 247.64º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #241D54 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 29 | 84 | - |
| CMYK | 0.57 | 0.65 | 0 | 0.67 |
| HSL | 247.64º | 0.49% | 0.22% | - |
| HSV(B) | 247.64º | 0.65% | 0.33% | - |
| XYZ | 2.77 | 1.89 | 8.61 | - |
| YUV | 37.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 84 | 0.57 | 0.65 | 0 | 0.67 | 247.64 | 0.49 | 0.22 |
| Hex | 24 | 1D | 54 | 39 | 41 | 0 | 43 | F8 | 31 | 16 |
| Octal | 44 | 35 | 124 | 71 | 101 | 0 | 103 | 370 | 61 | 26 |
| Binary | 100100 | 11101 | 1010100 | 111001 | 1000001 | 0 | 1000011 | 11111000 | 110001 | 10110 |
Color Harmonies of #241D54
Complementary color
Monochromatic Colors of #241D54
Black with #241D54
Text Example
Text Example
White with #241D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241D54; }
p { color: rgb(36,29,84); }
H1.HeaderClassName
{
color: #241D54;
}
.AnyTagClassName
{
color: #241D54;
}
</style>
background-color css
<style>
a { background-color: #241D54; }
a { background-color: rgb(36,29,84); }
div.DivClassName
{
background-color: #241D54;
}
.BgClassName
{
background-color: #241D54;
}
</style>
border-color css
<style>
span { border-color: #241D54; }
span { border-color: rgb(36,29,84); }
td.TdClassName
{
border-color: #241D54;
}
.TagClassName
{
border-color: #241D54;
}
</style>