#172A37

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

Shades of Tangaroa #172A37

Tints of Tangaroa #172A37

Color information

#172A37 (or 0x172A37) is unknown color: approx Tangaroa. HEX triplet: 17, 2A and 37. RGB value is (23,42,55). Sum of RGB (Red+Green+Blue) = 23+42+55=120 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.17% from 120); Green value is 42 (16.80% from 255 or 35% from 120); Blue value is 55 (21.88% from 255 or 45.83% from 120); Max value from RGB is 55 - color contains mainly: blue. Hex color #172A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172A37 is #E8D5C8. Grayscale: #252525. Windows color (decimal): -15259081 or 3615255. OLE color: 3615255.

HSL color Cylindrical-coordinate representation of color #172A37: hue angle of 204.38º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #172A37 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB234255-
CMYK0.580.2400.78
HSL204.38º41.03%15.29%-
HSV(B)204.38º58.18%21.57%-
XYZ1.872.113.92-
YUV37.8137.71117.44-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.17%
GREEN value IS 42 (16.80% from 255) = 35%
BLUE value IS 55 (21.88% from 255) = 45.83%
R=19.17%
G=35%
B=45.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2342550.580.2400.78204.3841.0315.29
Hex172A373A1804Ecc29f
Octal275267723001163145117
Binary101111010101101111110101100001001110110011001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,42,55); }

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

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

 a { background-color: rgb(23,42,55); }

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

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

 span { border-color: rgb(23,42,55); }

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