Shades of Paua #171649
Tints of Paua #171649
RGB
CMYK
RGB Variations
Color information
#171649 (or 0x171649) is known color: Paua. HEX triplet: 17, 16 and 49. RGB value is (23,22,73). Sum of RGB (Red+Green+Blue) = 23+22+73=118 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.49% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 73 (28.91% from 255 or 61.86% from 118); Max value from RGB is 73 - color contains mainly: blue. Hex color #171649 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171649 is #E8E9B6. Grayscale: #1B1B1B. Windows color (decimal): -15264183 or 4789783. OLE color: 4789783.
HSL color Cylindrical-coordinate representation of color #171649: hue angle of 241.18º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #171649 is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 22 | 73 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.71 |
| HSL | 241.18º | 0.54% | 0.19% | - |
| HSV(B) | 241.18º | 0.7% | 0.29% | - |
| XYZ | 1.84 | 1.24 | 6.44 | - |
| YUV | 28.11 | 153.33 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 22 | 73 | 0.68 | 0.70 | 0 | 0.71 | 241.18 | 0.54 | 0.19 |
| Hex | 17 | 16 | 49 | 44 | 46 | 0 | 47 | F1 | 36 | 13 |
| Octal | 27 | 26 | 111 | 104 | 106 | 0 | 107 | 361 | 66 | 23 |
| Binary | 10111 | 10110 | 1001001 | 1000100 | 1000110 | 0 | 1000111 | 11110001 | 110110 | 10011 |
Color Harmonies of #171649
Complementary color
Monochromatic Colors of #171649
Black with #171649
Text Example
Text Example
White with #171649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171649; }
p { color: rgb(23,22,73); }
H1.HeaderClassName
{
color: #171649;
}
.AnyTagClassName
{
color: #171649;
}
</style>
background-color css
<style>
a { background-color: #171649; }
a { background-color: rgb(23,22,73); }
div.DivClassName
{
background-color: #171649;
}
.BgClassName
{
background-color: #171649;
}
</style>
border-color css
<style>
span { border-color: #171649; }
span { border-color: rgb(23,22,73); }
td.TdClassName
{
border-color: #171649;
}
.TagClassName
{
border-color: #171649;
}
</style>