#172F38

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

Shades of Tangaroa #172F38

Tints of Tangaroa #172F38

Color information

#172F38 (or 0x172F38) is unknown color: approx Tangaroa. HEX triplet: 17, 2F and 38. RGB value is (23,47,56). Sum of RGB (Red+Green+Blue) = 23+47+56=126 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.25% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 56 - color contains mainly: blue. Hex color #172F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172F38 is #E8D0C7. Grayscale: #282828. Windows color (decimal): -15257800 or 3682071. OLE color: 3682071.

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

Color convert

RGB234756-
CMYK0.590.1600.78
HSL196.36º41.77%15.49%-
HSV(B)196.36º58.93%21.96%-
XYZ2.082.54.11-
YUV40.85136.55115.27-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.25%
GREEN value IS 47 (18.75% from 255) = 37.30%
BLUE value IS 56 (22.27% from 255) = 44.44%
R=18.25%
G=37.30%
B=44.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2347560.590.1600.78196.3641.7715.49
Hex172F383B1004Ec42af
Octal275770732001163045217
Binary101111011111110001110111000001001110110001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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