Shades of Tangaroa #172B3D
Tints of Tangaroa #172B3D
RGB
CMYK
RGB Variations
Color information
#172B3D (or 0x172B3D) is known color: Tangaroa. HEX triplet: 17, 2B and 3D. RGB value is (23,43,61). Sum of RGB (Red+Green+Blue) = 23+43+61=127 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.11% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #172B3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172B3D is #E8D4C2. Grayscale: #262626. Windows color (decimal): -15258819 or 4008727. OLE color: 4008727.
HSL color Cylindrical-coordinate representation of color #172B3D: hue angle of 208.42º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #172B3D is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 23 | 43 | 61 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.76 |
| HSL | 208.42º | 0.45% | 0.16% | - |
| HSV(B) | 208.42º | 0.62% | 0.24% | - |
| XYZ | 2.06 | 2.25 | 4.74 | - |
| YUV | 39.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 61 | 0.62 | 0.30 | 0 | 0.76 | 208.42 | 0.45 | 0.16 |
| Hex | 17 | 2B | 3D | 3E | 1E | 0 | 4C | D0 | 2D | 10 |
| Octal | 27 | 53 | 75 | 76 | 36 | 0 | 114 | 320 | 55 | 20 |
| Binary | 10111 | 101011 | 111101 | 111110 | 11110 | 0 | 1001100 | 11010000 | 101101 | 10000 |
Color Harmonies of #172B3D
Complementary color
Monochromatic Colors of #172B3D
Black with #172B3D
Text Example
Text Example
White with #172B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172B3D; }
p { color: rgb(23,43,61); }
H1.HeaderClassName
{
color: #172B3D;
}
.AnyTagClassName
{
color: #172B3D;
}
</style>
background-color css
<style>
a { background-color: #172B3D; }
a { background-color: rgb(23,43,61); }
div.DivClassName
{
background-color: #172B3D;
}
.BgClassName
{
background-color: #172B3D;
}
</style>
border-color css
<style>
span { border-color: #172B3D; }
span { border-color: rgb(23,43,61); }
td.TdClassName
{
border-color: #172B3D;
}
.TagClassName
{
border-color: #172B3D;
}
</style>