#172A39

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

Shades of Tangaroa #172A39

Tints of Tangaroa #172A39

Color information

#172A39 (or 0x172A39) is unknown color: approx Tangaroa. HEX triplet: 17, 2A and 39. RGB value is (23,42,57). Sum of RGB (Red+Green+Blue) = 23+42+57=122 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.85% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 57 (22.66% from 255 or 46.72% from 122); Max value from RGB is 57 - color contains mainly: blue. Hex color #172A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172A39 is #E8D5C6. Grayscale: #252525. Windows color (decimal): -15259079 or 3746327. OLE color: 3746327.

HSL color Cylindrical-coordinate representation of color #172A39: hue angle of 206.47º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #172A39 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB234257-
CMYK0.600.2600.78
HSL206.47º42.5%15.69%-
HSV(B)206.47º59.65%22.35%-
XYZ1.922.134.18-
YUV38.03138.71117.28-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.85%
GREEN value IS 42 (16.80% from 255) = 34.43%
BLUE value IS 57 (22.66% from 255) = 46.72%
R=18.85%
G=34.43%
B=46.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2342570.600.2600.78206.4742.515.69
Hex172A393C1A04Ece2a10
Octal275271743201163165220
Binary1011110101011100111110011010010011101100111010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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