Shades of Paua #24255A
Tints of Paua #24255A
RGB
CMYK
RGB Variations
Color information
#24255A (or 0x24255A) is known color: Paua. HEX triplet: 24, 25 and 5A. RGB value is (36,37,90). Sum of RGB (Red+Green+Blue) = 36+37+90=163 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.09% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #24255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24255A is #DBDAA5. Grayscale: #2A2A2A. Windows color (decimal): -14408358 or 5907748. OLE color: 5907748.
HSL color Cylindrical-coordinate representation of color #24255A: hue angle of 238.89º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24255A is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 37 | 90 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.65 |
| HSL | 238.89º | 0.43% | 0.25% | - |
| HSV(B) | 238.89º | 0.6% | 0.35% | - |
| XYZ | 3.23 | 2.44 | 9.97 | - |
| YUV | 42.74 | 154.67 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 90 | 0.60 | 0.59 | 0 | 0.65 | 238.89 | 0.43 | 0.25 |
| Hex | 24 | 25 | 5A | 3C | 3B | 0 | 41 | EF | 2B | 19 |
| Octal | 44 | 45 | 132 | 74 | 73 | 0 | 101 | 357 | 53 | 31 |
| Binary | 100100 | 100101 | 1011010 | 111100 | 111011 | 0 | 1000001 | 11101111 | 101011 | 11001 |
Color Harmonies of #24255A
Complementary color
Monochromatic Colors of #24255A
Black with #24255A
Text Example
Text Example
White with #24255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24255A; }
p { color: rgb(36,37,90); }
H1.HeaderClassName
{
color: #24255A;
}
.AnyTagClassName
{
color: #24255A;
}
</style>
background-color css
<style>
a { background-color: #24255A; }
a { background-color: rgb(36,37,90); }
div.DivClassName
{
background-color: #24255A;
}
.BgClassName
{
background-color: #24255A;
}
</style>
border-color css
<style>
span { border-color: #24255A; }
span { border-color: rgb(36,37,90); }
td.TdClassName
{
border-color: #24255A;
}
.TagClassName
{
border-color: #24255A;
}
</style>