Shades of Tangaroa #172D38
Tints of Tangaroa #172D38
RGB
CMYK
RGB Variations
Color information
#172D38 (or 0x172D38) is known color: Tangaroa. HEX triplet: 17, 2D and 38. RGB value is (23,45,56). Sum of RGB (Red+Green+Blue) = 23+45+56=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 45 (17.97% from 255 or 36.29% from 124); Blue value is 56 (22.27% from 255 or 45.16% from 124); Max value from RGB is 56 - color contains mainly: blue. Hex color #172D38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172D38 is #E8D2C7. Grayscale: #272727. Windows color (decimal): -15258312 or 3681559. OLE color: 3681559.
HSL color Cylindrical-coordinate representation of color #172D38: hue angle of 200º 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 #172D38 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 23 | 45 | 56 | - |
| CMYK | 0.59 | 0.20 | 0 | 0.78 |
| HSL | 200º | 0.42% | 0.15% | - |
| HSV(B) | 200º | 0.59% | 0.22% | - |
| XYZ | 2.01 | 2.34 | 4.09 | - |
| YUV | 39.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 56 | 0.59 | 0.20 | 0 | 0.78 | 200 | 0.42 | 0.15 |
| Hex | 17 | 2D | 38 | 3B | 14 | 0 | 4E | C8 | 2A | F |
| Octal | 27 | 55 | 70 | 73 | 24 | 0 | 116 | 310 | 52 | 17 |
| Binary | 10111 | 101101 | 111000 | 111011 | 10100 | 0 | 1001110 | 11001000 | 101010 | 1111 |
Color Harmonies of #172D38
Complementary color
Monochromatic Colors of #172D38
Black with #172D38
Text Example
Text Example
White with #172D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172D38; }
p { color: rgb(23,45,56); }
H1.HeaderClassName
{
color: #172D38;
}
.AnyTagClassName
{
color: #172D38;
}
</style>
background-color css
<style>
a { background-color: #172D38; }
a { background-color: rgb(23,45,56); }
div.DivClassName
{
background-color: #172D38;
}
.BgClassName
{
background-color: #172D38;
}
</style>
border-color css
<style>
span { border-color: #172D38; }
span { border-color: rgb(23,45,56); }
td.TdClassName
{
border-color: #172D38;
}
.TagClassName
{
border-color: #172D38;
}
</style>