Shades of Tangaroa #172E3D
Tints of Tangaroa #172E3D
RGB
CMYK
RGB Variations
Color information
#172E3D (or 0x172E3D) is known color: Tangaroa. HEX triplet: 17, 2E and 3D. RGB value is (23,46,61). Sum of RGB (Red+Green+Blue) = 23+46+61=130 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.69% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #172E3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172E3D is #E8D1C2. Grayscale: #282828. Windows color (decimal): -15258051 or 4009495. OLE color: 4009495.
HSL color Cylindrical-coordinate representation of color #172E3D: hue angle of 203.68º 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 #172E3D is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 23 | 46 | 61 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.76 |
| HSL | 203.68º | 0.45% | 0.16% | - |
| HSV(B) | 203.68º | 0.62% | 0.24% | - |
| XYZ | 2.17 | 2.47 | 4.78 | - |
| YUV | 40.83 | 139.38 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 46 | 61 | 0.62 | 0.25 | 0 | 0.76 | 203.68 | 0.45 | 0.16 |
| Hex | 17 | 2E | 3D | 3E | 19 | 0 | 4C | CC | 2D | 10 |
| Octal | 27 | 56 | 75 | 76 | 31 | 0 | 114 | 314 | 55 | 20 |
| Binary | 10111 | 101110 | 111101 | 111110 | 11001 | 0 | 1001100 | 11001100 | 101101 | 10000 |
Color Harmonies of #172E3D
Complementary color
Monochromatic Colors of #172E3D
Black with #172E3D
Text Example
Text Example
White with #172E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172E3D; }
p { color: rgb(23,46,61); }
H1.HeaderClassName
{
color: #172E3D;
}
.AnyTagClassName
{
color: #172E3D;
}
</style>
background-color css
<style>
a { background-color: #172E3D; }
a { background-color: rgb(23,46,61); }
div.DivClassName
{
background-color: #172E3D;
}
.BgClassName
{
background-color: #172E3D;
}
</style>
border-color css
<style>
span { border-color: #172E3D; }
span { border-color: rgb(23,46,61); }
td.TdClassName
{
border-color: #172E3D;
}
.TagClassName
{
border-color: #172E3D;
}
</style>