Shades of Tangaroa #172D39
Tints of Tangaroa #172D39
RGB
CMYK
RGB Variations
Color information
#172D39 (or 0x172D39) is known color: Tangaroa. HEX triplet: 17, 2D and 39. RGB value is (23,45,57). Sum of RGB (Red+Green+Blue) = 23+45+57=125 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.4% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 57 (22.66% from 255 or 45.6% from 125); Max value from RGB is 57 - color contains mainly: blue. Hex color #172D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172D39 is #E8D2C6. Grayscale: #272727. Windows color (decimal): -15258311 or 3747095. OLE color: 3747095.
HSL color Cylindrical-coordinate representation of color #172D39: hue angle of 201.18º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #172D39 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 23 | 45 | 57 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.78 |
| HSL | 201.18º | 0.43% | 0.16% | - |
| HSV(B) | 201.18º | 0.6% | 0.22% | - |
| XYZ | 2.03 | 2.35 | 4.22 | - |
| YUV | 39.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 57 | 0.60 | 0.21 | 0 | 0.78 | 201.18 | 0.43 | 0.16 |
| Hex | 17 | 2D | 39 | 3C | 15 | 0 | 4E | C9 | 2A | 10 |
| Octal | 27 | 55 | 71 | 74 | 25 | 0 | 116 | 311 | 52 | 20 |
| Binary | 10111 | 101101 | 111001 | 111100 | 10101 | 0 | 1001110 | 11001001 | 101010 | 10000 |
Color Harmonies of #172D39
Complementary color
Monochromatic Colors of #172D39
Black with #172D39
Text Example
Text Example
White with #172D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172D39; }
p { color: rgb(23,45,57); }
H1.HeaderClassName
{
color: #172D39;
}
.AnyTagClassName
{
color: #172D39;
}
</style>
background-color css
<style>
a { background-color: #172D39; }
a { background-color: rgb(23,45,57); }
div.DivClassName
{
background-color: #172D39;
}
.BgClassName
{
background-color: #172D39;
}
</style>
border-color css
<style>
span { border-color: #172D39; }
span { border-color: rgb(23,45,57); }
td.TdClassName
{
border-color: #172D39;
}
.TagClassName
{
border-color: #172D39;
}
</style>