Shades of Paua #241A54
Tints of Paua #241A54
RGB
CMYK
RGB Variations
Color information
#241A54 (or 0x241A54) is known color: Paua. HEX triplet: 24, 1A and 54. RGB value is (36,26,84). Sum of RGB (Red+Green+Blue) = 36+26+84=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 84 (33.20% from 255 or 57.53% from 146); Max value from RGB is 84 - color contains mainly: blue. Hex color #241A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241A54 is #DBE5AB. Grayscale: #232323. Windows color (decimal): -14411180 or 5511716. OLE color: 5511716.
HSL color Cylindrical-coordinate representation of color #241A54: hue angle of 250.34º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #241A54 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 26 | 84 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.67 |
| HSL | 250.34º | 0.53% | 0.22% | - |
| HSV(B) | 250.34º | 0.69% | 0.33% | - |
| XYZ | 2.7 | 1.75 | 8.58 | - |
| YUV | 35.6 | 155.31 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 84 | 0.57 | 0.69 | 0 | 0.67 | 250.34 | 0.53 | 0.22 |
| Hex | 24 | 1A | 54 | 39 | 45 | 0 | 43 | FA | 35 | 16 |
| Octal | 44 | 32 | 124 | 71 | 105 | 0 | 103 | 372 | 65 | 26 |
| Binary | 100100 | 11010 | 1010100 | 111001 | 1000101 | 0 | 1000011 | 11111010 | 110101 | 10110 |
Color Harmonies of #241A54
Complementary color
Monochromatic Colors of #241A54
Black with #241A54
Text Example
Text Example
White with #241A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241A54; }
p { color: rgb(36,26,84); }
H1.HeaderClassName
{
color: #241A54;
}
.AnyTagClassName
{
color: #241A54;
}
</style>
background-color css
<style>
a { background-color: #241A54; }
a { background-color: rgb(36,26,84); }
div.DivClassName
{
background-color: #241A54;
}
.BgClassName
{
background-color: #241A54;
}
</style>
border-color css
<style>
span { border-color: #241A54; }
span { border-color: rgb(36,26,84); }
td.TdClassName
{
border-color: #241A54;
}
.TagClassName
{
border-color: #241A54;
}
</style>