Shades of Tangaroa #172A36
Tints of Tangaroa #172A36
RGB
CMYK
RGB Variations
Color information
#172A36 (or 0x172A36) is known color: Tangaroa. HEX triplet: 17, 2A and 36. RGB value is (23,42,54). Sum of RGB (Red+Green+Blue) = 23+42+54=119 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.33% from 119); Green value is 42 (16.80% from 255 or 35.29% from 119); Blue value is 54 (21.48% from 255 or 45.38% from 119); Max value from RGB is 54 - color contains mainly: blue. Hex color #172A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172A36 is #E8D5C9. Grayscale: #252525. Windows color (decimal): -15259082 or 3549719. OLE color: 3549719.
HSL color Cylindrical-coordinate representation of color #172A36: hue angle of 203.23º degrees, saturation: 0.4, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #172A36 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 23 | 42 | 54 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.79 |
| HSL | 203.23º | 0.4% | 0.15% | - |
| HSV(B) | 203.23º | 0.57% | 0.21% | - |
| XYZ | 1.85 | 2.1 | 3.8 | - |
| YUV | 37.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 42 | 54 | 0.57 | 0.22 | 0 | 0.79 | 203.23 | 0.4 | 0.15 |
| Hex | 17 | 2A | 36 | 39 | 16 | 0 | 4F | CB | 28 | F |
| Octal | 27 | 52 | 66 | 71 | 26 | 0 | 117 | 313 | 50 | 17 |
| Binary | 10111 | 101010 | 110110 | 111001 | 10110 | 0 | 1001111 | 11001011 | 101000 | 1111 |
Color Harmonies of #172A36
Complementary color
Monochromatic Colors of #172A36
Black with #172A36
Text Example
Text Example
White with #172A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172A36; }
p { color: rgb(23,42,54); }
H1.HeaderClassName
{
color: #172A36;
}
.AnyTagClassName
{
color: #172A36;
}
</style>
background-color css
<style>
a { background-color: #172A36; }
a { background-color: rgb(23,42,54); }
div.DivClassName
{
background-color: #172A36;
}
.BgClassName
{
background-color: #172A36;
}
</style>
border-color css
<style>
span { border-color: #172A36; }
span { border-color: rgb(23,42,54); }
td.TdClassName
{
border-color: #172A36;
}
.TagClassName
{
border-color: #172A36;
}
</style>