#172634

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

Shades of Tangaroa #172634

Tints of Tangaroa #172634

Color information

#172634 (or 0x172634) is unknown color: approx Tangaroa. HEX triplet: 17, 26 and 34. RGB value is (23,38,52). Sum of RGB (Red+Green+Blue) = 23+38+52=113 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.35% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 52 (20.70% from 255 or 46.02% from 113); Max value from RGB is 52 - color contains mainly: blue. Hex color #172634 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172634 is #E8D9CB. Grayscale: #232323. Windows color (decimal): -15260108 or 3417623. OLE color: 3417623.

HSL color Cylindrical-coordinate representation of color #172634: hue angle of 208.97º 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 #172634 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB233852-
CMYK0.560.2700.80
HSL208.97º38.67%14.71%-
HSV(B)208.97º55.77%20.39%-
XYZ1.671.823.51-
YUV35.11137.53119.36-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 20.35%
GREEN value IS 38 (15.23% from 255) = 33.63%
BLUE value IS 52 (20.70% from 255) = 46.02%
R=20.35%
G=33.63%
B=46.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2338520.560.2700.80208.9738.6714.71
Hex172634381B050d127f
Octal274664703301203214717
Binary101111001101101001110001101101010000110100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172634; }

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

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

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

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

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

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

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

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