Shades of Paua #241E5B
Tints of Paua #241E5B
RGB
CMYK
RGB Variations
Color information
#241E5B (or 0x241E5B) is known color: Paua. HEX triplet: 24, 1E and 5B. RGB value is (36,30,91). Sum of RGB (Red+Green+Blue) = 36+30+91=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 91 (35.94% from 255 or 57.96% from 157); Max value from RGB is 91 - color contains mainly: blue. Hex color #241E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241E5B is #DBE1A4. Grayscale: #262626. Windows color (decimal): -14410149 or 5971492. OLE color: 5971492.
HSL color Cylindrical-coordinate representation of color #241E5B: hue angle of 245.9º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #241E5B is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 30 | 91 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.64 |
| HSL | 245.9º | 0.5% | 0.24% | - |
| HSV(B) | 245.9º | 0.67% | 0.36% | - |
| XYZ | 3.08 | 2.06 | 10.13 | - |
| YUV | 38.75 | 157.49 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 30 | 91 | 0.60 | 0.67 | 0 | 0.64 | 245.9 | 0.5 | 0.24 |
| Hex | 24 | 1E | 5B | 3C | 43 | 0 | 40 | F6 | 32 | 18 |
| Octal | 44 | 36 | 133 | 74 | 103 | 0 | 100 | 366 | 62 | 30 |
| Binary | 100100 | 11110 | 1011011 | 111100 | 1000011 | 0 | 1000000 | 11110110 | 110010 | 11000 |
Color Harmonies of #241E5B
Complementary color
Monochromatic Colors of #241E5B
Black with #241E5B
Text Example
Text Example
White with #241E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241E5B; }
p { color: rgb(36,30,91); }
H1.HeaderClassName
{
color: #241E5B;
}
.AnyTagClassName
{
color: #241E5B;
}
</style>
background-color css
<style>
a { background-color: #241E5B; }
a { background-color: rgb(36,30,91); }
div.DivClassName
{
background-color: #241E5B;
}
.BgClassName
{
background-color: #241E5B;
}
</style>
border-color css
<style>
span { border-color: #241E5B; }
span { border-color: rgb(36,30,91); }
td.TdClassName
{
border-color: #241E5B;
}
.TagClassName
{
border-color: #241E5B;
}
</style>