Shades of Paua #241B58
Tints of Paua #241B58
RGB
CMYK
RGB Variations
Color information
#241B58 (or 0x241B58) is known color: Paua. HEX triplet: 24, 1B and 58. RGB value is (36,27,88). Sum of RGB (Red+Green+Blue) = 36+27+88=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 88 (34.77% from 255 or 58.28% from 151); Max value from RGB is 88 - color contains mainly: blue. Hex color #241B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241B58 is #DBE4A7. Grayscale: #242424. Windows color (decimal): -14410920 or 5774116. OLE color: 5774116.
HSL color Cylindrical-coordinate representation of color #241B58: hue angle of 248.85º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #241B58 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 27 | 88 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.65 |
| HSL | 248.85º | 0.53% | 0.23% | - |
| HSV(B) | 248.85º | 0.69% | 0.35% | - |
| XYZ | 2.88 | 1.86 | 9.44 | - |
| YUV | 36.65 | 156.98 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 27 | 88 | 0.59 | 0.69 | 0 | 0.65 | 248.85 | 0.53 | 0.23 |
| Hex | 24 | 1B | 58 | 3B | 45 | 0 | 41 | F9 | 35 | 17 |
| Octal | 44 | 33 | 130 | 73 | 105 | 0 | 101 | 371 | 65 | 27 |
| Binary | 100100 | 11011 | 1011000 | 111011 | 1000101 | 0 | 1000001 | 11111001 | 110101 | 10111 |
Color Harmonies of #241B58
Complementary color
Monochromatic Colors of #241B58
Black with #241B58
Text Example
Text Example
White with #241B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241B58; }
p { color: rgb(36,27,88); }
H1.HeaderClassName
{
color: #241B58;
}
.AnyTagClassName
{
color: #241B58;
}
</style>
background-color css
<style>
a { background-color: #241B58; }
a { background-color: rgb(36,27,88); }
div.DivClassName
{
background-color: #241B58;
}
.BgClassName
{
background-color: #241B58;
}
</style>
border-color css
<style>
span { border-color: #241B58; }
span { border-color: rgb(36,27,88); }
td.TdClassName
{
border-color: #241B58;
}
.TagClassName
{
border-color: #241B58;
}
</style>