Shades of Paua #241758
Tints of Paua #241758
RGB
CMYK
RGB Variations
Color information
#241758 (or 0x241758) is known color: Paua. HEX triplet: 24, 17 and 58. RGB value is (36,23,88). Sum of RGB (Red+Green+Blue) = 36+23+88=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 88 (34.77% from 255 or 59.86% from 147); Max value from RGB is 88 - color contains mainly: blue. Hex color #241758 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241758 is #DBE8A7. Grayscale: #222222. Windows color (decimal): -14411944 or 5773092. OLE color: 5773092.
HSL color Cylindrical-coordinate representation of color #241758: hue angle of 252º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #241758 is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 23 | 88 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.65 |
| HSL | 252º | 0.59% | 0.22% | - |
| HSV(B) | 252º | 0.74% | 0.35% | - |
| XYZ | 2.8 | 1.69 | 9.41 | - |
| YUV | 34.3 | 158.31 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 23 | 88 | 0.59 | 0.74 | 0 | 0.65 | 252 | 0.59 | 0.22 |
| Hex | 24 | 17 | 58 | 3B | 4A | 0 | 41 | FC | 3B | 16 |
| Octal | 44 | 27 | 130 | 73 | 112 | 0 | 101 | 374 | 73 | 26 |
| Binary | 100100 | 10111 | 1011000 | 111011 | 1001010 | 0 | 1000001 | 11111100 | 111011 | 10110 |
Color Harmonies of #241758
Complementary color
Monochromatic Colors of #241758
Black with #241758
Text Example
Text Example
White with #241758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241758; }
p { color: rgb(36,23,88); }
H1.HeaderClassName
{
color: #241758;
}
.AnyTagClassName
{
color: #241758;
}
</style>
background-color css
<style>
a { background-color: #241758; }
a { background-color: rgb(36,23,88); }
div.DivClassName
{
background-color: #241758;
}
.BgClassName
{
background-color: #241758;
}
</style>
border-color css
<style>
span { border-color: #241758; }
span { border-color: rgb(36,23,88); }
td.TdClassName
{
border-color: #241758;
}
.TagClassName
{
border-color: #241758;
}
</style>