Shades of Paua #241D57
Tints of Paua #241D57
RGB
CMYK
RGB Variations
Color information
#241D57 (or 0x241D57) is known color: Paua. HEX triplet: 24, 1D and 57. RGB value is (36,29,87). Sum of RGB (Red+Green+Blue) = 36+29+87=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 87 (34.38% from 255 or 57.24% from 152); Max value from RGB is 87 - color contains mainly: blue. Hex color #241D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241D57 is #DBE2A8. Grayscale: #252525. Windows color (decimal): -14410409 or 5709092. OLE color: 5709092.
HSL color Cylindrical-coordinate representation of color #241D57: hue angle of 247.24º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #241D57 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 36 | 29 | 87 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.66 |
| HSL | 247.24º | 0.5% | 0.23% | - |
| HSV(B) | 247.24º | 0.67% | 0.34% | - |
| XYZ | 2.89 | 1.94 | 9.24 | - |
| YUV | 37.71 | 155.82 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 87 | 0.59 | 0.67 | 0 | 0.66 | 247.24 | 0.5 | 0.23 |
| Hex | 24 | 1D | 57 | 3B | 43 | 0 | 42 | F7 | 32 | 17 |
| Octal | 44 | 35 | 127 | 73 | 103 | 0 | 102 | 367 | 62 | 27 |
| Binary | 100100 | 11101 | 1010111 | 111011 | 1000011 | 0 | 1000010 | 11110111 | 110010 | 10111 |
Color Harmonies of #241D57
Complementary color
Monochromatic Colors of #241D57
Black with #241D57
Text Example
Text Example
White with #241D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241D57; }
p { color: rgb(36,29,87); }
H1.HeaderClassName
{
color: #241D57;
}
.AnyTagClassName
{
color: #241D57;
}
</style>
background-color css
<style>
a { background-color: #241D57; }
a { background-color: rgb(36,29,87); }
div.DivClassName
{
background-color: #241D57;
}
.BgClassName
{
background-color: #241D57;
}
</style>
border-color css
<style>
span { border-color: #241D57; }
span { border-color: rgb(36,29,87); }
td.TdClassName
{
border-color: #241D57;
}
.TagClassName
{
border-color: #241D57;
}
</style>