#172C38

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

Shades of Tangaroa #172C38

Tints of Tangaroa #172C38

Color information

#172C38 (or 0x172C38) is unknown color: approx Tangaroa. HEX triplet: 17, 2C and 38. RGB value is (23,44,56). Sum of RGB (Red+Green+Blue) = 23+44+56=123 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.70% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 56 - color contains mainly: blue. Hex color #172C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172C38 is #E8D3C7. Grayscale: #272727. Windows color (decimal): -15258568 or 3681303. OLE color: 3681303.

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

Color convert

RGB234456-
CMYK0.590.2100.78
HSL201.82º41.77%15.49%-
HSV(B)201.82º58.93%21.96%-
XYZ1.972.274.08-
YUV39.09137.54116.52-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.70%
GREEN value IS 44 (17.58% from 255) = 35.77%
BLUE value IS 56 (22.27% from 255) = 45.53%
R=18.70%
G=35.77%
B=45.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2344560.590.2100.78201.8241.7715.49
Hex172C383B1504Eca2af
Octal275470732501163125217
Binary101111011001110001110111010101001110110010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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