Shades of Tangaroa #172F38
Tints of Tangaroa #172F38
RGB
CMYK
RGB Variations
Color information
#172F38 (or 0x172F38) is known color: Tangaroa. HEX triplet: 17, 2F and 38. RGB value is (23,47,56). Sum of RGB (Red+Green+Blue) = 23+47+56=126 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.25% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 56 - color contains mainly: blue. Hex color #172F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172F38 is #E8D0C7. Grayscale: #282828. Windows color (decimal): -15257800 or 3682071. OLE color: 3682071.
HSL color Cylindrical-coordinate representation of color #172F38: hue angle of 196.36º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #172F38 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 23 | 47 | 56 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.78 |
| HSL | 196.36º | 0.42% | 0.15% | - |
| HSV(B) | 196.36º | 0.59% | 0.22% | - |
| XYZ | 2.08 | 2.5 | 4.11 | - |
| YUV | 40.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 56 | 0.59 | 0.16 | 0 | 0.78 | 196.36 | 0.42 | 0.15 |
| Hex | 17 | 2F | 38 | 3B | 10 | 0 | 4E | C4 | 2A | F |
| Octal | 27 | 57 | 70 | 73 | 20 | 0 | 116 | 304 | 52 | 17 |
| Binary | 10111 | 101111 | 111000 | 111011 | 10000 | 0 | 1001110 | 11000100 | 101010 | 1111 |
Color Harmonies of #172F38
Complementary color
Monochromatic Colors of #172F38
Black with #172F38
Text Example
Text Example
White with #172F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172F38; }
p { color: rgb(23,47,56); }
H1.HeaderClassName
{
color: #172F38;
}
.AnyTagClassName
{
color: #172F38;
}
</style>
background-color css
<style>
a { background-color: #172F38; }
a { background-color: rgb(23,47,56); }
div.DivClassName
{
background-color: #172F38;
}
.BgClassName
{
background-color: #172F38;
}
</style>
border-color css
<style>
span { border-color: #172F38; }
span { border-color: rgb(23,47,56); }
td.TdClassName
{
border-color: #172F38;
}
.TagClassName
{
border-color: #172F38;
}
</style>