Shades of Paua #241D58
Tints of Paua #241D58
RGB
CMYK
RGB Variations
Color information
#241D58 (or 0x241D58) is known color: Paua. HEX triplet: 24, 1D and 58. RGB value is (36,29,88). Sum of RGB (Red+Green+Blue) = 36+29+88=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 88 (34.77% from 255 or 57.52% from 153); Max value from RGB is 88 - color contains mainly: blue. Hex color #241D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241D58 is #DBE2A7. Grayscale: #252525. Windows color (decimal): -14410408 or 5774628. OLE color: 5774628.
HSL color Cylindrical-coordinate representation of color #241D58: hue angle of 247.12º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #241D58 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 29 | 88 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.65 |
| HSL | 247.12º | 0.5% | 0.23% | - |
| HSV(B) | 247.12º | 0.67% | 0.35% | - |
| XYZ | 2.93 | 1.96 | 9.46 | - |
| YUV | 37.82 | 156.32 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 88 | 0.59 | 0.67 | 0 | 0.65 | 247.12 | 0.5 | 0.23 |
| Hex | 24 | 1D | 58 | 3B | 43 | 0 | 41 | F7 | 32 | 17 |
| Octal | 44 | 35 | 130 | 73 | 103 | 0 | 101 | 367 | 62 | 27 |
| Binary | 100100 | 11101 | 1011000 | 111011 | 1000011 | 0 | 1000001 | 11110111 | 110010 | 10111 |
Color Harmonies of #241D58
Complementary color
Monochromatic Colors of #241D58
Black with #241D58
Text Example
Text Example
White with #241D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241D58; }
p { color: rgb(36,29,88); }
H1.HeaderClassName
{
color: #241D58;
}
.AnyTagClassName
{
color: #241D58;
}
</style>
background-color css
<style>
a { background-color: #241D58; }
a { background-color: rgb(36,29,88); }
div.DivClassName
{
background-color: #241D58;
}
.BgClassName
{
background-color: #241D58;
}
</style>
border-color css
<style>
span { border-color: #241D58; }
span { border-color: rgb(36,29,88); }
td.TdClassName
{
border-color: #241D58;
}
.TagClassName
{
border-color: #241D58;
}
</style>