Shades of Paua #242461
Tints of Paua #242461
RGB
CMYK
RGB Variations
Color information
#242461 (or 0x242461) is known color: Paua. HEX triplet: 24, 24 and 61. RGB value is (36,36,97). Sum of RGB (Red+Green+Blue) = 36+36+97=169 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.30% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #242461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242461 is #DBDB9E. Grayscale: #2A2A2A. Windows color (decimal): -14408607 or 6366244. OLE color: 6366244.
HSL color Cylindrical-coordinate representation of color #242461: hue angle of 240º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #242461 is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 36 | 97 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.62 |
| HSL | 240º | 0.46% | 0.26% | - |
| HSV(B) | 240º | 0.63% | 0.38% | - |
| XYZ | 3.52 | 2.5 | 11.61 | - |
| YUV | 42.95 | 158.5 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 36 | 97 | 0.63 | 0.63 | 0 | 0.62 | 240 | 0.46 | 0.26 |
| Hex | 24 | 24 | 61 | 3F | 3F | 0 | 3E | F0 | 2E | 1A |
| Octal | 44 | 44 | 141 | 77 | 77 | 0 | 76 | 360 | 56 | 32 |
| Binary | 100100 | 100100 | 1100001 | 111111 | 111111 | 0 | 111110 | 11110000 | 101110 | 11010 |
Color Harmonies of #242461
Complementary color
Monochromatic Colors of #242461
Black with #242461
Text Example
Text Example
White with #242461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242461; }
p { color: rgb(36,36,97); }
H1.HeaderClassName
{
color: #242461;
}
.AnyTagClassName
{
color: #242461;
}
</style>
background-color css
<style>
a { background-color: #242461; }
a { background-color: rgb(36,36,97); }
div.DivClassName
{
background-color: #242461;
}
.BgClassName
{
background-color: #242461;
}
</style>
border-color css
<style>
span { border-color: #242461; }
span { border-color: rgb(36,36,97); }
td.TdClassName
{
border-color: #242461;
}
.TagClassName
{
border-color: #242461;
}
</style>