Shades of Paua #241A5E
Tints of Paua #241A5E
RGB
CMYK
RGB Variations
Color information
#241A5E (or 0x241A5E) is known color: Paua. HEX triplet: 24, 1A and 5E. RGB value is (36,26,94). Sum of RGB (Red+Green+Blue) = 36+26+94=156 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.08% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 94 (37.11% from 255 or 60.26% from 156); Max value from RGB is 94 - color contains mainly: blue. Hex color #241A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241A5E is #DBE5A1. Grayscale: #242424. Windows color (decimal): -14411170 or 6167076. OLE color: 6167076.
HSL color Cylindrical-coordinate representation of color #241A5E: hue angle of 248.82º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #241A5E is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 26 | 94 | - |
| CMYK | 0.62 | 0.72 | 0 | 0.63 |
| HSL | 248.82º | 0.57% | 0.24% | - |
| HSV(B) | 248.82º | 0.72% | 0.37% | - |
| XYZ | 3.12 | 1.92 | 10.8 | - |
| YUV | 36.74 | 160.31 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 94 | 0.62 | 0.72 | 0 | 0.63 | 248.82 | 0.57 | 0.24 |
| Hex | 24 | 1A | 5E | 3E | 48 | 0 | 3F | F9 | 39 | 18 |
| Octal | 44 | 32 | 136 | 76 | 110 | 0 | 77 | 371 | 71 | 30 |
| Binary | 100100 | 11010 | 1011110 | 111110 | 1001000 | 0 | 111111 | 11111001 | 111001 | 11000 |
Color Harmonies of #241A5E
Complementary color
Monochromatic Colors of #241A5E
Black with #241A5E
Text Example
Text Example
White with #241A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241A5E; }
p { color: rgb(36,26,94); }
H1.HeaderClassName
{
color: #241A5E;
}
.AnyTagClassName
{
color: #241A5E;
}
</style>
background-color css
<style>
a { background-color: #241A5E; }
a { background-color: rgb(36,26,94); }
div.DivClassName
{
background-color: #241A5E;
}
.BgClassName
{
background-color: #241A5E;
}
</style>
border-color css
<style>
span { border-color: #241A5E; }
span { border-color: rgb(36,26,94); }
td.TdClassName
{
border-color: #241A5E;
}
.TagClassName
{
border-color: #241A5E;
}
</style>