#172434

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

Shades of Tangaroa #172434

Tints of Tangaroa #172434

Color information

#172434 (or 0x172434) is unknown color: approx Tangaroa. HEX triplet: 17, 24 and 34. RGB value is (23,36,52). Sum of RGB (Red+Green+Blue) = 23+36+52=111 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.72% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 52 (20.70% from 255 or 46.85% from 111); Max value from RGB is 52 - color contains mainly: blue. Hex color #172434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172434 is #E8DBCB. Grayscale: #212121. Windows color (decimal): -15260620 or 3417111. OLE color: 3417111.

HSL color Cylindrical-coordinate representation of color #172434: hue angle of 213.1º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #172434 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB233652-
CMYK0.560.3100.80
HSL213.1º38.67%14.71%-
HSV(B)213.1º55.77%20.39%-
XYZ1.61.693.49-
YUV33.94138.19120.2-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 20.72%
GREEN value IS 36 (14.45% from 255) = 32.43%
BLUE value IS 52 (20.70% from 255) = 46.85%
R=20.72%
G=32.43%
B=46.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2336520.560.3100.80213.138.6714.71
Hex172434381F050d527f
Octal274464703701203254717
Binary101111001001101001110001111101010000110101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172434; }

 p { color: rgb(23,36,52); }

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

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

 a { background-color: rgb(23,36,52); }

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

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

 span { border-color: rgb(23,36,52); }

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