Shades of Paua #17174D
Tints of Paua #17174D
RGB
CMYK
RGB Variations
Color information
#17174D (or 0x17174D) is known color: Paua. HEX triplet: 17, 17 and 4D. RGB value is (23,23,77). Sum of RGB (Red+Green+Blue) = 23+23+77=123 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.70% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #17174D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17174D is #E8E8B2. Grayscale: #1C1C1C. Windows color (decimal): -15263923 or 5052183. OLE color: 5052183.
HSL color Cylindrical-coordinate representation of color #17174D: hue angle of 240º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #17174D is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 23 | 23 | 77 | - |
| CMYK | 0.70 | 0.70 | 0 | 0.70 |
| HSL | 240º | 0.54% | 0.2% | - |
| HSV(B) | 240º | 0.7% | 0.3% | - |
| XYZ | 2 | 1.33 | 7.17 | - |
| YUV | 29.16 | 155 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 23 | 77 | 0.70 | 0.70 | 0 | 0.70 | 240 | 0.54 | 0.2 |
| Hex | 17 | 17 | 4D | 46 | 46 | 0 | 46 | F0 | 36 | 14 |
| Octal | 27 | 27 | 115 | 106 | 106 | 0 | 106 | 360 | 66 | 24 |
| Binary | 10111 | 10111 | 1001101 | 1000110 | 1000110 | 0 | 1000110 | 11110000 | 110110 | 10100 |
Color Harmonies of #17174D
Complementary color
Monochromatic Colors of #17174D
Black with #17174D
Text Example
Text Example
White with #17174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17174D; }
p { color: rgb(23,23,77); }
H1.HeaderClassName
{
color: #17174D;
}
.AnyTagClassName
{
color: #17174D;
}
</style>
background-color css
<style>
a { background-color: #17174D; }
a { background-color: rgb(23,23,77); }
div.DivClassName
{
background-color: #17174D;
}
.BgClassName
{
background-color: #17174D;
}
</style>
border-color css
<style>
span { border-color: #17174D; }
span { border-color: rgb(23,23,77); }
td.TdClassName
{
border-color: #17174D;
}
.TagClassName
{
border-color: #17174D;
}
</style>