Shades of Tangaroa #172E3B
Tints of Tangaroa #172E3B
RGB
CMYK
RGB Variations
Color information
#172E3B (or 0x172E3B) is known color: Tangaroa. HEX triplet: 17, 2E and 3B. RGB value is (23,46,59). Sum of RGB (Red+Green+Blue) = 23+46+59=128 (16% of max value = 765). Red value is 23 (9.38% from 255 or 17.97% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 59 - color contains mainly: blue. Hex color #172E3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172E3B is #E8D1C4. Grayscale: #282828. Windows color (decimal): -15258053 or 3878423. OLE color: 3878423.
HSL color Cylindrical-coordinate representation of color #172E3B: hue angle of 201.67º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #172E3B is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 23 | 46 | 59 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.77 |
| HSL | 201.67º | 0.44% | 0.16% | - |
| HSV(B) | 201.67º | 0.61% | 0.23% | - |
| XYZ | 2.12 | 2.45 | 4.5 | - |
| YUV | 40.61 | 138.38 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 46 | 59 | 0.61 | 0.22 | 0 | 0.77 | 201.67 | 0.44 | 0.16 |
| Hex | 17 | 2E | 3B | 3D | 16 | 0 | 4D | CA | 2C | 10 |
| Octal | 27 | 56 | 73 | 75 | 26 | 0 | 115 | 312 | 54 | 20 |
| Binary | 10111 | 101110 | 111011 | 111101 | 10110 | 0 | 1001101 | 11001010 | 101100 | 10000 |
Color Harmonies of #172E3B
Complementary color
Monochromatic Colors of #172E3B
Black with #172E3B
Text Example
Text Example
White with #172E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172E3B; }
p { color: rgb(23,46,59); }
H1.HeaderClassName
{
color: #172E3B;
}
.AnyTagClassName
{
color: #172E3B;
}
</style>
background-color css
<style>
a { background-color: #172E3B; }
a { background-color: rgb(23,46,59); }
div.DivClassName
{
background-color: #172E3B;
}
.BgClassName
{
background-color: #172E3B;
}
</style>
border-color css
<style>
span { border-color: #172E3B; }
span { border-color: rgb(23,46,59); }
td.TdClassName
{
border-color: #172E3B;
}
.TagClassName
{
border-color: #172E3B;
}
</style>