Shades of Tangaroa #172F40
Tints of Tangaroa #172F40
RGB
CMYK
RGB Variations
Color information
#172F40 (or 0x172F40) is known color: Tangaroa. HEX triplet: 17, 2F and 40. RGB value is (23,47,64). Sum of RGB (Red+Green+Blue) = 23+47+64=134 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.16% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #172F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172F40 is #E8D0BF. Grayscale: #292929. Windows color (decimal): -15257792 or 4206359. OLE color: 4206359.
HSL color Cylindrical-coordinate representation of color #172F40: hue angle of 204.88º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #172F40 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 47 | 64 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.75 |
| HSL | 204.88º | 0.47% | 0.17% | - |
| HSV(B) | 204.88º | 0.64% | 0.25% | - |
| XYZ | 2.3 | 2.59 | 5.23 | - |
| YUV | 41.76 | 140.55 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 64 | 0.64 | 0.27 | 0 | 0.75 | 204.88 | 0.47 | 0.17 |
| Hex | 17 | 2F | 40 | 40 | 1B | 0 | 4B | CD | 2F | 11 |
| Octal | 27 | 57 | 100 | 100 | 33 | 0 | 113 | 315 | 57 | 21 |
| Binary | 10111 | 101111 | 1000000 | 1000000 | 11011 | 0 | 1001011 | 11001101 | 101111 | 10001 |
Color Harmonies of #172F40
Complementary color
Monochromatic Colors of #172F40
Black with #172F40
Text Example
Text Example
White with #172F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172F40; }
p { color: rgb(23,47,64); }
H1.HeaderClassName
{
color: #172F40;
}
.AnyTagClassName
{
color: #172F40;
}
</style>
background-color css
<style>
a { background-color: #172F40; }
a { background-color: rgb(23,47,64); }
div.DivClassName
{
background-color: #172F40;
}
.BgClassName
{
background-color: #172F40;
}
</style>
border-color css
<style>
span { border-color: #172F40; }
span { border-color: rgb(23,47,64); }
td.TdClassName
{
border-color: #172F40;
}
.TagClassName
{
border-color: #172F40;
}
</style>