Shades of Paua #090348
Tints of Paua #090348
RGB
CMYK
RGB Variations
Color information
#090348 (or 0x090348) is known color: Paua. HEX triplet: 09, 03 and 48. RGB value is (9,3,72). Sum of RGB (Red+Green+Blue) = 9+3+72=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 3 (1.56% from 255 or 3.57% from 84); Blue value is 72 (28.52% from 255 or 85.71% from 84); Max value from RGB is 72 - color contains mainly: blue. Hex color #090348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090348 is #F6FCB7. Grayscale: #0C0C0C. Windows color (decimal): -16186552 or 4719369. OLE color: 4719369.
HSL color Cylindrical-coordinate representation of color #090348: hue angle of 245.22º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090348 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 9 | 3 | 72 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.72 |
| HSL | 245.22º | 0.92% | 0.15% | - |
| HSV(B) | 245.22º | 0.96% | 0.28% | - |
| XYZ | 1.31 | 0.59 | 6.18 | - |
| YUV | 12.66 | 161.49 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 3 | 72 | 0.88 | 0.96 | 0 | 0.72 | 245.22 | 0.92 | 0.15 |
| Hex | 9 | 3 | 48 | 58 | 60 | 0 | 48 | F5 | 5C | F |
| Octal | 11 | 3 | 110 | 130 | 140 | 0 | 110 | 365 | 134 | 17 |
| Binary | 1001 | 11 | 1001000 | 1011000 | 1100000 | 0 | 1001000 | 11110101 | 1011100 | 1111 |
Color Harmonies of #090348
Complementary color
Monochromatic Colors of #090348
Black with #090348
Text Example
Text Example
White with #090348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090348; }
p { color: rgb(9,3,72); }
H1.HeaderClassName
{
color: #090348;
}
.AnyTagClassName
{
color: #090348;
}
</style>
background-color css
<style>
a { background-color: #090348; }
a { background-color: rgb(9,3,72); }
div.DivClassName
{
background-color: #090348;
}
.BgClassName
{
background-color: #090348;
}
</style>
border-color css
<style>
span { border-color: #090348; }
span { border-color: rgb(9,3,72); }
td.TdClassName
{
border-color: #090348;
}
.TagClassName
{
border-color: #090348;
}
</style>