Shades of Tangaroa #172C39
Tints of Tangaroa #172C39
RGB
CMYK
RGB Variations
Color information
#172C39 (or 0x172C39) is known color: Tangaroa. HEX triplet: 17, 2C and 39. RGB value is (23,44,57). Sum of RGB (Red+Green+Blue) = 23+44+57=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 57 (22.66% from 255 or 45.97% from 124); Max value from RGB is 57 - color contains mainly: blue. Hex color #172C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172C39 is #E8D3C6. Grayscale: #272727. Windows color (decimal): -15258567 or 3746839. OLE color: 3746839.
HSL color Cylindrical-coordinate representation of color #172C39: hue angle of 202.94º 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 #172C39 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 23 | 44 | 57 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.78 |
| HSL | 202.94º | 0.43% | 0.16% | - |
| HSV(B) | 202.94º | 0.6% | 0.22% | - |
| XYZ | 1.99 | 2.28 | 4.21 | - |
| YUV | 39.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 57 | 0.60 | 0.23 | 0 | 0.78 | 202.94 | 0.43 | 0.16 |
| Hex | 17 | 2C | 39 | 3C | 17 | 0 | 4E | CB | 2A | 10 |
| Octal | 27 | 54 | 71 | 74 | 27 | 0 | 116 | 313 | 52 | 20 |
| Binary | 10111 | 101100 | 111001 | 111100 | 10111 | 0 | 1001110 | 11001011 | 101010 | 10000 |
Color Harmonies of #172C39
Complementary color
Monochromatic Colors of #172C39
Black with #172C39
Text Example
Text Example
White with #172C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172C39; }
p { color: rgb(23,44,57); }
H1.HeaderClassName
{
color: #172C39;
}
.AnyTagClassName
{
color: #172C39;
}
</style>
background-color css
<style>
a { background-color: #172C39; }
a { background-color: rgb(23,44,57); }
div.DivClassName
{
background-color: #172C39;
}
.BgClassName
{
background-color: #172C39;
}
</style>
border-color css
<style>
span { border-color: #172C39; }
span { border-color: rgb(23,44,57); }
td.TdClassName
{
border-color: #172C39;
}
.TagClassName
{
border-color: #172C39;
}
</style>