Shades of Paua #241D55
Tints of Paua #241D55
RGB
CMYK
RGB Variations
Color information
#241D55 (or 0x241D55) is known color: Paua. HEX triplet: 24, 1D and 55. RGB value is (36,29,85). Sum of RGB (Red+Green+Blue) = 36+29+85=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 85 (33.59% from 255 or 56.67% from 150); Max value from RGB is 85 - color contains mainly: blue. Hex color #241D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241D55 is #DBE2AA. Grayscale: #252525. Windows color (decimal): -14410411 or 5578020. OLE color: 5578020.
HSL color Cylindrical-coordinate representation of color #241D55: hue angle of 247.5º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #241D55 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 29 | 85 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.67 |
| HSL | 247.5º | 0.49% | 0.22% | - |
| HSV(B) | 247.5º | 0.66% | 0.33% | - |
| XYZ | 2.81 | 1.91 | 8.82 | - |
| YUV | 37.48 | 154.82 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 85 | 0.58 | 0.66 | 0 | 0.67 | 247.5 | 0.49 | 0.22 |
| Hex | 24 | 1D | 55 | 3A | 42 | 0 | 43 | F8 | 31 | 16 |
| Octal | 44 | 35 | 125 | 72 | 102 | 0 | 103 | 370 | 61 | 26 |
| Binary | 100100 | 11101 | 1010101 | 111010 | 1000010 | 0 | 1000011 | 11111000 | 110001 | 10110 |
Color Harmonies of #241D55
Complementary color
Monochromatic Colors of #241D55
Black with #241D55
Text Example
Text Example
White with #241D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241D55; }
p { color: rgb(36,29,85); }
H1.HeaderClassName
{
color: #241D55;
}
.AnyTagClassName
{
color: #241D55;
}
</style>
background-color css
<style>
a { background-color: #241D55; }
a { background-color: rgb(36,29,85); }
div.DivClassName
{
background-color: #241D55;
}
.BgClassName
{
background-color: #241D55;
}
</style>
border-color css
<style>
span { border-color: #241D55; }
span { border-color: rgb(36,29,85); }
td.TdClassName
{
border-color: #241D55;
}
.TagClassName
{
border-color: #241D55;
}
</style>