Shades of Paua #242360
Tints of Paua #242360
RGB
CMYK
RGB Variations
Color information
#242360 (or 0x242360) is known color: Paua. HEX triplet: 24, 23 and 60. RGB value is (36,35,96). Sum of RGB (Red+Green+Blue) = 36+35+96=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #242360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242360 is #DBDC9F. Grayscale: #2A2A2A. Windows color (decimal): -14408864 or 6300452. OLE color: 6300452.
HSL color Cylindrical-coordinate representation of color #242360: hue angle of 240.98º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #242360 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 35 | 96 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.62 |
| HSL | 240.98º | 0.47% | 0.26% | - |
| HSV(B) | 240.98º | 0.64% | 0.38% | - |
| XYZ | 3.44 | 2.42 | 11.35 | - |
| YUV | 42.25 | 158.33 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 35 | 96 | 0.62 | 0.64 | 0 | 0.62 | 240.98 | 0.47 | 0.26 |
| Hex | 24 | 23 | 60 | 3E | 40 | 0 | 3E | F1 | 2F | 1A |
| Octal | 44 | 43 | 140 | 76 | 100 | 0 | 76 | 361 | 57 | 32 |
| Binary | 100100 | 100011 | 1100000 | 111110 | 1000000 | 0 | 111110 | 11110001 | 101111 | 11010 |
Color Harmonies of #242360
Complementary color
Monochromatic Colors of #242360
Black with #242360
Text Example
Text Example
White with #242360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242360; }
p { color: rgb(36,35,96); }
H1.HeaderClassName
{
color: #242360;
}
.AnyTagClassName
{
color: #242360;
}
</style>
background-color css
<style>
a { background-color: #242360; }
a { background-color: rgb(36,35,96); }
div.DivClassName
{
background-color: #242360;
}
.BgClassName
{
background-color: #242360;
}
</style>
border-color css
<style>
span { border-color: #242360; }
span { border-color: rgb(36,35,96); }
td.TdClassName
{
border-color: #242360;
}
.TagClassName
{
border-color: #242360;
}
</style>