Shades of Paua #171343
Tints of Paua #171343
RGB
CMYK
RGB Variations
Color information
#171343 (or 0x171343) is known color: Paua. HEX triplet: 17, 13 and 43. RGB value is (23,19,67). Sum of RGB (Red+Green+Blue) = 23+19+67=109 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.10% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 67 (26.56% from 255 or 61.47% from 109); Max value from RGB is 67 - color contains mainly: blue. Hex color #171343 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171343 is #E8ECBC. Grayscale: #191919. Windows color (decimal): -15264957 or 4395799. OLE color: 4395799.
HSL color Cylindrical-coordinate representation of color #171343: hue angle of 245º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #171343 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 23 | 19 | 67 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.74 |
| HSL | 245º | 0.56% | 0.17% | - |
| HSV(B) | 245º | 0.72% | 0.26% | - |
| XYZ | 1.6 | 1.05 | 5.43 | - |
| YUV | 25.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 19 | 67 | 0.66 | 0.72 | 0 | 0.74 | 245 | 0.56 | 0.17 |
| Hex | 17 | 13 | 43 | 42 | 48 | 0 | 4A | F5 | 38 | 11 |
| Octal | 27 | 23 | 103 | 102 | 110 | 0 | 112 | 365 | 70 | 21 |
| Binary | 10111 | 10011 | 1000011 | 1000010 | 1001000 | 0 | 1001010 | 11110101 | 111000 | 10001 |
Color Harmonies of #171343
Complementary color
Monochromatic Colors of #171343
Black with #171343
Text Example
Text Example
White with #171343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171343; }
p { color: rgb(23,19,67); }
H1.HeaderClassName
{
color: #171343;
}
.AnyTagClassName
{
color: #171343;
}
</style>
background-color css
<style>
a { background-color: #171343; }
a { background-color: rgb(23,19,67); }
div.DivClassName
{
background-color: #171343;
}
.BgClassName
{
background-color: #171343;
}
</style>
border-color css
<style>
span { border-color: #171343; }
span { border-color: rgb(23,19,67); }
td.TdClassName
{
border-color: #171343;
}
.TagClassName
{
border-color: #171343;
}
</style>