Shades of Paua #24255E
Tints of Paua #24255E
RGB
CMYK
RGB Variations
Color information
#24255E (or 0x24255E) is known color: Paua. HEX triplet: 24, 25 and 5E. RGB value is (36,37,94). Sum of RGB (Red+Green+Blue) = 36+37+94=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 94 (37.11% from 255 or 56.29% from 167); Max value from RGB is 94 - color contains mainly: blue. Hex color #24255E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24255E is #DBDAA1. Grayscale: #2A2A2A. Windows color (decimal): -14408354 or 6169892. OLE color: 6169892.
HSL color Cylindrical-coordinate representation of color #24255E: hue angle of 238.97º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24255E is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 37 | 94 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.63 |
| HSL | 238.97º | 0.45% | 0.25% | - |
| HSV(B) | 238.97º | 0.62% | 0.37% | - |
| XYZ | 3.41 | 2.51 | 10.89 | - |
| YUV | 43.2 | 156.67 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 94 | 0.62 | 0.61 | 0 | 0.63 | 238.97 | 0.45 | 0.25 |
| Hex | 24 | 25 | 5E | 3E | 3D | 0 | 3F | EF | 2D | 19 |
| Octal | 44 | 45 | 136 | 76 | 75 | 0 | 77 | 357 | 55 | 31 |
| Binary | 100100 | 100101 | 1011110 | 111110 | 111101 | 0 | 111111 | 11101111 | 101101 | 11001 |
Color Harmonies of #24255E
Complementary color
Monochromatic Colors of #24255E
Black with #24255E
Text Example
Text Example
White with #24255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24255E; }
p { color: rgb(36,37,94); }
H1.HeaderClassName
{
color: #24255E;
}
.AnyTagClassName
{
color: #24255E;
}
</style>
background-color css
<style>
a { background-color: #24255E; }
a { background-color: rgb(36,37,94); }
div.DivClassName
{
background-color: #24255E;
}
.BgClassName
{
background-color: #24255E;
}
</style>
border-color css
<style>
span { border-color: #24255E; }
span { border-color: rgb(36,37,94); }
td.TdClassName
{
border-color: #24255E;
}
.TagClassName
{
border-color: #24255E;
}
</style>