Shades of Paua #241B55
Tints of Paua #241B55
RGB
CMYK
RGB Variations
Color information
#241B55 (or 0x241B55) is known color: Paua. HEX triplet: 24, 1B and 55. RGB value is (36,27,85). Sum of RGB (Red+Green+Blue) = 36+27+85=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 85 (33.59% from 255 or 57.43% from 148); Max value from RGB is 85 - color contains mainly: blue. Hex color #241B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241B55 is #DBE4AA. Grayscale: #242424. Windows color (decimal): -14410923 or 5577508. OLE color: 5577508.
HSL color Cylindrical-coordinate representation of color #241B55: hue angle of 249.31º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #241B55 is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 27 | 85 | - |
| CMYK | 0.58 | 0.68 | 0 | 0.67 |
| HSL | 249.31º | 0.52% | 0.22% | - |
| HSV(B) | 249.31º | 0.68% | 0.33% | - |
| XYZ | 2.76 | 1.81 | 8.8 | - |
| YUV | 36.3 | 155.48 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 27 | 85 | 0.58 | 0.68 | 0 | 0.67 | 249.31 | 0.52 | 0.22 |
| Hex | 24 | 1B | 55 | 3A | 44 | 0 | 43 | F9 | 34 | 16 |
| Octal | 44 | 33 | 125 | 72 | 104 | 0 | 103 | 371 | 64 | 26 |
| Binary | 100100 | 11011 | 1010101 | 111010 | 1000100 | 0 | 1000011 | 11111001 | 110100 | 10110 |
Color Harmonies of #241B55
Complementary color
Monochromatic Colors of #241B55
Black with #241B55
Text Example
Text Example
White with #241B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241B55; }
p { color: rgb(36,27,85); }
H1.HeaderClassName
{
color: #241B55;
}
.AnyTagClassName
{
color: #241B55;
}
</style>
background-color css
<style>
a { background-color: #241B55; }
a { background-color: rgb(36,27,85); }
div.DivClassName
{
background-color: #241B55;
}
.BgClassName
{
background-color: #241B55;
}
</style>
border-color css
<style>
span { border-color: #241B55; }
span { border-color: rgb(36,27,85); }
td.TdClassName
{
border-color: #241B55;
}
.TagClassName
{
border-color: #241B55;
}
</style>