#172E38

Color #172E38 Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #172E38

Tints of Tangaroa #172E38

Color information

#172E38 (or 0x172E38) is unknown color: approx Tangaroa. HEX triplet: 17, 2E and 38. RGB value is (23,46,56). Sum of RGB (Red+Green+Blue) = 23+46+56=125 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.4% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 56 (22.27% from 255 or 44.8% from 125); Max value from RGB is 56 - color contains mainly: blue. Hex color #172E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172E38 is #E8D1C7. Grayscale: #282828. Windows color (decimal): -15258056 or 3681815. OLE color: 3681815.

HSL color Cylindrical-coordinate representation of color #172E38: hue angle of 198.18º 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 #172E38 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB234656-
CMYK0.590.1800.78
HSL198.18º41.77%15.49%-
HSV(B)198.18º58.93%21.96%-
XYZ2.042.424.1-
YUV40.26136.88115.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 23 (9.38% from 255) = 18.4%
GREEN value IS 46 (18.36% from 255) = 36.8%
BLUE value IS 56 (22.27% from 255) = 44.8%
R=18.4%
G=36.8%
B=44.8%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2346560.590.1800.78198.1841.7715.49
Hex172E383B1204Ec62af
Octal275670732201163065217
Binary101111011101110001110111001001001110110001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172E38; }

 p { color: rgb(23,46,56); }

 H1.HeaderClassName
 {
   color: #172E38;
 }
 .AnyTagClassName
 {
   color: #172E38;
 }
</style>
background-color css

<style>
 a { background-color: #172E38; }

 a { background-color: rgb(23,46,56); }

 div.DivClassName
 {
   background-color: #172E38;
 }
 .BgClassName
 {
   background-color: #172E38;
 }
</style>
border-color css

<style>
 span { border-color: #172E38; }

 span { border-color: rgb(23,46,56); }

 td.TdClassName
 {
   border-color: #172E38;
 }
 .TagClassName
 {
   border-color: #172E38;
 }
</style>